Searched refs:TGSI_OPCODE_LOAD (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_tgsi.c | 160 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/ |
D | tgsi_info.c | 258 (opcode == TGSI_OPCODE_LOAD)) in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 303 case TGSI_OPCODE_LOAD: in tgsi_util_get_src_usage_mask()
|
D | tgsi_scan.c | 383 case TGSI_OPCODE_LOAD: in scan_instruction()
|
D | tgsi_text.c | 1092 if ((i >= TGSI_OPCODE_LOAD && i <= TGSI_OPCODE_ATOMIMAX) || in parse_instruction()
|
D | tgsi_exec.c | 5818 case TGSI_OPCODE_LOAD: in exec_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1672 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()
|
D | nir_to_tgsi.c | 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/ |
D | p_shader_tokens.h | 510 TGSI_OPCODE_LOAD = 161, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1610 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/ |
D | screen.rst | 467 * ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports ``TGSI_OPCODE_LOAD`` use
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 4556 bld.bld_base.op_actions[TGSI_OPCODE_LOAD].emit = load_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11946 [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/ |
D | svga_tgsi_vgpu10.c | 11133 case TGSI_OPCODE_LOAD: in emit_instruction()
|