Home
last modified time | relevance | path

Searched refs:n_perf_query_commands (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c72 device->n_perf_query_commands = 0; in anv_physical_device_init_perf()
78 device->n_perf_query_commands++; in anv_physical_device_init_perf()
85 device->n_perf_query_commands += field->size / 4; in anv_physical_device_init_perf()
91 device->n_perf_query_commands *= 2; /* Begin & End */ in anv_physical_device_init_perf()
92 device->n_perf_query_commands += 1; /* availability */ in anv_physical_device_init_perf()
DgenX_query.c343 pdevice->n_perf_query_commands * sizeof(*cmd_buffer->self_mod_locations), 8, in khr_perf_query_ensure_relocs()
1016 assert(reloc_idx == pdevice->n_perf_query_commands); in genX()
1241 assert(cmd_buffer->perf_reloc_idx == pdevice->n_perf_query_commands); in genX()
Danv_private.h990 uint32_t n_perf_query_commands; member