Searched refs:pstipple (Results 1 – 16 of 16) sorted by relevance
103 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()
109 if (draw->pipeline.pstipple) in draw_pipeline_destroy()110 draw->pipeline.pstipple->destroy(draw->pipeline.pstipple); in draw_pipeline_destroy()
332 return pstip_stage(draw->pipeline.pstipple); in pstip_stage_from_pipe()485 draw->pipeline.pstipple = &pstip->stage; in draw_install_pstipple_stage()
163 struct draw_stage *pstipple; member
102 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 …]
223 } pstipple; member
108 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()
941 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()
87 unsigned pstipple:1; member
169 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable && in make_fs_key()
3766 if (emit->unit == PIPE_SHADER_FRAGMENT && emit->key.fs.pstipple) { in svga_shader_emit_instructions()
12978 if (key->fs.pstipple) { in svga_tgsi_vgpu10_translate()
212 - draw: fix pstipple, aaline and aapoint without LLVM
1666 - gallium: Fix setup of pstipple frag coord var.
1412 - softpipe: Drop the quad pstipple stage.
4815 - draw: fix pstipple, aaline and aapoint without LLVM