Searched refs:float_ui32_type (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c721 float_ui32_type constant = { units * depthScale };
722 float_ui32_type factoru = { factor };
1560 float_ui32_type sx = { scale[0] };
1561 float_ui32_type sy = { scale[1] * y_scale };
1562 float_ui32_type sz = { scale[2] };
1563 float_ui32_type tx = { translate[0] + xoffset };
1564 float_ui32_type ty = { (translate[1] * y_scale) + y_bias };
1565 float_ui32_type tz = { translate[2] };
H A Dr200_sanity.c764 float_ui32_type datau;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c527 float_ui32_type constant = { units * depthScale };
528 float_ui32_type factoru = { factor };
1366 float_ui32_type sx = { scale[0] };
1367 float_ui32_type sy = { scale[1] * y_scale };
1368 float_ui32_type sz = { scale[2] };
1369 float_ui32_type tx = { translate[0] + xoffset + SUBPIXEL_X };
1370 float_ui32_type ty = { (translate[1] * y_scale) + y_bias + SUBPIXEL_Y };
1371 float_ui32_type tz = { translate[2] };
H A Dradeon_common_context.h23 typedef union { GLfloat f; uint32_t ui32; } float_ui32_type; typedef in typeref:union:__anon25107d9d010a
H A Dradeon_sanity.c486 float_ui32_type datau;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c720 float_ui32_type constant = { units * depthScale };
721 float_ui32_type factoru = { factor };
1561 float_ui32_type sx = { scale[0] };
1562 float_ui32_type sy = { scale[1] * y_scale };
1563 float_ui32_type sz = { scale[2] };
1564 float_ui32_type tx = { translate[0] + xoffset };
1565 float_ui32_type ty = { (translate[1] * y_scale) + y_bias };
1566 float_ui32_type tz = { translate[2] };
H A Dr200_sanity.c764 float_ui32_type datau;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c526 float_ui32_type constant = { units * depthScale };
527 float_ui32_type factoru = { factor };
1367 float_ui32_type sx = { scale[0] };
1368 float_ui32_type sy = { scale[1] * y_scale };
1369 float_ui32_type sz = { scale[2] };
1370 float_ui32_type tx = { translate[0] + xoffset + SUBPIXEL_X };
1371 float_ui32_type ty = { (translate[1] * y_scale) + y_bias + SUBPIXEL_Y };
1372 float_ui32_type tz = { translate[2] };
H A Dradeon_common_context.h23 typedef union { GLfloat f; uint32_t ui32; } float_ui32_type; typedef in typeref:union:__anon5b1e0390010a
H A Dradeon_sanity.c486 float_ui32_type datau;

Completed in 32 milliseconds