Home
last modified time | relevance | path

Searched refs:pstipple (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c103 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple) in draw_need_pipeline()
210 && draw->pipeline.pstipple) { in validate_pipeline()
211 draw->pipeline.pstipple->next = next; in validate_pipeline()
212 next = draw->pipeline.pstipple; in validate_pipeline()
Ddraw_pipe.c109 if (draw->pipeline.pstipple) in draw_pipeline_destroy()
110 draw->pipeline.pstipple->destroy(draw->pipeline.pstipple); in draw_pipeline_destroy()
Ddraw_pipe_pstipple.c332 return pstip_stage(draw->pipeline.pstipple); in pstip_stage_from_pipe()
485 draw->pipeline.pstipple = &pstip->stage; in draw_install_pstipple_stage()
Ddraw_private.h163 struct draw_stage *pstipple; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp102 pipe_resource_reference(&ctx->pstipple.texture, nullptr); in d3d12_context_destroy()
103 pipe_sampler_view_reference(&ctx->pstipple.sampler_view, nullptr); in d3d12_context_destroy()
105 FREE(ctx->pstipple.sampler_cso); in d3d12_context_destroy()
1235 ctx->pstipple.texture = util_pstipple_create_stipple_texture(pctx, NULL); in d3d12_init_polygon_stipple()
1236 if (!ctx->pstipple.texture) in d3d12_init_polygon_stipple()
1239 ctx->pstipple.sampler_view = util_pstipple_create_sampler_view(pctx, ctx->pstipple.texture); in d3d12_init_polygon_stipple()
1240 if (!ctx->pstipple.sampler_view) in d3d12_init_polygon_stipple()
1243 ctx->pstipple.sampler_cso = (struct d3d12_sampler_state *)util_pstipple_create_sampler(pctx); in d3d12_init_polygon_stipple()
1244 if (!ctx->pstipple.sampler_cso) in d3d12_init_polygon_stipple()
1262 if (!memcmp(ctx->pstipple.pattern, ps->stipple, sizeof(ps->stipple))) in d3d12_set_polygon_stipple()
[all …]
Dd3d12_context.h223 } pstipple; member
Dd3d12_draw.cpp108 view = (struct d3d12_sampler_view*)ctx->pstipple.sampler_view; in fill_srv_descriptors()
207 sampler = ctx->pstipple.sampler_cso; in fill_sampler_descriptors()
950 if (ctx->pstipple.enabled && ctx->gfx_pipeline_state.rast->base.poly_stipple_enable) in d3d12_draw_vbo()
Dd3d12_compiler.cpp941 if (sel_ctx->ctx->pstipple.enabled && in d3d12_fill_shader_key()
969 key->fs.polygon_stipple = sel_ctx->ctx->pstipple.enabled && in d3d12_fill_shader_key()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.h87 unsigned pstipple:1; member
Dsvga_state_fs.c169 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable && in make_fs_key()
Dsvga_tgsi_insn.c3766 if (emit->unit == PIPE_SHADER_FRAGMENT && emit->key.fs.pstipple) { in svga_shader_emit_instructions()
Dsvga_tgsi_vgpu10.c12978 if (key->fs.pstipple) { in svga_tgsi_vgpu10_translate()
/third_party/mesa3d/docs/relnotes/
D21.0.3.rst212 - draw: fix pstipple, aaline and aapoint without LLVM
D20.1.0.rst1666 - gallium: Fix setup of pstipple frag coord var.
D22.0.0.rst1412 - softpipe: Drop the quad pstipple stage.
D21.1.0.rst4815 - draw: fix pstipple, aaline and aapoint without LLVM