Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h501 #define TGSI_OPCODE_STORE 162 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c318 if (info->num_dst > 0 && info->opcode != TGSI_OPCODE_STORE) { in lp_build_tgsi_inst_llvm()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c203 { 1, 2, 0, 1, 0, 0, 0, OTHR, "STORE", TGSI_OPCODE_STORE },
Dtgsi_scan.c399 assert(fullinst->Instruction.Opcode == TGSI_OPCODE_STORE); in scan_instruction()
Dtgsi_exec.c6088 case TGSI_OPCODE_STORE: in exec_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp798 if (i > 1 && (inst->op == TGSI_OPCODE_LOAD || inst->op == TGSI_OPCODE_STORE) && in emit_asm()
825 if (dinst->op == TGSI_OPCODE_LOAD || dinst->op == TGSI_OPCODE_STORE) in emit_asm()
827 if (dinst->op != TGSI_OPCODE_STORE) in emit_asm()
3375 inst = emit_asm(ir, TGSI_OPCODE_STORE, dst, off, this->result); in visit_ssbo_intrinsic()
3524 inst = emit_asm(ir, TGSI_OPCODE_STORE, dst, off, this->result); in visit_shared_intrinsic()
3663 opcode = TGSI_OPCODE_STORE; in visit_image_intrinsic()
3695 if (opcode == TGSI_OPCODE_STORE) in visit_image_intrinsic()
4433 inst->op == TGSI_OPCODE_STORE)) { in count_resources()
5689 case TGSI_OPCODE_STORE: in compile_tgsi_instruction()
Dst_pbo.c531 ureg_memory_insn(ureg, TGSI_OPCODE_STORE, &out, 1, op, 2, 0, in create_fs()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c896 [TGSI_OPCODE_STORE] = aos_unsupported,
1437 [TGSI_OPCODE_STORE] = soa_unsupported,
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9223 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_unsupported},
9421 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_unsupported},
9644 [TGSI_OPCODE_STORE] = { ALU_OP0_NOP, tgsi_unsupported},
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6749 bld_base->op_actions[TGSI_OPCODE_STORE].fetch_args = store_fetch_args; in si_init_shader_ctx()
6750 bld_base->op_actions[TGSI_OPCODE_STORE].emit = store_emit; in si_init_shader_ctx()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3586 case TGSI_OPCODE_STORE: in handleInstruction()