Searched refs:TGSI_OPCODE_LOAD (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.h | 151 case TGSI_OPCODE_LOAD: in is_resource_instruction()
|
D | st_glsl_to_tgsi.cpp | 537 if (i > 1 && (inst->op == TGSI_OPCODE_LOAD || inst->op == TGSI_OPCODE_STORE) && in emit_asm() 564 if (dinst->op == TGSI_OPCODE_LOAD || dinst->op == TGSI_OPCODE_STORE) in emit_asm() 1935 emit_asm(ir, TGSI_OPCODE_LOAD, result_dst, off); in visit_expression() 3311 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, offset); in visit_atomic_counter_intrinsic() 3405 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off); in visit_ssbo_intrinsic() 3537 inst = emit_asm(ir, TGSI_OPCODE_LOAD, dst, off); in visit_shared_intrinsic() 3746 opcode = TGSI_OPCODE_LOAD; in visit_image_intrinsic() 5867 case TGSI_OPCODE_LOAD: in compile_tgsi_instruction()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 360 case TGSI_OPCODE_LOAD: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_scan.c | 376 case TGSI_OPCODE_LOAD: in scan_instruction()
|
D | tgsi_text.c | 1092 if ((i >= TGSI_OPCODE_LOAD && i <= TGSI_OPCODE_ATOMIMAX) || in parse_instruction()
|
D | tgsi_exec.c | 5920 case TGSI_OPCODE_LOAD: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 498 #define TGSI_OPCODE_LOAD 161 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 507 #define TGSI_OPCODE_LOAD 161 macro
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 202 { 1, 2, 0, 0, 0, 0, OTHR, "LOAD", TGSI_OPCODE_LOAD },
|
D | tgsi_text.c | 1078 if ((i >= TGSI_OPCODE_LOAD && i <= TGSI_OPCODE_ATOMIMAX) || in parse_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_mem.c | 1969 bld_base->op_actions[TGSI_OPCODE_LOAD].fetch_args = load_fetch_args; in si_shader_context_init_mem() 1970 bld_base->op_actions[TGSI_OPCODE_LOAD].emit = load_emit; in si_shader_context_init_mem()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1614 case TGSI_OPCODE_LOAD: in scanInstruction() 1615 info->io.globalAccess |= (insn.getOpcode() == TGSI_OPCODE_LOAD) ? in scanInstruction() 3791 case TGSI_OPCODE_LOAD: in handleInstruction()
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 398 * ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports TGSI_OPCODE_LOAD use
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10411 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_unsupported}, 10608 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_load}, 10830 [TGSI_OPCODE_LOAD] = { ALU_OP0_NOP, tgsi_load},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3919 case TGSI_OPCODE_LOAD: in iter_instruction()
|