| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.c | 134 case TGSI_OPCODE_TXQ:
|
| H A D | tgsi_util.c | 219 case TGSI_OPCODE_TXQ:
|
| H A D | tgsi_scan.c | 62 opcode == TGSI_OPCODE_TXQ || 94 opcode != TGSI_OPCODE_TXQ && 357 case TGSI_OPCODE_TXQ:
|
| H A D | tgsi_exec.c | 5741 case TGSI_OPCODE_TXQ:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_info.c | 134 case TGSI_OPCODE_TXQ:
|
| H A D | tgsi_util.c | 158 case TGSI_OPCODE_TXQ:
|
| H A D | tgsi_scan.c | 62 opcode == TGSI_OPCODE_TXQ || 94 opcode != TGSI_OPCODE_TXQ && 366 case TGSI_OPCODE_TXQ:
|
| H A D | tgsi_exec.c | 5454 case TGSI_OPCODE_TXQ:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 437 TGSI_OPCODE_TXQ = 95, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 439 TGSI_OPCODE_TXQ = 95, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_mem.c | 994 &inst->Src[inst->Instruction.Opcode == TGSI_OPCODE_TXQ ? 1 : 0]; 1005 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ && 1028 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ) { 1043 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ) { 1818 bld_base->op_actions[TGSI_OPCODE_TXQ].emit = resq_emit;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 822 case TGSI_OPCODE_TXQ:
|
| H A D | lp_bld_tgsi_soa.c | 2687 opcode == TGSI_OPCODE_TXQ || 3951 bld.bld_base.op_actions[TGSI_OPCODE_TXQ].emit = txq_emit;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 822 case TGSI_OPCODE_TXQ:
|
| H A D | lp_bld_tgsi_soa.c | 2684 opcode == TGSI_OPCODE_TXQ || 4528 bld.bld_base.op_actions[TGSI_OPCODE_TXQ].emit = txq_emit;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1467 /* TGSI_OPCODE_TXQ is actually two distinct operations: 1601 [TGSI_OPCODE_TXQ] = 0, 1819 case TGSI_OPCODE_TXQ:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1568 /* TGSI_OPCODE_TXQ is actually two distinct operations: 1867 [TGSI_OPCODE_TXQ] = 0, 2111 case TGSI_OPCODE_TXQ:
|
| H A D | nir_to_tgsi.c | 2137 tex_opcode = TGSI_OPCODE_TXQ; 2143 tex_opcode = TGSI_OPCODE_TXQ; 2160 if (tex_opcode == TGSI_OPCODE_TXQ) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 4358 opcode = TGSI_OPCODE_TXQ; 4363 opcode = TGSI_OPCODE_TXQ; 4527 else if (opcode == TGSI_OPCODE_TXQ) { 6192 case TGSI_OPCODE_TXQ:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 4469 opcode = TGSI_OPCODE_TXQ; 4474 opcode = TGSI_OPCODE_TXQ; 4648 else if (opcode == TGSI_OPCODE_TXQ) { 6245 case TGSI_OPCODE_TXQ:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 362 case TGSI_OPCODE_TXQ: 3513 case TGSI_OPCODE_TXQ:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 360 case TGSI_OPCODE_TXQ: 3545 case TGSI_OPCODE_TXQ:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7480 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ && 7503 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ) { 7584 inst->Instruction.Opcode != TGSI_OPCODE_TXQ) { 11683 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex}, 11880 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex}, 12106 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 7579 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ && 7602 if (inst->Instruction.Opcode == TGSI_OPCODE_TXQ) { 7683 inst->Instruction.Opcode != TGSI_OPCODE_TXQ) { 11852 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex}, 12049 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex}, 12276 [TGSI_OPCODE_TXQ] = { FETCH_OP_GET_TEXTURE_RESINFO, tgsi_tex},
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 5690 * Emit code for TGSI_OPCODE_TXQ (texture query) instruction. 5962 case TGSI_OPCODE_TXQ:
|