/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_wide_point.c | 129 const boolean sprite = (boolean) stage->draw->rasterizer->point_quad_rasterization; in widepoint_point() 223 (rast->point_quad_rasterization && draw->pipeline.point_sprite)) { in widepoint_first_point() 232 if (rast->point_quad_rasterization) { in widepoint_first_point()
|
D | draw_pipe_validate.c | 87 if (rasterizer->point_quad_rasterization in draw_need_pipeline() 169 else if (rast->point_quad_rasterization && draw->pipeline.wide_point_sprites) in validate_pipeline()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_rasterizer.c | 53 COND(so->point_quad_rasterization, VIVS_PA_CONFIG_POINT_SPRITE_ENABLE) | in etna_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 632 …bool point_quad_rasterization = ctx->rast_state ? ctx->rast_state->base.point_quad_rasterization :… in zink_bind_rasterizer_state() local 675 if (ctx->rast_state->base.point_quad_rasterization != point_quad_rasterization) in zink_bind_rasterizer_state()
|
D | zink_draw.cpp | 551 if (points_changed && ctx->rast_state->base.point_quad_rasterization) in zink_draw()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Rasterizer.cpp | 231 state.point_quad_rasterization = 1; in CreateRasterizerState()
|
/third_party/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 185 round sprites) and point_quad_rasterization MUST be true (sprites are 203 point_quad_rasterization chapter 231 It is not valid to set this to enabled but have point_quad_rasterization
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 222 raster->point_quad_rasterization = 1; in st_update_rasterizer()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 111 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_rasterizer.c | 207 rast->pointsprite = templ->point_quad_rasterization; in svga_create_rasterizer_state()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 100 rast.point_quad_rasterization = 1; in nine_convert_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state_validate.c | 370 if (rasterizer->point_quad_rasterization) { in nv30_validate_point_coord()
|
D | nv30_draw.c | 320 if (rast && rast->pipe.point_quad_rasterization) in nv30_render_validate()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 627 return !state->point_quad_rasterization && in util_get_min_point_size()
|
D | u_dump_state.c | 358 util_dump_member(stream, bool, state, point_quad_rasterization); in util_dump_rasterizer_state()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 433 rs_state.point_quad_rasterization = true; in init_pipe_state()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_shader_state.c | 311 if (!nv50->rast->pipe.point_quad_rasterization) { in nv50_sprite_coords_validate()
|
D | nv50_state.c | 277 SB_DATA (so, cso->point_quad_rasterization); in nv50_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 136 trace_dump_member(bool, state, point_quad_rasterization); in trace_dump_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.c | 613 setup->legacy_points = !rast->point_quad_rasterization && !setup->multisample; in lp_setup_bind_rasterizer()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 576 assert(!(templ->point_quad_rasterization && templ->point_smooth)); in cso_set_rasterizer()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 264 SB_IMMED_3D(so, POINT_SPRITE_ENABLE, cso->point_quad_rasterization); in nvc0_rasterizer_state_create()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 447 VIRGL_OBJ_RS_S0_POINT_QUAD_RASTERIZATION(state->point_quad_rasterization) | in virgl_encode_rasterizer_state()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 1173 rs->rs.sprite_coord_enable = state->point_quad_rasterization * in r300_create_rs_state()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 2288 key.do_point_sprite = rs_state->point_quad_rasterization; in crocus_update_compiled_sf()
|