Searched refs:nir_texop_lod (Results 1 – 10 of 10) sorted by relevance
135 case nir_texop_lod: in gcm_pin_instructions_block()
1127 nir_texop_lod, /**< Texture lod query */ enumerator1228 case nir_texop_lod: in nir_tex_instr_dest_size()1252 case nir_texop_lod: in nir_tex_instr_is_query()
678 case nir_texop_lod: in print_tex_instr()
1377 if (tex->is_shadow && tex->op != nir_texop_lod) in tex_info()1380 if (tex->is_array && tex->op != nir_texop_lod) in tex_info()1449 case nir_texop_lod: opc = OPC_GETLOD; break; in emit_tex()1495 if (tex->is_shadow && tex->op != nir_texop_lod) in emit_tex()1498 if (tex->is_array && tex->op != nir_texop_lod) { in emit_tex()
1487 texop = nir_texop_lod; in vtn_handle_texture()1541 if (is_array && texop != nir_texop_lod) in vtn_handle_texture()1683 case nir_texop_lod: in vtn_handle_texture()
1305 op = nir_texop_lod; in ttn_tex()1364 if (op == nir_texop_lod) { in ttn_tex()
1692 case nir_texop_lod: in build_tex_intrinsic()3076 if (op == nir_texop_lod) in set_tex_fetch_args()3494 …else if (instr->is_shadow && instr->op != nir_texop_txs && instr->op != nir_texop_lod && instr->op… in visit_tex()
1905 op = nir_texop_lod; in visit()
2132 case nir_texop_lod: op = ir_lod; break; in ir_texture_opcode_for_nir_texop()
4411 case nir_texop_lod: in nir_emit_texture()