Searched refs:hindex (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_cl.c | 62 uint32_t hindex; in vc4_gem_hindex() local 72 for (hindex = 0; hindex < cl_hindex_count; hindex++) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex() 74 bo->last_hindex = hindex; in vc4_gem_hindex() 75 return hindex; in vc4_gem_hindex() 91 bo->last_hindex = hindex; in vc4_gem_hindex() 92 return hindex; in vc4_gem_hindex()
|
D | vc4_job.c | 293 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo); in vc4_submit_setup_rcl_surface() 334 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo); in vc4_submit_setup_rcl_render_config_surface() 361 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo); in vc4_submit_setup_rcl_msaa_surface() 402 .color_read.hindex = ~0, in vc4_job_submit() 403 .zs_read.hindex = ~0, in vc4_job_submit() 404 .color_write.hindex = ~0, in vc4_job_submit() 405 .msaa_color_write.hindex = ~0, in vc4_job_submit() 406 .zs_write.hindex = ~0, in vc4_job_submit() 407 .msaa_zs_write.hindex = ~0, in vc4_job_submit()
|
D | vc4_draw.c | 400 uint32_t hindex = vc4_gem_hindex(job, rsc->bo); in vc4_draw_vbo() local 401 if (job->last_gem_handle_hindex != hindex) { in vc4_draw_vbo() 403 cl_u32(&bcl, hindex); in vc4_draw_vbo() 405 job->last_gem_handle_hindex = hindex; in vc4_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_render_cl.c | 414 if (surf->hindex == ~0) in vc4_rcl_msaa_surface_setup() 417 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_msaa_surface_setup() 447 if (surf->hindex == ~0) in vc4_rcl_surface_setup() 450 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_surface_setup() 549 if (surf->hindex == ~0) in vc4_rcl_render_config_surface_setup() 552 *obj = vc4_use_bo(exec, surf->hindex); in vc4_rcl_render_config_surface_setup()
|
D | vc4_validate.c | 97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex) in vc4_use_bo() argument 102 if (hindex >= exec->bo_count) { in vc4_use_bo() 104 hindex, exec->bo_count); in vc4_use_bo() 107 obj = exec->bo[hindex]; in vc4_use_bo()
|
D | vc4_drv.h | 171 uint32_t hindex);
|
/external/mesa3d/include/drm-uapi/ |
D | vc4_drm.h | 60 __u32 hindex; /* Handle index, or ~0 if not present. */ member
|
/external/kernel-headers/original/uapi/drm/ |
D | vc4_drm.h | 66 __u32 hindex; /* Handle index, or ~0 if not present. */ member
|
/external/libdrm/include/drm/ |
D | vc4_drm.h | 66 __u32 hindex; /* Handle index, or ~0 if not present. */ member
|
/external/jemalloc_new/src/ |
D | arena.c | 290 szind_t index, hindex; in arena_large_malloc_stats_update() local 298 hindex = (index >= NBINS) ? index - NBINS : 0; in arena_large_malloc_stats_update() 301 &arena->stats.lstats[hindex].nmalloc, 1); in arena_large_malloc_stats_update() 306 szind_t index, hindex; in arena_large_dalloc_stats_update() local 314 hindex = (index >= NBINS) ? index - NBINS : 0; in arena_large_dalloc_stats_update() 317 &arena->stats.lstats[hindex].ndalloc, 1); in arena_large_dalloc_stats_update()
|
/external/autotest/client/profilers/lockmeter/ |
D | patch.2.6.14-lockmeter-1.gz |
|