/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_context.c | 95 if (softpipe->pstipple.sampler) 96 pipe->delete_sampler_state(pipe, softpipe->pstipple.sampler); 98 pipe_resource_reference(&softpipe->pstipple.texture, NULL); 99 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, NULL); 114 if (softpipe->quad.pstipple) 115 softpipe->quad.pstipple->destroy( softpipe->quad.pstipple ); 274 softpipe->quad.pstipple = sp_quad_polygon_stipple_stage(softpipe); 329 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe);
|
sp_quad_pipe.c | 66 insert_stage_at_head( sp, sp->quad.pstipple );
|
sp_state_derived.c | 289 pipe_resource_reference(&softpipe->pstipple.texture, tex); 293 softpipe->pstipple.texture); 294 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view); 315 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler; 319 softpipe->pstipple.sampler_view); 322 softpipe->pstipple.sampler_view);
|
sp_context.h | 148 } pstipple; member in struct:softpipe_context 155 struct quad_stage *pstipple; member in struct:softpipe_context::__anon12759
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.c | 95 if (softpipe->pstipple.sampler) 96 pipe->delete_sampler_state(pipe, softpipe->pstipple.sampler); 98 pipe_resource_reference(&softpipe->pstipple.texture, NULL); 99 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, NULL); 114 if (softpipe->quad.pstipple) 115 softpipe->quad.pstipple->destroy( softpipe->quad.pstipple ); 274 softpipe->quad.pstipple = sp_quad_polygon_stipple_stage(softpipe); 329 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe);
|
sp_quad_pipe.c | 66 insert_stage_at_head( sp, sp->quad.pstipple );
|
sp_state_derived.c | 289 pipe_resource_reference(&softpipe->pstipple.texture, tex); 293 softpipe->pstipple.texture); 294 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view); 315 softpipe->samplers[PIPE_SHADER_FRAGMENT][unit] = softpipe->pstipple.sampler; 319 softpipe->pstipple.sampler_view); 322 softpipe->pstipple.sampler_view);
|
sp_context.h | 148 } pstipple; member in struct:softpipe_context 155 struct quad_stage *pstipple; member in struct:softpipe_context::__anon23226
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_validate.c | 122 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple) 224 && draw->pipeline.pstipple) { 225 draw->pipeline.pstipple->next = next; 226 next = draw->pipeline.pstipple;
|
draw_pipe.c | 103 if (draw->pipeline.pstipple) 104 draw->pipeline.pstipple->destroy( draw->pipeline.pstipple );
|
draw_private.h | 117 struct draw_stage *pstipple; member in struct:draw_context::__anon12541
|
draw_pipe_pstipple.c | 127 int freeSampler; /** an available sampler for the pstipple */ 651 return pstip_stage(draw->pipeline.pstipple); 783 draw->pipeline.pstipple = &pstip->stage;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_validate.c | 122 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple) 224 && draw->pipeline.pstipple) { 225 draw->pipeline.pstipple->next = next; 226 next = draw->pipeline.pstipple;
|
draw_pipe.c | 103 if (draw->pipeline.pstipple) 104 draw->pipeline.pstipple->destroy( draw->pipeline.pstipple );
|
draw_private.h | 117 struct draw_stage *pstipple; member in struct:draw_context::__anon23008
|
draw_pipe_pstipple.c | 127 int freeSampler; /** an available sampler for the pstipple */ 651 return pstip_stage(draw->pipeline.pstipple); 783 draw->pipeline.pstipple = &pstip->stage;
|