Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXF (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c237 case TGSI_OPCODE_TXF: in tgsi_util_get_src_usage_mask()
278 if (opcode == TGSI_OPCODE_TXF || in tgsi_util_get_src_usage_mask()
H A Dtgsi_info.c272 case TGSI_OPCODE_TXF: in tgsi_opcode_infer_src_type()
H A Dtgsi_scan.c89 opcode != TGSI_OPCODE_TXF && in computes_derivative()
368 case TGSI_OPCODE_TXF: in scan_instruction()
H A Dtgsi_exec.c5371 case TGSI_OPCODE_TXF: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h439 TGSI_OPCODE_TXF = 94, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1366 case TGSI_OPCODE_TXF: in ttn_tex()
1492 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXF || in ttn_tex()
1870 [TGSI_OPCODE_TXF] = 0,
2108 case TGSI_OPCODE_TXF: in ttn_emit_instruction()
H A Dnir_to_tgsi.c2628 tex_opcode = TGSI_OPCODE_TXF; in ntt_emit_texture()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c818 case TGSI_OPCODE_TXF: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_soa.c2689 opcode == TGSI_OPCODE_TXF || in near_end_of_shader()
4536 bld.bld_base.op_actions[TGSI_OPCODE_TXF].emit = txf_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c7562 inst->Instruction.Opcode == TGSI_OPCODE_TXF && in tgsi_tex()
7567 inst->Instruction.Opcode == TGSI_OPCODE_TXF && in tgsi_tex()
7611 else if (inst->Instruction.Opcode == TGSI_OPCODE_TXF) { in tgsi_tex()
11879 [TGSI_OPCODE_TXF] = { FETCH_OP_LD, tgsi_tex},
12076 [TGSI_OPCODE_TXF] = { FETCH_OP_LD, tgsi_tex},
12303 [TGSI_OPCODE_TXF] = { FETCH_OP_LD, tgsi_tex},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp320 case TGSI_OPCODE_TXF: in srcMask()
3540 case TGSI_OPCODE_TXF: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9019 * Emit code for TGSI_OPCODE_TXF (texel fetch)
11065 case TGSI_OPCODE_TXF: in emit_instruction()

Completed in 60 milliseconds