Searched refs:TGSI_OPCODE_LOAD (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c197 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &dst, 1, srcs, 2,
259 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &offsets, 1, map_load_args, 2,
277 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &dcc_value[i], 1, load_args, 2,
H A Dsi_shader_tgsi_mem.c1825 bld_base->op_actions[TGSI_OPCODE_LOAD].emit = load_emit;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_private.h173 case TGSI_OPCODE_LOAD:
H A Dst_glsl_to_tgsi.cpp592 if (i > 1 && (inst->op == TGSI_OPCODE_LOAD ||
620 if (dinst->op == TGSI_OPCODE_LOAD ||
2020 emit_asm(ir, TGSI_OPCODE_LOAD, result_dst, off);
3470 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, offset);
3565 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off);
3698 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off);
3912 opcode = TGSI_OPCODE_LOAD;
6229 case TGSI_OPCODE_LOAD:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_private.h174 case TGSI_OPCODE_LOAD:
H A Dst_glsl_to_tgsi.cpp671 if (i > 1 && (inst->op == TGSI_OPCODE_LOAD ||
699 if (dinst->op == TGSI_OPCODE_LOAD ||
2093 emit_asm(ir, TGSI_OPCODE_LOAD, result_dst, off);
3563 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, offset);
3656 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off);
3789 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off);
4003 opcode = TGSI_OPCODE_LOAD;
6284 case TGSI_OPCODE_LOAD:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c258 (opcode == TGSI_OPCODE_LOAD))
H A Dtgsi_util.c299 case TGSI_OPCODE_LOAD:
H A Dtgsi_scan.c383 case TGSI_OPCODE_LOAD:
H A Dtgsi_text.c1092 if ((i >= TGSI_OPCODE_LOAD && i <= TGSI_OPCODE_ATOMIMAX) ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c185 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &dst, 1, srcs, 2, load_qualifier,
733 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &sample[i], 1, srcs, 2, TGSI_MEMORY_RESTRICT, target,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h507 TGSI_OPCODE_LOAD = 161, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c360 case TGSI_OPCODE_LOAD:
H A Dtgsi_scan.c374 case TGSI_OPCODE_LOAD:
H A Dtgsi_text.c1092 if ((i >= TGSI_OPCODE_LOAD && i <= TGSI_OPCODE_ATOMIMAX) ||
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h509 TGSI_OPCODE_LOAD = 161, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1668 case TGSI_OPCODE_LOAD:
1688 case TGSI_OPCODE_LOAD:
1719 case TGSI_OPCODE_LOAD:
1758 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_LOAD) {
1776 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_LOAD) {
1924 [TGSI_OPCODE_LOAD] = 0,
2115 case TGSI_OPCODE_LOAD:
H A Dnir_to_tgsi.c1365 * TGSI_OPCODE_LOAD instruction from the const file.
1372 ureg_memory_insn(c->ureg, TGSI_OPCODE_LOAD,
1527 opcode = TGSI_OPCODE_LOAD;
1614 op = TGSI_OPCODE_LOAD;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1631 case TGSI_OPCODE_LOAD:
1632 info->io.globalAccess |= (insn.getOpcode() == TGSI_OPCODE_LOAD) ?
3749 case TGSI_OPCODE_LOAD:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1610 case TGSI_OPCODE_LOAD:
1611 info_out->io.globalAccess |= (insn.getOpcode() == TGSI_OPCODE_LOAD) ?
3781 case TGSI_OPCODE_LOAD:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst421 * ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports ``TGSI_OPCODE_LOAD`` use
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst450 * ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports ``TGSI_OPCODE_LOAD`` use
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c4549 bld.bld_base.op_actions[TGSI_OPCODE_LOAD].emit = load_emit;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11749 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_unsupported},
11946 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_load},
12172 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_load},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11918 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_unsupported},
12115 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_load},
12342 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_load},

Completed in 88 milliseconds

12