Searched refs:nir_texop_lod (Results 1 – 12 of 12) sorted by relevance
135 case nir_texop_lod: in gcm_pin_instructions_block()
1191 nir_texop_lod, /**< Texture lod query */ enumerator1291 case nir_texop_lod: in nir_tex_instr_dest_size()1315 case nir_texop_lod: in nir_tex_instr_is_query()
709 case nir_texop_lod: in print_tex_instr()
334 tex->op == nir_texop_lod) in try_lower_tex_ycbcr()
2235 if (tex->is_shadow && tex->op != nir_texop_lod) in tex_info()2238 if (tex->is_array && tex->op != nir_texop_lod) in tex_info()2307 case nir_texop_lod: opc = OPC_GETLOD; break; in emit_tex()2364 if (tex->is_shadow && tex->op != nir_texop_lod) in emit_tex()2367 if (tex->is_array && tex->op != nir_texop_lod) { in emit_tex()
70 case nir_texop_lod: in scan_instruction()
1253 op = nir_texop_lod; in ttn_tex()1312 if (op == nir_texop_lod) { in ttn_tex()
1919 texop = nir_texop_lod; in vtn_handle_texture()1973 if (is_array && texop != nir_texop_lod) in vtn_handle_texture()2119 case nir_texop_lod: in vtn_handle_texture()
2363 case nir_texop_lod: in build_tex_intrinsic()4745 if (op == nir_texop_lod) in set_tex_fetch_args()5012 instr->op == nir_texop_lod, coords, derivs); in visit_tex()5051 if (instr->is_array && instr->op != nir_texop_lod ) { in visit_tex()5144 instr->op != nir_texop_txs && instr->op != nir_texop_lod && in visit_tex()
2022 case nir_texop_lod: op = ir_lod; break; in ir_texture_opcode_for_nir_texop()
4731 case nir_texop_lod: in nir_emit_texture()
1999 op = nir_texop_lod; in visit()