Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:inputs

107  * plus inputs to run the shader:
118 /* inputs for the shader */
119 struct lp_rast_shader_inputs inputs;
124 #define GET_A0(inputs) ((float (*)[4])((inputs)+1))
125 #define GET_DADX(inputs) ((float (*)[4])((char *)((inputs) + 1) + (inputs)->stride))
126 #define GET_DADY(inputs) ((float (*)[4])((char *)((inputs) + 1) + 2 * (inputs)->stride))
127 #define GET_PLANES(tri) ((struct lp_rast_plane *)((char *)(&(tri)->inputs + 1) + 3 * (tri)->inputs.stride))