Searched refs:point_size_per_vertex (Results 1 - 20 of 20) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup.h | 89 boolean point_size_per_vertex,
|
H A D | lp_setup_context.h | 98 boolean point_size_per_vertex; member in struct:lp_setup_context
|
H A D | lp_state_rasterizer.c | 121 state->lp_state.point_size_per_vertex,
|
H A D | lp_setup_point.c | 309 = (setup->point_size_per_vertex && sizeAttr > 0) ? v0[sizeAttr][0]
|
H A D | lp_setup.c | 512 boolean point_size_per_vertex, 521 setup->point_size_per_vertex = point_size_per_vertex; 510 lp_setup_set_point_state( struct lp_setup_context *setup, float point_size, boolean point_size_per_vertex, uint sprite_coord_enable, uint sprite_coord_origin) argument
|
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_rasterizer.c | 198 raster->point_size_per_vertex = TRUE; 203 raster->point_size_per_vertex = ctx->VertexProgram.PointSizeEnabled; 206 if (!raster->point_size_per_vertex) {
|
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_vs.c | 162 key->allow_psiz = svga->curr.rast->templ.point_size_per_vertex;
|
/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 98 unsigned point_size_per_vertex:1; /**< size computed in vertex shader */ member in struct:pipe_rasterizer_state
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_point.c | 262 if (rast->point_size_per_vertex) {
|
H A D | draw_pipe_aapoint.c | 710 if (draw->rasterizer->point_size_per_vertex) {
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | nv50_shader_state.c | 299 if (nv50->rast->pipe.point_size_per_vertex) 411 if (nv50->rast->pipe.point_size_per_vertex) {
|
H A D | nv50_state.c | 269 if (!cso->point_size_per_vertex) {
|
/external/mesa3d/src/gallium/drivers/trace/ |
H A D | tr_dump_state.c | 140 trace_dump_member(bool, state, point_size_per_vertex);
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
H A D | nvc0_state.c | 250 SB_IMMED_3D(so, VP_POINT_SIZE_EN, cso->point_size_per_vertex); 251 if (!cso->point_size_per_vertex) {
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 409 S_02881C_USE_VTX_POINT_SIZE(state->point_size_per_vertex) | 410 S_02881C_VS_OUT_MISC_VEC_ENA(state->point_size_per_vertex); 437 if (state->point_size_per_vertex) {
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_dump_state.c | 322 util_dump_member(stream, bool, state, point_size_per_vertex);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor.c | 451 rast.point_size_per_vertex = 1;
|
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state.c | 1129 if (state->point_size_per_vertex) {
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 911 if (state->point_size_per_vertex) {
|
H A D | evergreen_state.c | 891 if (state->point_size_per_vertex) {
|
Completed in 2430 milliseconds