Home
last modified time | relevance | path

Searched refs:TGSI_FOR_EACH_DST0_ENABLED_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c274 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
290 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
320 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
Dlp_bld_tgsi_soa.c3487 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(emit_data->inst, chan_index) { in load_emit()
3519 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(emit_data->inst, chan_index) { in load_emit()
3638 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(emit_data->inst, chan_index) { in store_emit()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h57 #define TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( INST, CHAN )\ macro