Searched refs:VkPerformanceCounterResultKHR (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_perfcounter.c | 795 static union VkPerformanceCounterResultKHR 798 union VkPerformanceCounterResultKHR result; in radv_pc_get_result() 832 union VkPerformanceCounterResultKHR *pc_result = out; in radv_pc_get_results()
|
H A D | radv_query.c | 1420 dest += pc_pool->num_counters * sizeof(union VkPerformanceCounterResultKHR); in radv_GetQueryPoolResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 375 std::vector<VkPerformanceCounterResultKHR> recordedCounters(enabledCounterCount); in verifyQueryResults() 378 VkResult result = vkd.getQueryPoolResults(device, queryPool, 0, 1, sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount, in verifyQueryResults() 379 &recordedCounters[0], sizeof(VkPerformanceCounterResultKHR), VK_QUERY_RESULT_WAIT_BIT); in verifyQueryResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 370 std::vector<VkPerformanceCounterResultKHR> recordedCounters(enabledCounterCount); in verifyQueryResults() 373 VkResult result = vkd.getQueryPoolResults(device, queryPool, 0, 1, sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount, in verifyQueryResults() 374 &recordedCounters[0], sizeof(VkPerformanceCounterResultKHR), VK_QUERY_RESULT_WAIT_BIT); in verifyQueryResults()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_perf.c | 441 union VkPerformanceCounterResultKHR *results) in anv_perf_write_pass_results()
|
H A D | anv_private.h | 4177 union VkPerformanceCounterResultKHR *results);
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5771 typedef union VkPerformanceCounterResultKHR { union 5778 } VkPerformanceCounterResultKHR; typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 7055 typedef union VkPerformanceCounterResultKHR { union 7062 } VkPerformanceCounterResultKHR; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 8522 typedef union VkPerformanceCounterResultKHR { union 8529 } VkPerformanceCounterResultKHR; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 7156 typedef union VkPerformanceCounterResultKHR { union 7163 } VkPerformanceCounterResultKHR; typedef
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 7316 typedef union VkPerformanceCounterResultKHR { union 7323 } VkPerformanceCounterResultKHR; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 9537 typedef union VkPerformanceCounterResultKHR { union 9544 } VkPerformanceCounterResultKHR; typedef
|
H A D | vulkan_static_assertions.hpp | 3051 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PerformanceCounterResultKHR ) == sizeof( VkPerformanceCounterResultKHR ),
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 26607 static void print_VkPerformanceCounterResultKHR(VkPerformanceCounterResultKHR obj, const std::string& s, bool commaNeeded=true) { in print_VkPerformanceCounterResultKHR() 26631 static void print_VkPerformanceCounterResultKHR(const VkPerformanceCounterResultKHR * obj, const std::string& s, bool commaNeeded=true) { in print_VkPerformanceCounterResultKHR() [all...] |
H A D | vulkan_json_parser.hpp | 10857 static void parse_VkPerformanceCounterResultKHR(const char* s, Json::Value& obj, VkPerformanceCounterResultKHR& o) { in parse_VkPerformanceCounterResultKHR()
|
Completed in 495 milliseconds