Home
last modified time | relevance | path

Searched refs:pipelineLayoutRequestCount (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1220 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 DvktPipelineCacheSCTests.cpp287 objectInfo.pipelineLayoutRequestCount = 2u; in createPipelineCacheTest()
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp692 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 DvkPlatform.cpp416 DDSTAT_HANDLE_CREATE(pipelineLayoutRequestCount, 1); in createPipelineLayoutHandlerStat()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceDriverSCImpl.inl487 DDSTAT_HANDLE_DESTROY_IF(pipelineLayout,pipelineLayoutRequestCount,1);
H A DvkStructTypes.inl4112 uint32_t pipelineLayoutRequestCount; member
H A DvkVulkan_c.inl5011 uint32_t pipelineLayoutRequestCount; member
H A DvkStrUtilImpl.inl8649 s << "\tpipelineLayoutRequestCount = " << value.pipelineLayoutRequestCount << '\n';
H A Dvulkan_json_data.hpp28315 print_uint32_t(obj.pipelineLayoutRequestCount, "pipelineLayoutRequestCount", 1); in print_VkDeviceObjectReservationCreateInfo()
28465 print_uint32_t(obj->pipelineLayoutRequestCount, "pipelineLayoutRequestCount", 1); in print_VkDeviceObjectReservationCreateInfo()
H A Dvulkan_json_parser.hpp11157 …t("pipelineLayoutRequestCount", obj["pipelineLayoutRequestCount"], (o.pipelineLayoutRequestCount)); in parse_VkDeviceObjectReservationCreateInfo()
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp13219 …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
Dvulkansc_hash.hpp1908 VULKAN_HPP_HASH_COMBINE( seed, deviceObjectReservationCreateInfo.pipelineLayoutRequestCount ); in operator ()()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5006 uint32_t pipelineLayoutRequestCount; member