Home
last modified time | relevance | path

Searched refs:NINED3DRS_VSPOINTSIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c101 rast.point_size_per_vertex = rs[NINED3DRS_VSPOINTSIZE]; in nine_convert_rasterizer_state()
120 if (rs[NINED3DRS_VSPOINTSIZE]) { in nine_convert_rasterizer_state()
Dnine_state.h36 #define NINED3DRS_VSPOINTSIZE (D3DRS_BLENDOPALPHA + 1) macro
Dnine_state.c663 if (context->rs[NINED3DRS_VSPOINTSIZE] != vs->point_size) { in prepare_vs()
664 context->rs[NINED3DRS_VSPOINTSIZE] = vs->point_size; in prepare_vs()
2791 [NINED3DRS_VSPOINTSIZE] = FALSE,