Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TEX2 (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c242 case TGSI_OPCODE_TEX2: in tgsi_util_get_src_usage_mask()
288 else if (opcode == TGSI_OPCODE_TEX2 || in tgsi_util_get_src_usage_mask()
H A Dtgsi_scan.c370 case TGSI_OPCODE_TEX2: in scan_instruction()
H A Dtgsi_exec.c5671 case TGSI_OPCODE_TEX2: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h529 TGSI_OPCODE_TEX2 = 177, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c342 case TGSI_OPCODE_TEX2: in analyse_instruction()
H A Dlp_bld_tgsi_soa.c2691 opcode == TGSI_OPCODE_TEX2 || in near_end_of_shader()
4538 bld.bld_base.op_actions[TGSI_OPCODE_TEX2].emit = tex2_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1338 case TGSI_OPCODE_TEX2: in ttn_tex()
1933 [TGSI_OPCODE_TEX2] = 0,
2105 case TGSI_OPCODE_TEX2: in ttn_emit_instruction()
H A Dnir_to_tgsi.c2682 tex_opcode = TGSI_OPCODE_TEX2; in ntt_emit_texture()
/third_party/mesa3d/src/nouveau/codegen/
H A 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()
3524 case TGSI_OPCODE_TEX2: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c7591 if (inst->Instruction.Opcode == TGSI_OPCODE_TEX2 || in tgsi_tex()
11962 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex},
12159 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex},
12386 [TGSI_OPCODE_TEX2] = { FETCH_OP_SAMPLE, tgsi_tex},
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c8860 * Emit code for TGSI_OPCODE_TEX2 (texture lookup for shadow cube map arrays)
11055 case TGSI_OPCODE_TEX2: in emit_instruction()

Completed in 83 milliseconds