Home
last modified time | relevance | path

Searched refs:maxTimestampQueriesPerPool (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp389 m_resourceInterface->getStatMax().maxTimestampQueriesPerPool = in createQueryPoolHandler()
390 … de::max(m_resourceInterface->getStatMax().maxTimestampQueriesPerPool, pCreateInfo->queryCount); in createQueryPoolHandler()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp941 objectInfo.maxTimestampQueriesPerPool = VERIFYMAXVALUES_OBJECT_COUNT; in createTestDevice()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl4135 uint32_t maxTimestampQueriesPerPool; member
H A DvkVulkan_c.inl5034 uint32_t maxTimestampQueriesPerPool; member
H A DvkStrUtilImpl.inl8672 s << "\tmaxTimestampQueriesPerPool = " << value.maxTimestampQueriesPerPool << '\n';
H A Dvulkan_json_data.hpp28361 print_uint32_t(obj.maxTimestampQueriesPerPool, "maxTimestampQueriesPerPool", 1); in print_VkDeviceObjectReservationCreateInfo()
28511 print_uint32_t(obj->maxTimestampQueriesPerPool, "maxTimestampQueriesPerPool", 1); in print_VkDeviceObjectReservationCreateInfo()
H A Dvulkan_json_parser.hpp11212 …t("maxTimestampQueriesPerPool", obj["maxTimestampQueriesPerPool"], (o.maxTimestampQueriesPerPool)); in parse_VkDeviceObjectReservationCreateInfo()
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp13219 …tisticsQueriesPerPool( maxPipelineStatisticsQueriesPerPool_ ), maxTimestampQueriesPerPool( maxTime…
13230 …tisticsQueriesPerPool( maxPipelineStatisticsQueriesPerPool_ ), maxTimestampQueriesPerPool( maxTime…
13505 maxTimestampQueriesPerPool = maxTimestampQueriesPerPool_; in setMaxTimestampQueriesPerPool()
13535 …xOcclusionQueriesPerPool, maxPipelineStatisticsQueriesPerPool, maxTimestampQueriesPerPool, maxImmu… in reflect()
13589 && ( maxTimestampQueriesPerPool == rhs.maxTimestampQueriesPerPool ) in operator ==()
13642 uint32_t maxTimestampQueriesPerPool = {}; member
Dvulkansc_hash.hpp1931 VULKAN_HPP_HASH_COMBINE( seed, deviceObjectReservationCreateInfo.maxTimestampQueriesPerPool ); in operator ()()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5029 uint32_t maxTimestampQueriesPerPool; member