/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_performance_query/ |
D | queriesperformance.adoc | 54 [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[]
|
D | queriesperformance.txt | 54 [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/ |
D | VK_KHR_performance_query.txt | 290 VkPerformanceCounterResultKHR* recordedCounters = malloc( 291 sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount); 298 sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount, 300 sizeof(VkPerformanceCounterResultKHR),
|
D | VK_KHR_performance_query.adoc | 290 VkPerformanceCounterResultKHR* recordedCounters = malloc( 291 sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount); 298 sizeof(VkPerformanceCounterResultKHR) * enabledCounterCount, 300 sizeof(VkPerformanceCounterResultKHR),
|
/third_party/mesa3d/src/amd/vulkan/ |
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()
|
D | radv_query.c | 1420 dest += pc_pool->num_counters * sizeof(union VkPerformanceCounterResultKHR); in radv_GetQueryPoolResults()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
D | vktQueryPoolPerformanceTests.cpp | 370 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/ |
D | vktQueryPoolPerformanceTests.cpp | 370 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/ |
D | anv_perf.c | 441 union VkPerformanceCounterResultKHR *results) in anv_perf_write_pass_results()
|
D | anv_private.h | 4177 union VkPerformanceCounterResultKHR *results);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | queries.txt | 745 Performance queries write one slink:VkPerformanceCounterResultKHR value 927 slink:VkPerformanceCounterResultKHR 934 slink:VkPerformanceCounterResultKHR
|
D | queries.adoc | 965 Performance queries write one slink:VkPerformanceCounterResultKHR value 1168 slink:VkPerformanceCounterResultKHR 1175 slink:VkPerformanceCounterResultKHR
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 5747 typedef union VkPerformanceCounterResultKHR { union 5754 } VkPerformanceCounterResultKHR; typedef
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7055 typedef union VkPerformanceCounterResultKHR { union 7062 } VkPerformanceCounterResultKHR; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 7156 typedef union VkPerformanceCounterResultKHR { union 7163 } VkPerformanceCounterResultKHR; typedef
|
D | vulkan_structs.hpp | 37564 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/ |
D | vulkan_core.h | 7324 typedef union VkPerformanceCounterResultKHR { union 7331 } VkPerformanceCounterResultKHR; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 7316 typedef union VkPerformanceCounterResultKHR { union 7323 } VkPerformanceCounterResultKHR; typedef
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 8522 typedef union VkPerformanceCounterResultKHR { union 8529 } VkPerformanceCounterResultKHR; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 8644 typedef union VkPerformanceCounterResultKHR { union 8651 } VkPerformanceCounterResultKHR; typedef
|
D | vulkan_static_assertions.hpp | 3009 …of( VULKAN_HPP_NAMESPACE::PerformanceCounterResultKHR ) == sizeof( VkPerformanceCounterResultKHR ),
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 4826 union VkPerformanceCounterResultKHR union
|
D | vkStrUtil.inl | 1129 std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterResultKHR& value);
|
D | vkVulkan_c.inl | 10039 typedef union VkPerformanceCounterResultKHR { union 10046 } VkPerformanceCounterResultKHR; typedef
|
D | vkStrUtilImpl.inl | 11625 std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterResultKHR& value) 11627 s << "VkPerformanceCounterResultKHR = {\n";
|