Searched refs:TGSI_OPCODE_LOAD (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 500 #define TGSI_OPCODE_LOAD 161 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 202 { 1, 2, 0, 0, 0, 0, 0, OTHR, "LOAD", TGSI_OPCODE_LOAD },
|
D | tgsi_text.c | 1117 if ((i >= TGSI_OPCODE_LOAD && i <= TGSI_OPCODE_ATOMIMAX) || in parse_instruction()
|
D | tgsi_exec.c | 6084 case TGSI_OPCODE_LOAD: in exec_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 613 case TGSI_OPCODE_LOAD: in is_resource_instruction() 798 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() 3266 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, offset); in visit_atomic_counter_intrinsic() 3361 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off); in visit_ssbo_intrinsic() 3511 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off); in visit_shared_intrinsic() 3660 opcode = TGSI_OPCODE_LOAD; in visit_image_intrinsic() 5659 case TGSI_OPCODE_LOAD: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 895 [TGSI_OPCODE_LOAD] = aos_unsupported, 1436 [TGSI_OPCODE_LOAD] = soa_unsupported,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1412 info->io.globalAccess |= (insn.getOpcode() == TGSI_OPCODE_LOAD) ? in scanInstructionSrc() 3583 case TGSI_OPCODE_LOAD: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9222 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_unsupported}, 9420 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_unsupported}, 9643 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_unsupported},
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 6747 bld_base->op_actions[TGSI_OPCODE_LOAD].fetch_args = load_fetch_args; in si_init_shader_ctx() 6748 bld_base->op_actions[TGSI_OPCODE_LOAD].emit = load_emit; in si_init_shader_ctx()
|