Searched refs:TGSI_OPCODE_TXB2 (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h521 #define TGSI_OPCODE_TXB2 178 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c339 case TGSI_OPCODE_TXB2:
H A Dlp_bld_tgsi_soa.c2755 opcode == TGSI_OPCODE_TXB2 ||
4015 bld.bld_base.op_actions[TGSI_OPCODE_TXB2].emit = txb2_emit;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c220 { 1, 3, 1, 0, 0, 0, 0, OTHR, "TXB2", TGSI_OPCODE_TXB2 },
H A Dtgsi_lowering.c1196 if (opcode == TGSI_OPCODE_TXB2) {
1579 case TGSI_OPCODE_TXB2:
1742 info->opcode_count[TGSI_OPCODE_TXB2] +
H A Dtgsi_exec.c5948 case TGSI_OPCODE_TXB2:
/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1276 case TGSI_OPCODE_TXB2:
1392 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB2) {
1672 [TGSI_OPCODE_TXB2] = 0,
1843 case TGSI_OPCODE_TXB2:
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_tgsi.c359 case TGSI_OPCODE_TXB2:
912 [TGSI_OPCODE_TXB2] = aos_tex,
1453 [TGSI_OPCODE_TXB2] = soa_passthrough,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c5464 * or TGSI_OPCODE_TXB2 (for cube shadow maps).
5478 inst->Instruction.Opcode == TGSI_OPCODE_TXB2);
5480 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2) {
5786 case TGSI_OPCODE_TXB2:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp4002 opcode = TGSI_OPCODE_TXB2;
4199 } else if (opcode == TGSI_OPCODE_TXL2 || opcode == TGSI_OPCODE_TXB2) {
5635 case TGSI_OPCODE_TXB2:
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp300 case TGSI_OPCODE_TXB2:
3331 case TGSI_OPCODE_TXB2:
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c6808 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 ||
7092 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 ||
7096 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2 ||
9239 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
9437 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
9660 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c4602 if (opcode == TGSI_OPCODE_TXB2)
4971 case TGSI_OPCODE_TXB2:
6735 bld_base->op_actions[TGSI_OPCODE_TXB2] = tex_action;

Completed in 898 milliseconds