Lines Matching defs:shader
51 nir_shader *shader;
109 assert(idx < state->shader->info.num_ubos);
119 assert(idx < state->shader->info.num_ssbos);
237 nir_lower_amul(nir_shader *shader,
240 assert(shader->options->has_imul24);
243 NIR_VLA_FILL(bool, large_ubos, shader->info.num_ubos, 0);
244 NIR_VLA_FILL(bool, large_ssbos, shader->info.num_ssbos, 0);
247 .shader = shader,
256 nir_foreach_variable_in_shader (var, shader) {
275 nir_foreach_function(function, shader) {
287 nir_foreach_function(function, shader) {
307 nir_foreach_function(function, shader) {