Searched refs:pipelineLayoutRequestCount (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 1220 objectInfo.pipelineLayoutRequestCount = VERIFYMAXVALUES_OBJECT_COUNT; in createTestDevice() 1228 objectInfo.pipelineLayoutRequestCount = 1u; in createTestDevice() 1237 objectInfo.pipelineLayoutRequestCount = 1u; in createTestDevice() 1748 objectInfo.pipelineLayoutRequestCount = 1u; in createTestDevice()
|
H A D | vktPipelineCacheSCTests.cpp | 287 objectInfo.pipelineLayoutRequestCount = 2u; in createPipelineCacheTest()
|
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/ |
H A D | vksCacheBuilder.cpp | 692 chainedObjReservation->pipelineLayoutRequestCount = in buildPipelineCache() 693 …de::max(chainedObjReservation->pipelineLayoutRequestCount, uint32_t(input.pipelineLayouts.size())); in buildPipelineCache()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.cpp | 416 DDSTAT_HANDLE_CREATE(pipelineLayoutRequestCount, 1); in createPipelineLayoutHandlerStat()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkDeviceDriverSCImpl.inl | 487 DDSTAT_HANDLE_DESTROY_IF(pipelineLayout,pipelineLayoutRequestCount,1);
|
H A D | vkStructTypes.inl | 4112 uint32_t pipelineLayoutRequestCount; member
|
H A D | vkVulkan_c.inl | 5011 uint32_t pipelineLayoutRequestCount; member
|
H A D | vkStrUtilImpl.inl | 8649 s << "\tpipelineLayoutRequestCount = " << value.pipelineLayoutRequestCount << '\n';
|
H A D | vulkan_json_data.hpp | 28315 print_uint32_t(obj.pipelineLayoutRequestCount, "pipelineLayoutRequestCount", 1); in print_VkDeviceObjectReservationCreateInfo() 28465 print_uint32_t(obj->pipelineLayoutRequestCount, "pipelineLayoutRequestCount", 1); in print_VkDeviceObjectReservationCreateInfo()
|
H A D | vulkan_json_parser.hpp | 11157 …t("pipelineLayoutRequestCount", obj["pipelineLayoutRequestCount"], (o.pipelineLayoutRequestCount)); in parse_VkDeviceObjectReservationCreateInfo()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 13219 …t_ ), pipelineCacheRequestCount( pipelineCacheRequestCount_ ), pipelineLayoutRequestCount( pipelin… 13230 …t_ ), pipelineCacheRequestCount( pipelineCacheRequestCount_ ), pipelineLayoutRequestCount( pipelin… 13367 pipelineLayoutRequestCount = pipelineLayoutRequestCount_; in setPipelineLayoutRequestCount() 13535 …ount, layeredImageViewRequestCount, pipelineCacheRequestCount, pipelineLayoutRequestCount, renderP… in reflect() 13566 && ( pipelineLayoutRequestCount == rhs.pipelineLayoutRequestCount ) in operator ==() 13619 uint32_t pipelineLayoutRequestCount = {}; member
|
D | vulkansc_hash.hpp | 1908 VULKAN_HPP_HASH_COMBINE( seed, deviceObjectReservationCreateInfo.pipelineLayoutRequestCount ); in operator ()()
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5006 uint32_t pipelineLayoutRequestCount; member
|