HomeSort by relevance Sort by last modified time
    Searched refs:hindex (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_cl.c 61 uint32_t hindex; local
64 for (hindex = 0; hindex < cl_offset(&job->bo_handles) / 4; hindex++) {
65 if (current_handles[hindex] == bo->handle)
66 return hindex;
81 return hindex;
vc4_job.c 278 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
319 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
346 submit_surf->hindex = vc4_gem_hindex(job, rsc->bo);
389 .color_read.hindex = ~0,
390 .zs_read.hindex = ~0,
391 .color_write.hindex = ~0,
392 .msaa_color_write.hindex = ~0,
393 .zs_write.hindex = ~0,
394 .msaa_zs_write.hindex = ~0,
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_drv.h 171 uint32_t hindex);
vc4_render_cl.c 403 if (surf->hindex == ~0)
406 *obj = vc4_use_bo(exec, surf->hindex);
436 if (surf->hindex == ~0)
439 *obj = vc4_use_bo(exec, surf->hindex);
538 if (surf->hindex == ~0)
541 *obj = vc4_use_bo(exec, surf->hindex);
vc4_validate.c 97 vc4_use_bo(struct vc4_exec_info *exec, uint32_t hindex)
102 if (hindex >= exec->bo_count) {
104 hindex, exec->bo_count);
107 obj = exec->bo[hindex];
  /toolchain/binutils/binutils-2.27/gas/
hash.c 140 unsigned int hindex; local
162 hindex = hash % table->size;
163 list = table->table + hindex;
  /bionic/libc/kernel/uapi/drm/
vc4_drm.h 49 __u32 hindex; member in struct:drm_vc4_submit_rcl_surface
  /external/kernel-headers/original/uapi/drm/
vc4_drm.h 60 __u32 hindex; /* Handle index, or ~0 if not present. */ member in struct:drm_vc4_submit_rcl_surface
  /external/libdrm/include/drm/
vc4_drm.h 52 __u32 hindex; /* Handle index, or ~0 if not present. */ member in struct:drm_vc4_submit_rcl_surface
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 1287 HOST_WIDE_INT hindex = TREE_INT_CST_LOW (index); local
    [all...]

Completed in 686 milliseconds