/external/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() 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/ |
D | tgsi_info.c | 262 (opcode == TGSI_OPCODE_STORE)) in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 369 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 | 6149 case TGSI_OPCODE_STORE: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1682 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()
|
D | nir_to_tgsi.c | 1162 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/ |
D | p_shader_tokens.h | 516 TGSI_OPCODE_STORE = 162, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 499 #define TGSI_OPCODE_STORE 162 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 203 { 1, 2, 0, 0, 0, 0, OTHR, "STORE", TGSI_OPCODE_STORE },
|
/external/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()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 594 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/ |
D | nv50_ir_from_tgsi.cpp | 1531 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/ |
D | r600_shader.c | 11835 [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/ |
D | svga_tgsi_vgpu10.c | 9463 case TGSI_OPCODE_STORE: in emit_vgpu10_instruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5326 case TGSI_OPCODE_STORE: in iter_instruction()
|