Home | History | Annotate | Download | only in softpipe

Lines Matching refs:softpipe

73    struct softpipe_context *softpipe = qs->softpipe;
74 struct tgsi_exec_machine *machine = softpipe->fs_machine;
77 machine->flatshade_color = softpipe->rasterizer->flatshade ? TRUE : FALSE;
78 return softpipe->fs_variant->run( softpipe->fs_variant, machine, quad );
86 struct softpipe_context *softpipe = qs->softpipe;
90 for (cbuf = 0; cbuf < softpipe->framebuffer.nr_cbufs; cbuf++) {
111 struct softpipe_context *softpipe = qs->softpipe;
112 struct tgsi_exec_machine *machine = softpipe->fs_machine;
116 softpipe->mapped_constants[PIPE_SHADER_FRAGMENT],
117 softpipe->const_buffer_size[PIPE_SHADER_FRAGMENT]);
163 sp_quad_shade_stage( struct softpipe_context *softpipe )
169 qss->stage.softpipe = softpipe;