Home
last modified time | relevance | path

Searched refs:maxInput (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c182 int maxInput; member
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last); in pstip_transform_decl()
281 wincoordInput = pctx->maxInput + 1; in pstip_transform_inst()
428 transform.maxInput = -1; in util_pstipple_create_fragment_shader()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c125 int maxInput; member
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last); in pstip_transform_decl()
217 wincoordInput = pctx->maxInput + 1; in pstip_transform_inst()
354 transform.maxInput = -1; in generate_pstip_fs()
Ddraw_pipe_aaline.c141 int maxInput, maxGeneric; /**< max input index found */ member
170 if ((int) decl->Range.Last > aactx->maxInput) in aa_transform_decl()
171 aactx->maxInput = decl->Range.Last; in aa_transform_decl()
245 decl.Range.Last = aactx->maxInput + 1; in aa_transform_inst()
286 newInst.Src[0].Register.Index = aactx->maxInput + 1; in aa_transform_inst()
365 transform.maxInput = -1; in generate_aaline_fs()
Ddraw_pipe_aapoint.c122 int maxInput, maxGeneric; /**< max input index found */ member
144 if ((int) decl->Range.Last > aactx->maxInput) in aa_transform_decl()
145 aactx->maxInput = decl->Range.Last; in aa_transform_decl()
179 const int texInput = aactx->maxInput + 1; in aa_transform_inst()
510 transform.maxInput = -1; in generate_aapoint_fs()