Home
last modified time | relevance | path

Searched refs:point_quad_rasterization (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_point.c129 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()
Ddraw_pipe_validate.c87 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/
Detnaviv_rasterizer.c53 COND(so->point_quad_rasterization, VIVS_PA_CONFIG_POINT_SPRITE_ENABLE) | in etna_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c632 …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()
Dzink_draw.cpp551 if (points_changed && ctx->rast_state->base.point_quad_rasterization) in zink_draw()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DRasterizer.cpp231 state.point_quad_rasterization = 1; in CreateRasterizerState()
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst185 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/
Dst_atom_rasterizer.c222 raster->point_quad_rasterization = 1; in st_update_rasterizer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h111 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c207 rast->pointsprite = templ->point_quad_rasterization; in svga_create_rasterizer_state()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c100 rast.point_quad_rasterization = 1; in nine_convert_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state_validate.c370 if (rasterizer->point_quad_rasterization) { in nv30_validate_point_coord()
Dnv30_draw.c320 if (rast && rast->pipe.point_quad_rasterization) in nv30_render_validate()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h627 return !state->point_quad_rasterization && in util_get_min_point_size()
Du_dump_state.c358 util_dump_member(stream, bool, state, point_quad_rasterization); in util_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c433 rs_state.point_quad_rasterization = true; in init_pipe_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c311 if (!nv50->rast->pipe.point_quad_rasterization) { in nv50_sprite_coords_validate()
Dnv50_state.c277 SB_DATA (so, cso->point_quad_rasterization); in nv50_rasterizer_state_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c136 trace_dump_member(bool, state, point_quad_rasterization); in trace_dump_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c613 setup->legacy_points = !rast->point_quad_rasterization && !setup->multisample; in lp_setup_bind_rasterizer()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c576 assert(!(templ->point_quad_rasterization && templ->point_smooth)); in cso_set_rasterizer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c264 SB_IMMED_3D(so, POINT_SPRITE_ENABLE, cso->point_quad_rasterization); in nvc0_rasterizer_state_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c447 VIRGL_OBJ_RS_S0_POINT_QUAD_RASTERIZATION(state->point_quad_rasterization) | in virgl_encode_rasterizer_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1173 rs->rs.sprite_coord_enable = state->point_quad_rasterization * in r300_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2288 key.do_point_sprite = rs_state->point_quad_rasterization; in crocus_update_compiled_sf()

12