Searched refs:sampler_format (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.c | 335 const enum pipe_format *sampler_format; local in function:vl_video_buffer_sampler_view_components 343 sampler_format = vl_video_buffer_formats(pipe->screen, buf->base.buffer_format); 358 u_sampler_view_default_template(&sv_templ, res, sampler_format[plane_order[i]]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.c | 260 enum pipe_format sampler_format[VL_NUM_COMPONENTS]; local in function:vl_video_buffer_sampler_view_components 268 vl_get_video_buffer_formats(pipe->screen, buf->base.buffer_format, sampler_format); 283 u_sampler_view_default_template(&sv_templ, res, sampler_format[plane_order[i]]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_format.c | 2335 SVGA3dSurfaceFormat sampler_format; local in function:svga_is_dx_format_supported 2338 sampler_format = svga_sampler_format(svga_format); 2339 if (sampler_format != svga_format) { 2341 svga_get_dx_format_cap(ss, sampler_format, &caps);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_format.c | 2492 SVGA3dSurfaceFormat sampler_format; local in function:svga_is_dx_format_supported 2495 sampler_format = svga_sampler_format(svga_format); 2496 if (sampler_format != svga_format) { 2498 svga_get_dx_format_cap(ss, sampler_format, &caps);
|
Completed in 8 milliseconds