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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_gather_info.c41 bool *cross_invocation, bool *indirect)
43 *cross_invocation = false;
56 *cross_invocation = !src_is_invocation_id(&(*p)->arr.index);
101 bool cross_invocation; local in function:set_io_mask
103 get_deref_info(shader, var, deref, &cross_invocation, &indirect);
116 if (cross_invocation && shader->info.stage == MESA_SHADER_TESS_CTRL)
135 if (cross_invocation && shader->info.stage == MESA_SHADER_TESS_CTRL)
40 get_deref_info(nir_shader * shader,nir_variable * var,nir_deref_instr * deref,bool * cross_invocation,bool * indirect) argument

Completed in 3 milliseconds