| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 239 case TGSI_OPCODE_TXB2: 285 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 ||
|
| H A D | tgsi_lowering.c | 1046 if (opcode == TGSI_OPCODE_TXB2) { 1408 case TGSI_OPCODE_TXB2: 1551 info->opcode_count[TGSI_OPCODE_TXB2] +
|
| H A D | tgsi_scan.c | 371 case TGSI_OPCODE_TXB2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 300 case TGSI_OPCODE_TXB2: 346 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 ||
|
| H A D | tgsi_lowering.c | 1045 if (opcode == TGSI_OPCODE_TXB2) { 1408 case TGSI_OPCODE_TXB2: 1551 info->opcode_count[TGSI_OPCODE_TXB2] +
|
| H A D | tgsi_scan.c | 362 case TGSI_OPCODE_TXB2:
|
| H A D | tgsi_exec.c | 6044 case TGSI_OPCODE_TXB2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 527 TGSI_OPCODE_TXB2 = 178, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 529 TGSI_OPCODE_TXB2 = 178, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_info.c | 338 case TGSI_OPCODE_TXB2:
|
| H A D | lp_bld_tgsi_soa.c | 2689 opcode == TGSI_OPCODE_TXB2 || 3954 bld.bld_base.op_actions[TGSI_OPCODE_TXB2].emit = txb2_emit;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_info.c | 345 case TGSI_OPCODE_TXB2:
|
| H A D | lp_bld_tgsi_soa.c | 2686 opcode == TGSI_OPCODE_TXB2 || 4532 bld.bld_base.op_actions[TGSI_OPCODE_TXB2].emit = txb2_emit;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1244 case TGSI_OPCODE_TXB2: 1376 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { 1661 [TGSI_OPCODE_TXB2] = 0, 1812 case TGSI_OPCODE_TXB2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1349 case TGSI_OPCODE_TXB2: 1468 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { 1930 [TGSI_OPCODE_TXB2] = 0, 2103 case TGSI_OPCODE_TXB2:
|
| H A D | nir_to_tgsi.c | 2172 tex_opcode = TGSI_OPCODE_TXB2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_mem.c | 1424 if (opcode == TGSI_OPCODE_TXB2) 1670 case TGSI_OPCODE_TXB2: 1811 bld_base->op_actions[TGSI_OPCODE_TXB2].emit = build_tex_intrinsic;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 5588 * or TGSI_OPCODE_TXB2 (for cube shadow maps). 5603 inst->Instruction.Opcode == TGSI_OPCODE_TXB2); 5605 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { 5953 case TGSI_OPCODE_TXB2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 312 case TGSI_OPCODE_TXB2: 2348 case TGSI_OPCODE_TXB2: shd = fetchSrc(1, 1); break; 3523 case TGSI_OPCODE_TXB2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 4321 opcode = TGSI_OPCODE_TXB2; 4538 } else if (opcode == TGSI_OPCODE_TXL2 || opcode == TGSI_OPCODE_TXB2) { 6197 case TGSI_OPCODE_TXB2:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 4432 opcode = TGSI_OPCODE_TXB2; 4659 } else if (opcode == TGSI_OPCODE_TXL2 || opcode == TGSI_OPCODE_TXB2) { 6250 case TGSI_OPCODE_TXB2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 314 case TGSI_OPCODE_TXB2: 3491 case TGSI_OPCODE_TXB2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7489 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || 7805 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || 7809 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || 11766 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex}, 11963 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex}, 12189 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7588 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || 7904 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || 7908 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || 11935 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex}, 12132 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex}, 12359 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 8454 * or TGSI_OPCODE_TXB2 (for cube shadow maps). 8469 inst->Instruction.Opcode == TGSI_OPCODE_TXB2); 8471 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { 9448 case TGSI_OPCODE_TXB2:
|