Home
last modified time | relevance | path

Searched refs:sampler_format (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c260 enum pipe_format sampler_format[VL_NUM_COMPONENTS]; in vl_video_buffer_sampler_view_components() local
268 vl_get_video_buffer_formats(pipe->screen, buf->base.buffer_format, sampler_format); in vl_video_buffer_sampler_view_components()
283 u_sampler_view_default_template(&sv_templ, res, sampler_format[plane_order[i]]); in vl_video_buffer_sampler_view_components()
/third_party/skia/third_party/externals/angle2/src/common/
Dgen_uniform_type_table.py234 sampler_format=get_sampler_format(uniform_type),
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dgen_uniform_type_table.py243 sampler_format=get_sampler_format(uniform_type),
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c2335 SVGA3dSurfaceFormat sampler_format; in svga_is_dx_format_supported() local
2338 sampler_format = svga_sampler_format(svga_format); in svga_is_dx_format_supported()
2339 if (sampler_format != svga_format) { in svga_is_dx_format_supported()
2341 svga_get_dx_format_cap(ss, sampler_format, &caps); in svga_is_dx_format_supported()