Home
last modified time | relevance | path

Searched refs:pCounterIndices (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_perfcounter.c415 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, &regs); in radv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_query.c143 perf_query_info->pCounterIndices, in CreateQueryPool()
191 perf_query_info->pCounterIndices, in CreateQueryPool()
197 perf_query_info->pCounterIndices, in CreateQueryPool()
H A Danv_perf.c399 pPerformanceQueryCreateInfo->pCounterIndices, in anv_GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_query.c232 pool->perfmon.counters[i] = pq_info->pCounterIndices[i]; in v3dv_CreateQueryPool()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_query.c283 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 Dvulkan_json_data.hpp26545 _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 Dvulkan_json_parser.hpp10849 (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 Dvulkan_structs.hpp63550 , pCounterIndices( pCounterIndices_ ) pCounterIndices() function
63566 , pCounterIndices( counterIndices_.data() ) pCounterIndices() function
63646 const uint32_t * pCounterIndices = {}; global() member
[all...]
H A Dvulkan_core.h7153 const uint32_t* pCounterIndices; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5768 const uint32_t* pCounterIndices; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h7052 const uint32_t* pCounterIndices; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h8519 const uint32_t* pCounterIndices; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h7313 const uint32_t* pCounterIndices; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h9534 const uint32_t* pCounterIndices; member
H A Dvulkan_hash.hpp13283 VULKAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceCreateInfoKHR.pCounterIndices );

Completed in 473 milliseconds