| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 242 case TGSI_OPCODE_TG4: { 287 inst->Instruction.Opcode == TGSI_OPCODE_TG4)
|
| H A D | tgsi_scan.c | 87 return opcode != TGSI_OPCODE_TG4 && 373 case TGSI_OPCODE_TG4:
|
| H A D | tgsi_exec.c | 5213 case TGSI_OPCODE_TG4:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 303 case TGSI_OPCODE_TG4: { 348 inst->Instruction.Opcode == TGSI_OPCODE_TG4)
|
| H A D | tgsi_scan.c | 87 return opcode != TGSI_OPCODE_TG4 && 364 case TGSI_OPCODE_TG4:
|
| H A D | tgsi_exec.c | 5489 case TGSI_OPCODE_TG4:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 533 TGSI_OPCODE_TG4 = 182, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 535 TGSI_OPCODE_TG4 = 182, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_mem.c | 1616 if (opcode == TGSI_OPCODE_TG4) { 1678 case TGSI_OPCODE_TG4: 1691 opcode == TGSI_OPCODE_TG4) { 1819 bld_base->op_actions[TGSI_OPCODE_TG4].emit = build_tex_intrinsic;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1667 [TGSI_OPCODE_TG4] = 0, 1814 case TGSI_OPCODE_TG4:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1936 [TGSI_OPCODE_TG4] = 0, 2106 case TGSI_OPCODE_TG4:
|
| H A D | nir_to_tgsi.c | 2140 tex_opcode = TGSI_OPCODE_TG4;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 323 case TGSI_OPCODE_TG4: 2362 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && 2412 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) 3485 case TGSI_OPCODE_TG4:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 321 case TGSI_OPCODE_TG4: 2346 case TGSI_OPCODE_TG4: shd = fetchSrc(1, 0); break; 2400 if (tgsi.getOpcode() == TGSI_OPCODE_TG4 && !tgt.isShadow()) 3517 case TGSI_OPCODE_TG4:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 4497 opcode = TGSI_OPCODE_TG4; 4663 } else if (opcode == TGSI_OPCODE_TG4) { 6252 case TGSI_OPCODE_TG4: 6257 if (t->tg4_component_in_swizzle && inst->op == TGSI_OPCODE_TG4)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7491 inst->Instruction.Opcode == TGSI_OPCODE_TG4) 7888 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { 8367 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { 8442 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && 11770 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_unsupported}, 11967 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex}, 12193 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7590 inst->Instruction.Opcode == TGSI_OPCODE_TG4) 7987 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { 8466 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4) { 8541 if (inst->Instruction.Opcode == TGSI_OPCODE_TG4 && 11939 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_unsupported}, 12136 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex}, 12363 [TGSI_OPCODE_TG4] = { FETCH_OP_GATHER4, tgsi_tex},
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 4386 opcode = TGSI_OPCODE_TG4; 4542 } else if (opcode == TGSI_OPCODE_TG4) { 6199 case TGSI_OPCODE_TG4:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 3956 bld.bld_base.op_actions[TGSI_OPCODE_TG4].emit = tg4_emit;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 5334 * Emit code for TGSI_OPCODE_TG4 (texture lookup for texture gather) 5946 case TGSI_OPCODE_TG4:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_shader.c | 839 ureg_tex_insn(tx->ureg, TGSI_OPCODE_TG4, &tmp, 1, target, TGSI_RETURN_TYPE_FLOAT,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 4534 bld.bld_base.op_actions[TGSI_OPCODE_TG4].emit = tg4_emit;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 8085 * Emit code for TGSI_OPCODE_TG4 (texture lookup for texture gather) 9441 case TGSI_OPCODE_TG4:
|