Searched refs:TGSI_FOR_EACH_DST0_ENABLED_CHANNEL (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 233 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in lp_build_tgsi_inst_llvm() 243 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm() 268 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
|
D | lp_bld_tgsi_soa.c | 1128 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in emit_store()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ppc.c | 572 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in emit_scalar_unaryop() 586 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in emit_unaryop() 636 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan) { in emit_binop() 679 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan) { in emit_triop() 716 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan) { in emit_inequality() 795 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in emit_dotprod() 1012 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan) { in emit_pow()
|
D | tgsi_exec.h | 57 #define TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( INST, CHAN )\ macro
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 291 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan) { in emit_store() 300 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in emit_store()
|