Searched refs:nir_texop_txd (Results 1 – 11 of 11) sorted by relevance
359 assert(tex->op == nir_texop_txd); in lower_gradient_cube_map()508 assert(tex->op == nir_texop_txd); in lower_gradient_shadow()782 if (tex->op == nir_texop_txd && in nir_lower_tex_block()791 if (tex->op == nir_texop_txd && options->lower_txd_shadow && in nir_lower_tex_block()
1122 nir_texop_txd, /**< Texture look-up with partial derivatvies */ enumerator1260 case nir_texop_txd: in nir_tex_instr_is_query()
663 case nir_texop_txd: in print_tex_instr()
1447 case nir_texop_txd: opc = OPC_SAMGQ; break; in emit_tex()1514 if (tex->op == nir_texop_txd) { in emit_tex()
538 op = nir_texop_txd; in ptn_tex()
1616 texop = nir_texop_txd; in vtn_handle_texture()1676 case nir_texop_txd: in vtn_handle_texture()
1300 op = nir_texop_txd; in ttn_tex()
1879 op = nir_texop_txd; /* coordinate, dPdx, dPdy */ in visit()
2138 case nir_texop_txd: op = ir_txd; break; in ir_texture_opcode_for_nir_texop()
4392 case nir_texop_txd: in nir_emit_texture()
1685 case nir_texop_txd: in build_tex_intrinsic()3328 instr->op == nir_texop_txd, instr->is_array, in visit_tex()