Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h522 #define TGSI_OPCODE_TXL2 179 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c221 { 1, 3, 1, 0, 0, 0, 0, OTHR, "TXL2", TGSI_OPCODE_TXL2 },
Dtgsi_scan.c91 opcode != TGSI_OPCODE_TXL2 && in computes_derivative()
Dtgsi_exec.c5955 case TGSI_OPCODE_TXL2: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1285 case TGSI_OPCODE_TXL2: in ttn_tex()
1404 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXL2) { in ttn_tex()
1673 [TGSI_OPCODE_TXL2] = 0,
1842 case TGSI_OPCODE_TXL2: in ttn_emit_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c342 case TGSI_OPCODE_TXL2: in analyse_instruction()
Dlp_bld_tgsi_soa.c2756 opcode == TGSI_OPCODE_TXL2 || in near_end_of_shader()
4016 bld.bld_base.op_actions[TGSI_OPCODE_TXL2].emit = txl2_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c362 case TGSI_OPCODE_TXL2: in aos_tex()
913 [TGSI_OPCODE_TXL2] = aos_tex,
1454 [TGSI_OPCODE_TXL2] = soa_passthrough,
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c6809 inst->Instruction.Opcode == TGSI_OPCODE_TXL2 || in tgsi_tex()
7093 inst->Instruction.Opcode == TGSI_OPCODE_TXL2) { in tgsi_tex()
7097 inst->Instruction.Opcode == TGSI_OPCODE_TXL2) in tgsi_tex()
9240 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex},
9438 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex},
9661 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4015 opcode = is_cube_array ? TGSI_OPCODE_TXL2 : TGSI_OPCODE_TXL; in visit()
4199 } else if (opcode == TGSI_OPCODE_TXL2 || opcode == TGSI_OPCODE_TXB2) { in visit()
5636 case TGSI_OPCODE_TXL2: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp301 case TGSI_OPCODE_TXL2: in srcMask()
3332 case TGSI_OPCODE_TXL2: in handleInstruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4696 else if (opcode == TGSI_OPCODE_TXL2) in tex_fetch_args()
4976 case TGSI_OPCODE_TXL2: in build_tex_intrinsic()
6739 bld_base->op_actions[TGSI_OPCODE_TXL2] = tex_action; in si_init_shader_ctx()