Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_STORE (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c197 ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &dst, 1, srcs, 2, store_qualifier, in si_create_dma_compute_shader()
270 ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &dcc_dst, 1, store_args, 2, TGSI_MEMORY_RESTRICT, in si_create_dcc_retile_cs()
762 ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &dst_image, 1, srcs, 2, TGSI_MEMORY_RESTRICT, in si_create_fmask_expand_cs()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c262 (opcode == TGSI_OPCODE_STORE)) in tgsi_opcode_infer_src_type()
Dtgsi_util.c369 case TGSI_OPCODE_STORE: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c415 case TGSI_OPCODE_STORE: in scan_instruction()
566 assert(fullinst->Instruction.Opcode == TGSI_OPCODE_STORE); in scan_instruction()
Dtgsi_exec.c6149 case TGSI_OPCODE_STORE: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1682 case TGSI_OPCODE_STORE: in ttn_mem()
1699 case TGSI_OPCODE_STORE: in ttn_mem()
1712 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) in ttn_mem()
1718 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) in ttn_mem()
1728 case TGSI_OPCODE_STORE: in ttn_mem()
1768 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_STORE) { in ttn_mem()
1928 [TGSI_OPCODE_STORE] = 0,
2117 case TGSI_OPCODE_STORE: in ttn_emit_instruction()
Dnir_to_tgsi.c1162 opcode = TGSI_OPCODE_STORE; in ntt_emit_mem()
1256 op = TGSI_OPCODE_STORE; in ntt_emit_image_load_store()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h516 TGSI_OPCODE_STORE = 162, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h499 #define TGSI_OPCODE_STORE 162 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c203 { 1, 2, 0, 0, 0, 0, OTHR, "STORE", TGSI_OPCODE_STORE },
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c329 if (info->num_dst > 0 && info->opcode != TGSI_OPCODE_STORE) { in lp_build_tgsi_inst_llvm()
Dlp_bld_tgsi_soa.c4550 bld.bld_base.op_actions[TGSI_OPCODE_STORE].emit = store_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp594 inst->op == TGSI_OPCODE_STORE) && in emit_asm()
622 dinst->op == TGSI_OPCODE_STORE) in emit_asm()
624 if (dinst->op != TGSI_OPCODE_STORE) in emit_asm()
3591 inst = emit_asm(ir, TGSI_OPCODE_STORE, dst, off, this->result); in visit_ssbo_intrinsic()
3722 inst = emit_asm(ir, TGSI_OPCODE_STORE, dst, off, this->result); in visit_shared_intrinsic()
3926 opcode = TGSI_OPCODE_STORE; in visit_image_intrinsic()
3973 if (opcode == TGSI_OPCODE_STORE) in visit_image_intrinsic()
4816 inst->op == TGSI_OPCODE_STORE)) { in count_resources()
6250 case TGSI_OPCODE_STORE: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1531 if (insn.getOpcode() == TGSI_OPCODE_STORE && in scanInstruction()
3128 if (tgsi.dstCount() && tgsi.getOpcode() != TGSI_OPCODE_STORE) { in handleInstruction()
3723 case TGSI_OPCODE_STORE: in handleInstruction()
4138 if (tgsi.dstCount() && tgsi.getOpcode() != TGSI_OPCODE_STORE) { in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11835 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_unsupported},
12032 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_store},
12258 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_store},
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9463 case TGSI_OPCODE_STORE: in emit_vgpu10_instruction()
/external/virglrenderer/src/
Dvrend_shader.c5326 case TGSI_OPCODE_STORE: in iter_instruction()