Searched refs:last_hindex (Results 1 – 2 of 2) sorted by relevance
65 uint32_t last_hindex = bo->last_hindex; /* volatile read! */ in vc4_gem_hindex() local67 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()
48 volatile uint32_t last_hindex; member