Lines Matching defs:shader
41 nir_shader *shader;
62 state->shader, nir_chase_binding(nir_src_for_ssa(def)));
69 nir_foreach_variable_with_modes(possible_var, state->shader, nir_var_mem_ssbo) {
236 state->shader, nir_chase_binding(instr->src[0]));
324 nir_opt_access(nir_shader *shader, const nir_opt_access_options *options)
327 .shader = shader,
336 nir_foreach_function(func, shader) {
355 nir_foreach_variable_with_modes(var, shader, nir_var_uniform |
361 nir_foreach_function(func, shader) {