Searched refs:TGSI_OPCODE_STORE (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_tgsi.c | 197 ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &dst, 1, srcs, 2, store_qualifier, in si_create_dma_compute_shader() 743 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/ |
D | tgsi_info.c | 262 (opcode == TGSI_OPCODE_STORE)) in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 308 case TGSI_OPCODE_STORE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 415 case TGSI_OPCODE_STORE: in scan_instruction() 566 assert(fullinst->Instruction.Opcode == TGSI_OPCODE_STORE); in scan_instruction()
|
D | tgsi_exec.c | 5901 case TGSI_OPCODE_STORE: in exec_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1674 case TGSI_OPCODE_STORE: in ttn_mem() 1691 case TGSI_OPCODE_STORE: in ttn_mem() 1706 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) in ttn_mem() 1712 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) in ttn_mem() 1722 case TGSI_OPCODE_STORE: in ttn_mem() 1764 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) { in ttn_mem() 1925 [TGSI_OPCODE_STORE] = 0, 2116 case TGSI_OPCODE_STORE: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 1531 opcode = TGSI_OPCODE_STORE; in ntt_emit_mem() 1617 op = TGSI_OPCODE_STORE; in ntt_emit_image_load_store()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 510 TGSI_OPCODE_STORE = 162, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 329 if (info->num_dst > 0 && info->opcode != TGSI_OPCODE_STORE) { in lp_build_tgsi_inst_llvm()
|
D | lp_bld_tgsi_soa.c | 4550 bld.bld_base.op_actions[TGSI_OPCODE_STORE].emit = store_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 672 inst->op == TGSI_OPCODE_STORE) && in emit_asm() 700 dinst->op == TGSI_OPCODE_STORE) in emit_asm() 702 if (dinst->op != TGSI_OPCODE_STORE) in emit_asm() 3671 inst = emit_asm(ir, TGSI_OPCODE_STORE, dst, off, this->result); in visit_ssbo_intrinsic() 3802 inst = emit_asm(ir, TGSI_OPCODE_STORE, dst, off, this->result); in visit_shared_intrinsic() 4006 opcode = TGSI_OPCODE_STORE; in visit_image_intrinsic() 4053 if (opcode == TGSI_OPCODE_STORE) in visit_image_intrinsic() 4896 inst->op == TGSI_OPCODE_STORE)) { in count_resources() 6330 case TGSI_OPCODE_STORE: in compile_tgsi_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1552 if (insn.getOpcode() == TGSI_OPCODE_STORE && in scanInstruction() 3187 if (tgsi.dstCount() && tgsi.getOpcode() != TGSI_OPCODE_STORE) { in handleInstruction() 3784 case TGSI_OPCODE_STORE: in handleInstruction() 4199 if (tgsi.dstCount() && tgsi.getOpcode() != TGSI_OPCODE_STORE) { in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11919 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_unsupported}, 12116 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_store}, 12343 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_store},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9518 case TGSI_OPCODE_STORE: in emit_vgpu10_instruction()
|