Searched refs:TGSI_OPCODE_DST (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 263 case TGSI_OPCODE_DST: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 1340 case TGSI_OPCODE_DST: in transform_instr()
|
D | tgsi_exec.c | 5289 case TGSI_OPCODE_DST: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 362 TGSI_OPCODE_DST = 11, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 348 #define TGSI_OPCODE_DST 11 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 47 case TGSI_OPCODE_DST: return RC_OPCODE_DST; in translate_opcode()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 51 { 1, 2, 0, 0, 0, 0, CHAN, "DST", TGSI_OPCODE_DST },
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 88 [ TGSI_OPCODE_DST ] = { false, false, 0, 1, 2 },
|
D | i915_fpc_translate.c | 591 case TGSI_OPCODE_DST: in i915_translate_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 468 return TGSI_OPCODE_DST; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 508 case TGSI_OPCODE_DST: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1165 bld_base->op_actions[TGSI_OPCODE_DST] = dst_action; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1802 [TGSI_OPCODE_DST] = 0, 2040 case TGSI_OPCODE_DST: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 591 case TGSI_OPCODE_DST: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 594 case TGSI_OPCODE_DST: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2909 case TGSI_OPCODE_DST: in svga_emit_instruction() 3478 if (emit->info.opcode_count[TGSI_OPCODE_DST] >= 1 || in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 9336 case TGSI_OPCODE_DST: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 296 case TGSI_OPCODE_DST: in srcMask() 3286 case TGSI_OPCODE_DST: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11684 [TGSI_OPCODE_DST] = { ALU_OP0_NOP, tgsi_opdst}, 11883 [TGSI_OPCODE_DST] = { ALU_OP0_NOP, tgsi_opdst}, 12109 [TGSI_OPCODE_DST] = { ALU_OP0_NOP, tgsi_opdst},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4911 case TGSI_OPCODE_DST: in iter_instruction()
|