Searched refs:last_hindex (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_cl.c65 uint32_t last_hindex = bo->last_hindex; /* volatile read! */ local in function:vc4_gem_hindex
67 if (last_hindex < cl_hindex_count &&
68 current_handles[last_hindex] == bo->handle) {
69 return last_hindex;
74 bo->last_hindex = hindex;
91 bo->last_hindex = hindex;
H A Dvc4_bufmgr.h48 volatile uint32_t last_hindex; member in struct:vc4_bo
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_cl.c65 uint32_t last_hindex = bo->last_hindex; /* volatile read! */ local in function:vc4_gem_hindex
67 if (last_hindex < cl_hindex_count &&
68 current_handles[last_hindex] == bo->handle) {
69 return last_hindex;
74 bo->last_hindex = hindex;
91 bo->last_hindex = hindex;
H A Dvc4_bufmgr.h48 volatile uint32_t last_hindex; member in struct:vc4_bo

Completed in 4 milliseconds