Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_LOAD (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c160 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &dst, 1, srcs, 2, load_qualifier, in si_create_dma_compute_shader()
547 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &sample[i], 1, srcs, 2, TGSI_MEMORY_RESTRICT, target, in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c258 (opcode == TGSI_OPCODE_LOAD)) in tgsi_opcode_infer_src_type()
Dtgsi_util.c303 case TGSI_OPCODE_LOAD: in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c383 case TGSI_OPCODE_LOAD: in scan_instruction()
Dtgsi_text.c1092 if ((i >= TGSI_OPCODE_LOAD && i <= TGSI_OPCODE_ATOMIMAX) || in parse_instruction()
Dtgsi_exec.c5818 case TGSI_OPCODE_LOAD: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1672 case TGSI_OPCODE_LOAD: in ttn_mem()
1692 case TGSI_OPCODE_LOAD: in ttn_mem()
1723 case TGSI_OPCODE_LOAD: in ttn_mem()
1762 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_LOAD) { in ttn_mem()
1780 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_LOAD) { in ttn_mem()
1928 [TGSI_OPCODE_LOAD] = 0,
2119 case TGSI_OPCODE_LOAD: in ttn_emit_instruction()
Dnir_to_tgsi.c1844 ntt_insn(c, TGSI_OPCODE_LOAD, in ntt_emit_load_ubo()
2000 opcode = TGSI_OPCODE_LOAD; in ntt_emit_mem()
2085 op = TGSI_OPCODE_LOAD; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h510 TGSI_OPCODE_LOAD = 161, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1610 case TGSI_OPCODE_LOAD: in scanInstruction()
1611 info_out->io.globalAccess |= (insn.getOpcode() == TGSI_OPCODE_LOAD) ? in scanInstruction()
3787 case TGSI_OPCODE_LOAD: in handleInstruction()
/third_party/mesa3d/docs/gallium/
Dscreen.rst467 * ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports ``TGSI_OPCODE_LOAD`` use
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4556 bld.bld_base.op_actions[TGSI_OPCODE_LOAD].emit = load_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11946 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_unsupported},
12143 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_load},
12370 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_load},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c11133 case TGSI_OPCODE_LOAD: in emit_instruction()