Home
last modified time | relevance | path

Searched refs:perfcntrs_pass_cs_entries (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.h291 struct tu_cs_entry *perfcntrs_pass_cs_entries; member
Dtu_device.c1966 device->perfcntrs_pass_cs_entries = calloc(32, sizeof(struct tu_cs_entry)); in tu_CreateDevice()
1967 if (!device->perfcntrs_pass_cs_entries) { in tu_CreateDevice()
1989 device->perfcntrs_pass_cs_entries[i] = tu_cs_end_sub_stream(cs, &sub_cs); in tu_CreateDevice()
2048 free(device->perfcntrs_pass_cs_entries); in tu_CreateDevice()
2112 free(device->perfcntrs_pass_cs_entries); in tu_DestroyDevice()
Dtu_kgsl.c423 &cmdbuf->device->perfcntrs_pass_cs_entries[perf_info->counterPassIndex]; in tu_QueueSubmit2()
Dtu_drm.c958 &dev->perfcntrs_pass_cs_entries[submit->perf_pass_index]; in tu_queue_build_msm_gem_submit_cmds()