Searched refs:maxTimestampQueriesPerPool (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.cpp | 389 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 D | vktDeviceObjectReservationTests.cpp | 941 objectInfo.maxTimestampQueriesPerPool = VERIFYMAXVALUES_OBJECT_COUNT; in createTestDevice()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkStructTypes.inl | 4135 uint32_t maxTimestampQueriesPerPool; member
|
H A D | vkVulkan_c.inl | 5034 uint32_t maxTimestampQueriesPerPool; member
|
H A D | vkStrUtilImpl.inl | 8672 s << "\tmaxTimestampQueriesPerPool = " << value.maxTimestampQueriesPerPool << '\n';
|
H A D | vulkan_json_data.hpp | 28361 print_uint32_t(obj.maxTimestampQueriesPerPool, "maxTimestampQueriesPerPool", 1); in print_VkDeviceObjectReservationCreateInfo() 28511 print_uint32_t(obj->maxTimestampQueriesPerPool, "maxTimestampQueriesPerPool", 1); in print_VkDeviceObjectReservationCreateInfo()
|
H A D | vulkan_json_parser.hpp | 11212 …t("maxTimestampQueriesPerPool", obj["maxTimestampQueriesPerPool"], (o.maxTimestampQueriesPerPool)); in parse_VkDeviceObjectReservationCreateInfo()
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 13219 …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
|
D | vulkansc_hash.hpp | 1931 VULKAN_HPP_HASH_COMBINE( seed, deviceObjectReservationCreateInfo.maxTimestampQueriesPerPool ); in operator ()()
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5029 uint32_t maxTimestampQueriesPerPool; member
|