Lines Matching defs:shader
316 nir_tex_instr_create(b->shader, tex->num_srcs + 1);
801 nir_tex_instr *txd = nir_tex_instr_create(b->shader, tex->num_srcs + 2);
840 nir_tex_instr *txl = nir_tex_instr_create(b->shader, tex->num_srcs);
1155 nir_tex_instr *tex_copy = nir_tex_instr_create(b->shader, tex->num_srcs + 1);
1274 nir_tex_instr *fmask_fetch = nir_tex_instr_create(b->shader, tex->num_srcs - 1);
1319 nir_tex_instr *fmask_fetch = nir_instr_as_tex(nir_instr_clone(b->shader, &tex->instr));
1557 !nir_shader_supports_implicit_lod(b->shader)) {
1625 nir_lower_tex(nir_shader *shader, const nir_lower_tex_options *options)
1629 nir_foreach_function(function, shader) {
1631 progress |= nir_lower_tex_impl(function->impl, options, shader->options);