Searched refs:TGSI_OPCODE_STORE (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shaderlib_tgsi.c | 172 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 D | tgsi_info.c | 262 (opcode == TGSI_OPCODE_STORE)) in tgsi_opcode_infer_src_type()
|
H A D | tgsi_util.c | 312 case TGSI_OPCODE_STORE: in tgsi_util_get_src_usage_mask()
|
H A D | tgsi_scan.c | 415 case TGSI_OPCODE_STORE: in scan_instruction() 566 assert(fullinst->Instruction.Opcode == TGSI_OPCODE_STORE); in scan_instruction()
|
H A D | tgsi_exec.c | 3863 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 D | tgsi_to_nir.c | 1678 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 D | nir_to_tgsi.c | 2004 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 D | p_shader_tokens.h | 511 TGSI_OPCODE_STORE = 162, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.c | 334 if (info->num_dst > 0 && info->opcode != TGSI_OPCODE_STORE) { in lp_build_tgsi_inst_llvm()
|
H A D | lp_bld_tgsi_soa.c | 4557 bld.bld_base.op_actions[TGSI_OPCODE_STORE].emit = store_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 1552 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 D | r600_shader.c | 11947 [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 D | svga_tgsi_vgpu10.c | 11136 case TGSI_OPCODE_STORE: in emit_instruction()
|
Completed in 74 milliseconds