Home
last modified time | relevance | path

Searched refs:VkPerformanceCounterResultKHR (Results 1 – 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_performance_query/
Dqueriesperformance.adoc54 [open,refpage='VkPerformanceCounterResultKHR',desc='Union containing a performance counter result',…
56 The sname:VkPerformanceCounterResultKHR union is defined as:
58 include::{generated}/api/structs/VkPerformanceCounterResultKHR.adoc[]
68 sname:VkPerformanceCounterResultKHR unions containing the data associated
74 include::{generated}/validity/structs/VkPerformanceCounterResultKHR.adoc[]
Dqueriesperformance.txt54 [open,refpage='VkPerformanceCounterResultKHR',desc='Union containing a performance counter result',…
57 sname:VkPerformanceCounterResultKHR unions containing the data associated
63 include::{generated}/api/structs/VkPerformanceCounterResultKHR.txt[]
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_performance_query.txt290 VkPerformanceCounterResultKHR* recordedCounters = malloc(
291 sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount);
298 sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount,
300 sizeof(VkPerformanceCounterResultKHR),
DVK_KHR_performance_query.adoc290 VkPerformanceCounterResultKHR* recordedCounters = malloc(
291 sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount);
298 sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount,
300 sizeof(VkPerformanceCounterResultKHR),
/third_party/mesa3d/src/amd/vulkan/
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()
Dradv_query.c1420 dest += pc_pool->num_counters * sizeof(union VkPerformanceCounterResultKHR); in radv_GetQueryPoolResults()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp370 std::vector<VkPerformanceCounterResultKHR> recordedCounters(enabledCounterCount); in verifyQueryResults()
373 …ult = vkd.getQueryPoolResults(device, queryPool, 0, 1, sizeof(VkPerformanceCounterResultKHR) * ena… in verifyQueryResults()
374 &recordedCounters[0], sizeof(VkPerformanceCounterResultKHR), VK_QUERY_RESULT_WAIT_BIT); in verifyQueryResults()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolPerformanceTests.cpp370 std::vector<VkPerformanceCounterResultKHR> recordedCounters(enabledCounterCount); in verifyQueryResults()
373 …ult = vkd.getQueryPoolResults(device, queryPool, 0, 1, sizeof(VkPerformanceCounterResultKHR) * ena… in verifyQueryResults()
374 &recordedCounters[0], sizeof(VkPerformanceCounterResultKHR), VK_QUERY_RESULT_WAIT_BIT); in verifyQueryResults()
/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c441 union VkPerformanceCounterResultKHR *results) in anv_perf_write_pass_results()
Danv_private.h4177 union VkPerformanceCounterResultKHR *results);
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dqueries.txt745 Performance queries write one slink:VkPerformanceCounterResultKHR value
927 slink:VkPerformanceCounterResultKHR
934 slink:VkPerformanceCounterResultKHR
Dqueries.adoc965 Performance queries write one slink:VkPerformanceCounterResultKHR value
1168 slink:VkPerformanceCounterResultKHR
1175 slink:VkPerformanceCounterResultKHR
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h5747 typedef union VkPerformanceCounterResultKHR { union
5754 } VkPerformanceCounterResultKHR; typedef
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h7055 typedef union VkPerformanceCounterResultKHR { union
7062 } VkPerformanceCounterResultKHR; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h7156 typedef union VkPerformanceCounterResultKHR { union
7163 } VkPerformanceCounterResultKHR; typedef
Dvulkan_structs.hpp37564 using NativeType = VkPerformanceCounterResultKHR;
37629 operator VkPerformanceCounterResultKHR const &() const in operator VkPerformanceCounterResultKHR const&()
37631 return *reinterpret_cast<const VkPerformanceCounterResultKHR *>( this ); in operator VkPerformanceCounterResultKHR const&()
37634 operator VkPerformanceCounterResultKHR &() in operator VkPerformanceCounterResultKHR&()
37636 return *reinterpret_cast<VkPerformanceCounterResultKHR *>( this ); in operator VkPerformanceCounterResultKHR&()
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h7324 typedef union VkPerformanceCounterResultKHR { union
7331 } VkPerformanceCounterResultKHR; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h7316 typedef union VkPerformanceCounterResultKHR { union
7323 } VkPerformanceCounterResultKHR; typedef
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h8522 typedef union VkPerformanceCounterResultKHR { union
8529 } VkPerformanceCounterResultKHR; typedef
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h8644 typedef union VkPerformanceCounterResultKHR { union
8651 } VkPerformanceCounterResultKHR; typedef
Dvulkan_static_assertions.hpp3009 …of( VULKAN_HPP_NAMESPACE::PerformanceCounterResultKHR ) == sizeof( VkPerformanceCounterResultKHR ),
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl4826 union VkPerformanceCounterResultKHR union
DvkStrUtil.inl1129 std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterResultKHR& value);
DvkVulkan_c.inl10039 typedef union VkPerformanceCounterResultKHR { union
10046 } VkPerformanceCounterResultKHR; typedef
DvkStrUtilImpl.inl11625 std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterResultKHR& value)
11627 s << "VkPerformanceCounterResultKHR = {\n";

12