Searched refs:point_texcoord_bottom (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state.c1140 float point_texcoord_bottom = 0;/* R300_GA_POINT_T0: 0x4204 */ local in function:r300_create_rs_state
1263 point_texcoord_bottom = 1.0f;
1267 point_texcoord_bottom = 0.0f;
1304 OUT_CB_32F(point_texcoord_bottom);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state.c1134 float point_texcoord_bottom = 0;/* R300_GA_POINT_T0: 0x4204 */ local in function:r300_create_rs_state
1257 point_texcoord_bottom = 1.0f;
1261 point_texcoord_bottom = 0.0f;
1298 OUT_CB_32F(point_texcoord_bottom);

Completed in 7 milliseconds