Searched defs:rtv (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c181 struct pipe_surface *rtv; local
189 rtv = svga_validate_surface_view(svga,
191 if (!rtv)
195 rtv, color->f);
384 struct pipe_surface *rtv = local
387 if (!rtv) {
403 ret = SVGA3D_vgpu10_ClearRenderTargetView(svga->swc, rtv,
407 ret = SVGA3D_vgpu10_ClearRenderTargetView(svga->swc, rtv,
421 if (rtv->texture->target != PIPE_TEXTURE_3D &&
422 pipe->screen->is_format_supported(pipe->screen, rtv
473 struct pipe_surface *rtv = local
[all...]
H A Dsvga_state_framebuffer.c166 struct pipe_surface *rtv[SVGA3D_MAX_RENDER_TARGETS]; local
184 rtv[i] = svga_validate_surface_view(svga,
186 if (rtv[i] == NULL) {
190 assert(svga_surface(rtv[i])->view_id != SVGA3D_INVALID_ID);
194 rtv[i] = NULL;
212 memcmp(rtv, svga->state.hw_draw.rtv, num_color * sizeof(rtv[0]))) {
214 ret = SVGA3D_vgpu10_SetRenderTargets(svga->swc, num_color, rtv, dsv);
223 memcpy(svga->state.hw_draw.rtv, rt
[all...]
H A Dsvga_context.h396 struct pipe_surface *rtv[SVGA3D_MAX_RENDER_TARGETS]; member in struct:svga_hw_draw_state

Completed in 154 milliseconds