Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c57 static void gather_usage_helper(const nir_deref_instr **deref_ptr, in gather_usage_helper() argument
62 for (; *deref_ptr; deref_ptr++) { in gather_usage_helper()
63 const nir_deref_instr *deref = *deref_ptr; in gather_usage_helper()
77 glsl_get_length(deref_ptr[-1]->type); in gather_usage_helper()
79 gather_usage_helper(deref_ptr + 1, in gather_usage_helper()
89 deref_ptr[-1]->type; in gather_usage_helper()