Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h174 case TGSI_OPCODE_LOAD: in is_resource_instruction()
Dst_glsl_to_tgsi.cpp671 if (i > 1 && (inst->op == TGSI_OPCODE_LOAD || in emit_asm()
699 if (dinst->op == TGSI_OPCODE_LOAD || in emit_asm()
2093 emit_asm(ir, TGSI_OPCODE_LOAD, result_dst, off); in visit_expression()
3563 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, offset); in visit_atomic_counter_intrinsic()
3656 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off); in visit_ssbo_intrinsic()
3789 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off); in visit_shared_intrinsic()
4003 opcode = TGSI_OPCODE_LOAD; in visit_image_intrinsic()
6284 case TGSI_OPCODE_LOAD: in compile_tgsi_instruction()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c185 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &dst, 1, srcs, 2, load_qualifier, in si_create_dma_compute_shader()
733 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.c299 case TGSI_OPCODE_LOAD: in tgsi_util_get_inst_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.c5897 case TGSI_OPCODE_LOAD: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1668 case TGSI_OPCODE_LOAD: in ttn_mem()
1688 case TGSI_OPCODE_LOAD: in ttn_mem()
1719 case TGSI_OPCODE_LOAD: in ttn_mem()
1758 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_LOAD) { in ttn_mem()
1776 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_LOAD) { in ttn_mem()
1924 [TGSI_OPCODE_LOAD] = 0,
2115 case TGSI_OPCODE_LOAD: in ttn_emit_instruction()
Dnir_to_tgsi.c1372 ureg_memory_insn(c->ureg, TGSI_OPCODE_LOAD, in ntt_emit_load_ubo()
1527 opcode = TGSI_OPCODE_LOAD; in ntt_emit_mem()
1614 op = TGSI_OPCODE_LOAD; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h509 TGSI_OPCODE_LOAD = 161, enumerator
/third_party/mesa3d/src/gallium/drivers/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()
3781 case TGSI_OPCODE_LOAD: in handleInstruction()
/third_party/mesa3d/docs/gallium/
Dscreen.rst450 * ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports ``TGSI_OPCODE_LOAD`` use
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4549 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.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},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9517 case TGSI_OPCODE_LOAD: in emit_vgpu10_instruction()