Home
last modified time | relevance | path

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

12

/external/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.c92 if (rasterizer->point_quad_rasterization in draw_need_pipeline()
171 else if (rast->point_quad_rasterization && draw->pipeline.wide_point_sprites) in validate_pipeline()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rasterizer.c53 COND(so->point_quad_rasterization, VIVS_PA_CONFIG_POINT_SPRITE_ENABLE) | in etna_rasterizer_state_create()
/external/mesa3d/src/gallium/docs/source/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
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h102 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c195 raster->point_quad_rasterization = 1; in st_update_rasterizer()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h108 unsigned point_quad_rasterization:1; /** points rasterized as quads or points */ member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c367 lp_context->rasterizer->point_quad_rasterization) { in try_setup_point()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c97 rast.point_quad_rasterization = 1; in nine_convert_rasterizer_state()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h527 return !state->point_quad_rasterization && in util_get_min_point_size()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h533 return !state->point_quad_rasterization && in util_get_min_point_size()
Du_dump_state.c357 util_dump_member(stream, bool, state, point_quad_rasterization); in util_dump_rasterizer_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c320 if (rast && rast->pipe.point_quad_rasterization) in nv30_render_validate()
Dnv30_state_validate.c370 if (rasterizer->point_quad_rasterization) { in nv30_validate_point_coord()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c131 trace_dump_member(bool, state, point_quad_rasterization); in trace_dump_rasterizer_state()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c433 rs_state.point_quad_rasterization = true; in init_pipe_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c305 if (!nv50->rast->pipe.point_quad_rasterization) { in nv50_sprite_coords_validate()
Dnv50_state.c276 SB_DATA (so, cso->point_quad_rasterization); in nv50_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c163 VIRGL_OBJ_RS_S0_POINT_QUAD_RASTERIZATION(state->point_quad_rasterization) | in virgl_encode_rasterizer_state()
/external/virglrenderer/tests/
Dtestvirgl_encode.c156 VIRGL_OBJ_RS_S0_POINT_QUAD_RASTERIZATION(state->point_quad_rasterization) | in virgl_encode_rasterizer_state()
/external/virglrenderer/src/
Dvrend_decode.c537 ebit(point_quad_rasterization, 7); in vrend_decode_create_rasterizer()
Dvrend_renderer.c2719 …key->coord_replace = ctx->sub->rs_state.point_quad_rasterization ? ctx->sub->rs_state.sprite_coord… in vrend_fill_shader_key()
3524 if (ctx->sub->rs_state.point_quad_rasterization) { in vrend_draw_bind_samplers_shader()
4616 if (state->point_quad_rasterization) { in vrend_hw_emit_rs()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c598 assert(!(templ->point_quad_rasterization && templ->point_smooth)); in cso_set_rasterizer()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c262 SB_IMMED_3D(so, POINT_SPRITE_ENABLE, cso->point_quad_rasterization); in nvc0_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1150 rs->rs.sprite_coord_enable = state->point_quad_rasterization * in r300_create_rs_state()

12