| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_pipe_clear.c | 202 struct pipe_surface *dsv = local in function:try_clear 204 if (!dsv) 207 ret = SVGA3D_vgpu10_ClearDepthStencilView(svga->swc, dsv, flags, 323 struct pipe_surface *dsv = local in function:svga_clear_texture 326 if (!dsv) { 336 ret = SVGA3D_vgpu10_ClearDepthStencilView(svga->swc, dsv, 342 ret = SVGA3D_vgpu10_ClearDepthStencilView(svga->swc, dsv, 355 dsv, clear_flags,
|
| H A D | svga_state_framebuffer.c | 190 struct pipe_surface *dsv; local in function:emit_fb_vgpu10 236 dsv = svga_validate_surface_view(svga, svga_surface(curr->zsbuf)); 237 if (!dsv) { 246 dsv = NULL; 251 (dsv != svga->state.hw_clear.dsv) || 254 ret = SVGA3D_vgpu10_SetRenderTargets(svga->swc, num_color, rtv, dsv); 262 svga->state.hw_clear.dsv = dsv; 358 if (hw->dsv) { [all...] |
| H A D | svga_surface.c | 763 if (hw->dsv) 764 svga_mark_surface_dirty(hw->dsv); 900 if (svga->state.hw_clear.dsv) { 901 svga_propagate_surface(svga, svga->state.hw_clear.dsv, FALSE);
|
| H A D | svga_context.c | 248 svga->state.hw_clear.dsv = NULL;
|
| H A D | svga_context.h | 331 struct pipe_surface *dsv; member in struct:svga_hw_clear_state 408 boolean has_backed_views; /* set if any of the rtv/dsv is a backed surface view */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 326 struct tgsi_declaration_sampler_view dsv; local in function:tgsi_default_declaration_sampler_view 328 dsv.Resource = TGSI_TEXTURE_BUFFER; 329 dsv.ReturnTypeX = TGSI_RETURN_TYPE_UNORM; 330 dsv.ReturnTypeY = TGSI_RETURN_TYPE_UNORM; 331 dsv.ReturnTypeZ = TGSI_RETURN_TYPE_UNORM; 332 dsv.ReturnTypeW = TGSI_RETURN_TYPE_UNORM; 334 return dsv; 346 struct tgsi_declaration_sampler_view dsv; local in function:tgsi_build_declaration_sampler_view 348 dsv = tgsi_default_declaration_sampler_view(); 349 dsv 511 struct tgsi_declaration_sampler_view *dsv; local in function:tgsi_build_full_declaration [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 324 struct tgsi_declaration_sampler_view dsv; local in function:tgsi_default_declaration_sampler_view 326 dsv.Resource = TGSI_TEXTURE_BUFFER; 327 dsv.ReturnTypeX = TGSI_RETURN_TYPE_UNORM; 328 dsv.ReturnTypeY = TGSI_RETURN_TYPE_UNORM; 329 dsv.ReturnTypeZ = TGSI_RETURN_TYPE_UNORM; 330 dsv.ReturnTypeW = TGSI_RETURN_TYPE_UNORM; 332 return dsv; 344 struct tgsi_declaration_sampler_view dsv; local in function:tgsi_build_declaration_sampler_view 346 dsv = tgsi_default_declaration_sampler_view(); 347 dsv 508 struct tgsi_declaration_sampler_view *dsv; local in function:tgsi_build_full_declaration [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_framebuffer.c | 190 struct pipe_surface *dsv; local in function:emit_fb_vgpu10 241 dsv = svga_validate_surface_view(svga, svga_surface(curr->zsbuf)); 242 if (!dsv) { 246 dsv = svga->state.hw_clear.dsv; 254 dsv = NULL; 259 (dsv != svga->state.hw_clear.dsv) || 262 ret = SVGA3D_vgpu10_SetRenderTargets(svga->swc, num_color, rtv, dsv); 296 else if (svga->state.hw_clear.dsv ! [all...] |
| H A D | svga_pipe_clear.c | 205 struct pipe_surface *dsv = local in function:try_clear 207 if (!dsv) 210 ret = SVGA3D_vgpu10_ClearDepthStencilView(svga->swc, dsv, flags, 317 struct pipe_surface *dsv = local in function:svga_clear_texture 320 if (!dsv) { 330 SVGA_RETRY(svga, SVGA3D_vgpu10_ClearDepthStencilView(svga->swc, dsv, 341 dsv, clear_flags,
|
| H A D | svga_surface.c | 751 if (hw->dsv) 752 svga_mark_surface_dirty(hw->dsv); 888 if (svga->state.hw_clear.dsv) { 889 svga_propagate_surface(svga, svga->state.hw_clear.dsv, FALSE);
|
| H A D | svga_context.c | 264 svga->state.hw_clear.dsv = NULL;
|
| H A D | svga_context.h | 362 struct pipe_surface *dsv; member in struct:svga_hw_clear_state 443 boolean has_backed_views; /* set if any of the rtv/dsv is a backed surface view */
|