Home
last modified time | relevance | path

Searched refs:pstipple (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A 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()
H A Ddraw_pipe.c109 if (draw->pipeline.pstipple) in draw_pipeline_destroy()
110 draw->pipeline.pstipple->destroy(draw->pipeline.pstipple); in draw_pipeline_destroy()
H A 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()
H A Ddraw_private.h163 struct draw_stage *pstipple; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A 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);
1236 if (!ctx->pstipple.texture)
1239 ctx->pstipple.sampler_view = util_pstipple_create_sampler_view(pctx, ctx->pstipple.texture);
1240 if (!ctx->pstipple.sampler_view)
1243 ctx->pstipple.sampler_cso = (struct d3d12_sampler_state *)util_pstipple_create_sampler(pctx);
1244 if (!ctx->pstipple
[all...]
H A Dd3d12_context.h223 } pstipple; member
H A 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()
H A 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/
H A Dsvga_shader.h87 unsigned pstipple:1; member
H A Dsvga_state_fs.c169 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable && in make_fs_key()
H A Dsvga_tgsi_insn.c3766 if (emit->unit == PIPE_SHADER_FRAGMENT && emit->key.fs.pstipple) { in svga_shader_emit_instructions()
H A Dsvga_tgsi_vgpu10.c12684 debug_printf("Before pstipple ------------------\n"); in transform_fs_pstipple()
12706 debug_printf("After pstipple ------------------\n"); in transform_fs_pstipple()
12978 if (key->fs.pstipple) { in svga_tgsi_vgpu10_translate()

Completed in 33 milliseconds