Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TEX2 (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c238 case TGSI_OPCODE_TEX2: in tgsi_util_get_inst_usage_mask()
284 else if (inst->Instruction.Opcode == TGSI_OPCODE_TEX2 || in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c370 case TGSI_OPCODE_TEX2: in scan_instruction()
Dtgsi_exec.c5750 case TGSI_OPCODE_TEX2: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h528 TGSI_OPCODE_TEX2 = 177, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c342 case TGSI_OPCODE_TEX2: in analyse_instruction()
Dlp_bld_tgsi_soa.c2685 opcode == TGSI_OPCODE_TEX2 || in near_end_of_shader()
4531 bld.bld_base.op_actions[TGSI_OPCODE_TEX2].emit = tex2_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1336 case TGSI_OPCODE_TEX2: in ttn_tex()
1929 [TGSI_OPCODE_TEX2] = 0,
2101 case TGSI_OPCODE_TEX2: in ttn_emit_instruction()
Dnir_to_tgsi.c2170 tex_opcode = TGSI_OPCODE_TEX2; in ntt_emit_texture()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp311 case TGSI_OPCODE_TEX2: in srcMask()
2347 case TGSI_OPCODE_TEX2: shd = fetchSrc(1, 0); break; in handleTEX()
2397 tgsi.getOpcode() == TGSI_OPCODE_TEX2 || in handleTEX()
3520 case TGSI_OPCODE_TEX2: in handleInstruction()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4423 opcode = (is_cube_array && ir->shadow_comparator) ? TGSI_OPCODE_TEX2 : TGSI_OPCODE_TEX; in visit()
4661 } else if (opcode == TGSI_OPCODE_TEX2) { in visit()
6249 case TGSI_OPCODE_TEX2: in compile_tgsi_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7587 if (inst->Instruction.Opcode == TGSI_OPCODE_TEX2 || in tgsi_tex()
11934 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex},
12131 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex},
12358 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9443 case TGSI_OPCODE_TEX2: in emit_vgpu10_instruction()