Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp54 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 DvktPipelineCacheSCTests.cpp293 objectInfo.pipelineCacheRequestCount = 2u; in createPipelineCacheTest()
H A DvktDeviceObjectReservationTests.cpp783 objectInfo.pipelineCacheRequestCount = 1u; in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp707 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 DvkDeviceDriverSCImpl.inl416 DDSTAT_HANDLE_CREATE(pipelineCacheRequestCount,1);
430 DDSTAT_HANDLE_DESTROY_IF(pipelineCache,pipelineCacheRequestCount,1);
H A DvkStructTypes.inl4111 uint32_t pipelineCacheRequestCount; member
H A DvkVulkan_c.inl5010 uint32_t pipelineCacheRequestCount; member
H A DvkStrUtilImpl.inl8648 s << "\tpipelineCacheRequestCount = " << value.pipelineCacheRequestCount << '\n';
H A Dvulkan_json_data.hpp28313 print_uint32_t(obj.pipelineCacheRequestCount, "pipelineCacheRequestCount", 1); in print_VkDeviceObjectReservationCreateInfo()
28463 print_uint32_t(obj->pipelineCacheRequestCount, "pipelineCacheRequestCount", 1); in print_VkDeviceObjectReservationCreateInfo()
H A Dvulkan_json_parser.hpp11155 …32_t("pipelineCacheRequestCount", obj["pipelineCacheRequestCount"], (o.pipelineCacheRequestCount)); in parse_VkDeviceObjectReservationCreateInfo()
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp13219 … 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
Dvulkansc_hash.hpp1907 VULKAN_HPP_HASH_COMBINE( seed, deviceObjectReservationCreateInfo.pipelineCacheRequestCount ); in operator ()()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5005 uint32_t pipelineCacheRequestCount; member