/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_perfcounter.c | 415 radv_get_counter_registers(pdevice, perf_info->counterIndexCount, perf_info->pCounterIndices, in radv_pc_init_query_pool() 447 pool->counters[i] = pdevice->perfcounters[perf_info->pCounterIndices[i]].impl; in radv_pc_init_query_pool() 918 pPerformanceQueryCreateInfo->pCounterIndices, &num_regs, ®s); in radv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_query.c | 143 perf_query_info->pCounterIndices, in CreateQueryPool() 191 perf_query_info->pCounterIndices, in CreateQueryPool() 197 perf_query_info->pCounterIndices, in CreateQueryPool()
|
H A D | anv_perf.c | 399 pPerformanceQueryCreateInfo->pCounterIndices, in anv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_query.c | 232 pool->perfmon.counters[i] = pq_info->pCounterIndices[i]; in v3dv_CreateQueryPool()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 283 perf_query_info->pCounterIndices[i], &gid, &cid); in tu_CreateQueryPool() 1707 pPerformanceQueryCreateInfo->pCounterIndices[i], in tu_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 26545 _OUT << "\"pCounterIndices\":" << std::endl; in print_VkQueryPoolPerformanceCreateInfoKHR() 26547 if (obj.pCounterIndices) { in print_VkQueryPoolPerformanceCreateInfoKHR() 26551 print_uint32_t(obj.pCounterIndices[i], "", isCommaNeeded); in print_VkQueryPoolPerformanceCreateInfoKHR() 26585 _OUT << "\"pCounterIndices\":" << std::endl; in print_VkQueryPoolPerformanceCreateInfoKHR() 26587 if (obj->pCounterIndices) { in print_VkQueryPoolPerformanceCreateInfoKHR() 26591 print_uint32_t(obj->pCounterIndices[i], "", isCommaNeeded); in print_VkQueryPoolPerformanceCreateInfoKHR() [all...] |
H A D | vulkan_json_parser.hpp | 10849 (o.pCounterIndices) = (deUint32*)s_globalMem.allocate((o.counterIndexCount), sizeof(deUint32)); in parse_VkQueryPoolPerformanceCreateInfoKHR() 10850 Json::Value& obj_pCounterIndices_arr = obj["pCounterIndices"]; in parse_VkQueryPoolPerformanceCreateInfoKHR() 10852 parse_uint32_t("pCounterIndices", obj_pCounterIndices_arr[i], const_cast<deUint32&>((o.pCounterIndices[i]))); in parse_VkQueryPoolPerformanceCreateInfoKHR()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 63550 , pCounterIndices( pCounterIndices_ ) pCounterIndices() function 63566 , pCounterIndices( counterIndices_.data() ) pCounterIndices() function 63646 const uint32_t * pCounterIndices = {}; global() member [all...] |
H A D | vulkan_core.h | 7153 const uint32_t* pCounterIndices; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5768 const uint32_t* pCounterIndices; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 7052 const uint32_t* pCounterIndices; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 8519 const uint32_t* pCounterIndices; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 7313 const uint32_t* pCounterIndices; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
H A D | vulkan_core.h | 9534 const uint32_t* pCounterIndices; member
|
H A D | vulkan_hash.hpp | 13283 VULKAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceCreateInfoKHR.pCounterIndices );
|