Home
last modified time | relevance | path

Searched refs:TGSI_FOR_EACH_DST1_ENABLED_CHANNEL (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c274 TGSI_FOR_EACH_DST1_ENABLED_CHANNEL( inst, chan_index ) { in lp_build_tgsi_inst_llvm()
322 TGSI_FOR_EACH_DST1_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h67 #define TGSI_FOR_EACH_DST1_ENABLED_CHANNEL( INST, CHAN )\ macro