Searched refs:poly_stipple_enable (Results 1 - 25 of 55) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c67 if (sp->rasterizer->poly_stipple_enable)
H A Dsp_state_derived.c342 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c67 if (sp->rasterizer->poly_stipple_enable)
H A Dsp_state_derived.c342 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.h72 bool poly_stipple_enable; member in struct:swr_jit_fs_key
H A Dswr_shader.cpp165 key.poly_stipple_enable = ctx->rasterizer->poly_stipple_enable &&
1276 key.poly_stipple_enable) {
1281 if (key.poly_stipple_enable) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c84 rast->poly_stipple_enable);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_rasterizer.c84 rast->poly_stipple_enable);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c106 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple)
211 if (rast->poly_stipple_enable
H A Ddraw_pipe_pstipple.c191 assert(stage->draw->rasterizer->poly_stipple_enable);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_validate.c109 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple)
214 if (rast->poly_stipple_enable
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_tss.c169 if (svga->curr.rast->templ.poly_stipple_enable) {
259 if (svga->curr.rast && svga->curr.rast->templ.poly_stipple_enable) {
401 if (svga->curr.rast->templ.poly_stipple_enable) {
H A Dsvga_pipe_rasterizer.c383 if (raster->templ.poly_stipple_enable !=
384 svga->curr.rast->templ.poly_stipple_enable) {
H A Dsvga_state_sampler.c351 if (svga->curr.rast->templ.poly_stipple_enable) {
451 if (svga->curr.rast->templ.poly_stipple_enable) {
H A Dsvga_state_fs.c213 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_tss.c168 if (svga->curr.rast->templ.poly_stipple_enable) {
259 if (svga->curr.rast && svga->curr.rast->templ.poly_stipple_enable) {
401 if (svga->curr.rast->templ.poly_stipple_enable) {
H A Dsvga_pipe_rasterizer.c388 if (raster->templ.poly_stipple_enable !=
389 svga->curr.rast->templ.poly_stipple_enable) {
H A Dsvga_state_sampler.c353 if (svga->curr.rast->templ.poly_stipple_enable) {
454 if (svga->curr.rast->templ.poly_stipple_enable) {
H A Dsvga_state_fs.c232 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.h94 bool poly_stipple_enable; member in struct:swr_jit_fs_key
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h107 unsigned poly_stipple_enable:1; member in struct:pipe_rasterizer_state
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c167 raster->poly_stipple_enable = ctx->Polygon.StippleFlag;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c165 raster->poly_stipple_enable = ctx->Polygon.StippleFlag;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h108 unsigned poly_stipple_enable:1; member in struct:pipe_rasterizer_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h80 unsigned poly_stipple_enable:1; member in struct:si_state_rasterizer

Completed in 35 milliseconds

123