Home
last modified time | relevance | path

Searched refs:VkPerformanceCounterResultKHR (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_perfcounter.c795 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 Dradv_query.c1420 dest += pc_pool->num_counters * sizeof(union VkPerformanceCounterResultKHR); in radv_GetQueryPoolResults()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp375 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 DvktQueryPoolPerformanceTests.cpp370 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 Danv_perf.c441 union VkPerformanceCounterResultKHR *results) in anv_perf_write_pass_results()
H A Danv_private.h4177 union VkPerformanceCounterResultKHR *results);
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5771 typedef union VkPerformanceCounterResultKHR { union
5778 } VkPerformanceCounterResultKHR; typedef
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h7055 typedef union VkPerformanceCounterResultKHR { union
7062 } VkPerformanceCounterResultKHR; typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h8522 typedef union VkPerformanceCounterResultKHR { union
8529 } VkPerformanceCounterResultKHR; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h7156 typedef union VkPerformanceCounterResultKHR { union
7163 } VkPerformanceCounterResultKHR; typedef
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h7316 typedef union VkPerformanceCounterResultKHR { union
7323 } VkPerformanceCounterResultKHR; typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h9537 typedef union VkPerformanceCounterResultKHR { union
9544 } VkPerformanceCounterResultKHR; typedef
H A Dvulkan_static_assertions.hpp3051 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PerformanceCounterResultKHR ) == sizeof( VkPerformanceCounterResultKHR ),
H A Dvulkan_structs.hpp[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp26607 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 Dvulkan_json_parser.hpp10857 static void parse_VkPerformanceCounterResultKHR(const char* s, Json::Value& obj, VkPerformanceCounterResultKHR& o) { in parse_VkPerformanceCounterResultKHR()

Completed in 430 milliseconds