Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c187 emit->ps_true_pos = src_register( SVGA3DREG_MISCTYPE, in ps30_input()
189 emit->ps_true_pos.base.swizzle = TRANSLATE_SWIZZLE( TGSI_SWIZZLE_X, in ps30_input()
193 reg = writemask( dst(emit->ps_true_pos), in ps30_input()
214 emit->input_map[idx] = emit->ps_true_pos; in ps30_input()
Dsvga_tgsi_emit.h112 struct src_register ps_true_pos; member
Dsvga_tgsi_insn.c3146 emit->ps_true_pos )) in emit_ps_preamble()