Home
last modified time | relevance | path

Searched refs:last_hindex (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl.c65 uint32_t last_hindex = bo->last_hindex; /* volatile read! */ in vc4_gem_hindex() local
67 if (last_hindex < cl_hindex_count && in vc4_gem_hindex()
68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex()
69 return last_hindex; in vc4_gem_hindex()
74 bo->last_hindex = hindex; in vc4_gem_hindex()
91 bo->last_hindex = hindex; in vc4_gem_hindex()
Dvc4_bufmgr.h48 volatile uint32_t last_hindex; member