Searched refs:pipelineCacheRequestCount (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 54 m_statCurrent.pipelineCacheRequestCount = 1u; in ResourceInterface() 55 m_statMax.pipelineCacheRequestCount = 1u; in ResourceInterface() 989 m_statCurrent.pipelineCacheRequestCount = 1u; in resetObjects() 990 m_statMax.pipelineCacheRequestCount = 1u; in resetObjects()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineCacheSCTests.cpp | 293 objectInfo.pipelineCacheRequestCount = 2u; in createPipelineCacheTest()
|
H A D | vktDeviceObjectReservationTests.cpp | 783 objectInfo.pipelineCacheRequestCount = 1u; in iterate()
|
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/ |
H A D | vksCacheBuilder.cpp | 707 chainedObjReservation->pipelineCacheRequestCount = in buildPipelineCache() 708 de::max(chainedObjReservation->pipelineCacheRequestCount, 1u); in buildPipelineCache()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkDeviceDriverSCImpl.inl | 416 DDSTAT_HANDLE_CREATE(pipelineCacheRequestCount,1); 430 DDSTAT_HANDLE_DESTROY_IF(pipelineCache,pipelineCacheRequestCount,1);
|
H A D | vkStructTypes.inl | 4111 uint32_t pipelineCacheRequestCount; member
|
H A D | vkVulkan_c.inl | 5010 uint32_t pipelineCacheRequestCount; member
|
H A D | vkStrUtilImpl.inl | 8648 s << "\tpipelineCacheRequestCount = " << value.pipelineCacheRequestCount << '\n';
|
H A D | vulkan_json_data.hpp | 28313 print_uint32_t(obj.pipelineCacheRequestCount, "pipelineCacheRequestCount", 1); in print_VkDeviceObjectReservationCreateInfo() 28463 print_uint32_t(obj->pipelineCacheRequestCount, "pipelineCacheRequestCount", 1); in print_VkDeviceObjectReservationCreateInfo()
|
H A D | vulkan_json_parser.hpp | 11155 …32_t("pipelineCacheRequestCount", obj["pipelineCacheRequestCount"], (o.pipelineCacheRequestCount)); in parse_VkDeviceObjectReservationCreateInfo()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 13219 … layeredImageViewRequestCount( layeredImageViewRequestCount_ ), pipelineCacheRequestCount( pipelin… 13230 … layeredImageViewRequestCount( layeredImageViewRequestCount_ ), pipelineCacheRequestCount( pipelin… 13361 pipelineCacheRequestCount = pipelineCacheRequestCount_; in setPipelineCacheRequestCount() 13535 …uestCount, imageViewRequestCount, layeredImageViewRequestCount, pipelineCacheRequestCount, pipelin… in reflect() 13565 && ( pipelineCacheRequestCount == rhs.pipelineCacheRequestCount ) in operator ==() 13618 uint32_t pipelineCacheRequestCount = {}; member
|
D | vulkansc_hash.hpp | 1907 VULKAN_HPP_HASH_COMBINE( seed, deviceObjectReservationCreateInfo.pipelineCacheRequestCount ); in operator ()()
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5005 uint32_t pipelineCacheRequestCount; member
|