Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c172 ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &dst, 1, srcs, 2, store_qualifier, in si_create_dma_compute_shader()
557 ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &dst_image, 1, srcs, 2, TGSI_MEMORY_RESTRICT, in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c262 (opcode == TGSI_OPCODE_STORE)) in tgsi_opcode_infer_src_type()
H A Dtgsi_util.c312 case TGSI_OPCODE_STORE: in tgsi_util_get_src_usage_mask()
H A Dtgsi_scan.c415 case TGSI_OPCODE_STORE: in scan_instruction()
566 assert(fullinst->Instruction.Opcode == TGSI_OPCODE_STORE); in scan_instruction()
H A Dtgsi_exec.c3863 unreachable("unsupported TGSI_OPCODE_STORE file"); in exec_store_membuf()
5822 case TGSI_OPCODE_STORE: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1678 case TGSI_OPCODE_STORE: in ttn_mem()
1695 case TGSI_OPCODE_STORE: in ttn_mem()
1710 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) in ttn_mem()
1716 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) in ttn_mem()
1726 case TGSI_OPCODE_STORE: in ttn_mem()
1768 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) { in ttn_mem()
1929 [TGSI_OPCODE_STORE] = 0,
2120 case TGSI_OPCODE_STORE: in ttn_emit_instruction()
H A Dnir_to_tgsi.c2004 opcode = TGSI_OPCODE_STORE; in ntt_emit_mem()
2088 op = TGSI_OPCODE_STORE; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h511 TGSI_OPCODE_STORE = 162, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c334 if (info->num_dst > 0 && info->opcode != TGSI_OPCODE_STORE) { in lp_build_tgsi_inst_llvm()
H A Dlp_bld_tgsi_soa.c4557 bld.bld_base.op_actions[TGSI_OPCODE_STORE].emit = store_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1552 if (insn.getOpcode() == TGSI_OPCODE_STORE && in scanInstruction()
3191 if (tgsi.dstCount() && tgsi.getOpcode() != TGSI_OPCODE_STORE) { in handleInstruction()
3790 case TGSI_OPCODE_STORE: in handleInstruction()
4205 if (tgsi.dstCount() && tgsi.getOpcode() != TGSI_OPCODE_STORE) { in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11947 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_unsupported},
12144 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_store},
12371 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_store},
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c11136 case TGSI_OPCODE_STORE: in emit_instruction()

Completed in 74 milliseconds