Searched refs:NINED3DRS_VSPOINTSIZE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pipe.c101 rast.point_size_per_vertex = rs[NINED3DRS_VSPOINTSIZE];
119 if (rs[NINED3DRS_VSPOINTSIZE]) {
H A Dnine_state.h35 #define NINED3DRS_VSPOINTSIZE (D3DRS_BLENDOPALPHA + 1) macro
H A Dnine_state.c637 if (context->rs[NINED3DRS_VSPOINTSIZE] != vs->point_size) {
638 context->rs[NINED3DRS_VSPOINTSIZE] = vs->point_size;
2728 [NINED3DRS_VSPOINTSIZE] = FALSE,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.c101 rast.point_size_per_vertex = rs[NINED3DRS_VSPOINTSIZE];
120 if (rs[NINED3DRS_VSPOINTSIZE]) {
H A Dnine_state.h36 #define NINED3DRS_VSPOINTSIZE (D3DRS_BLENDOPALPHA + 1) macro
H A Dnine_state.c664 if (context->rs[NINED3DRS_VSPOINTSIZE] != vs->point_size) {
665 context->rs[NINED3DRS_VSPOINTSIZE] = vs->point_size;
2784 [NINED3DRS_VSPOINTSIZE] = FALSE,

Completed in 14 milliseconds