Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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/
H A Dtgsi_info.c258 (opcode == TGSI_OPCODE_LOAD)) in tgsi_opcode_infer_src_type()
H A Dtgsi_util.c303 case TGSI_OPCODE_LOAD: in tgsi_util_get_src_usage_mask()
H A Dtgsi_scan.c383 case TGSI_OPCODE_LOAD: in scan_instruction()
H A Dtgsi_text.c1092 if ((i >= TGSI_OPCODE_LOAD && i <= TGSI_OPCODE_ATOMIMAX) || in parse_instruction()
H A Dtgsi_exec.c3730 unreachable("unsupported TGSI_OPCODE_LOAD file"); in exec_load_membuf()
5818 case TGSI_OPCODE_LOAD: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A 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()
H A Dnir_to_tgsi.c1841 * TGSI_OPCODE_LOAD instruction from the const file. in ntt_emit_load_ubo()
1844 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/
H A Dp_shader_tokens.h510 TGSI_OPCODE_LOAD = 161, enumerator
/third_party/mesa3d/src/nouveau/codegen/
H A 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/src/gallium/drivers/r600/
H A 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/auxiliary/gallivm/
H A 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/svga/
H A Dsvga_tgsi_vgpu10.c11133 case TGSI_OPCODE_LOAD: in emit_instruction()

Completed in 67 milliseconds