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.c262 enum pipe_format sampler_format[VL_NUM_COMPONENTS]; in vl_video_buffer_sampler_view_components() local
270 vl_get_video_buffer_formats(pipe->screen, buf->base.buffer_format, sampler_format); in vl_video_buffer_sampler_view_components()
285 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/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c2428 SVGA3dSurfaceFormat sampler_format; in svga_is_dx_format_supported() local
2431 sampler_format = svga_sampler_format(svga_format); in svga_is_dx_format_supported()
2432 if (sampler_format != svga_format) { in svga_is_dx_format_supported()
2434 svga_get_dx_format_cap(ss, sampler_format, &caps); in svga_is_dx_format_supported()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c71 bool sampler_format; member
291 ctx->sampler_format = true; in cso_create_context()
1261 size_t size = ctx->sampler_format ? sizeof(struct pipe_sampler_state) : in cso_single_sampler()
1341 size_t size = ctx->sampler_format ? sizeof(struct pipe_sampler_state) : in cso_set_samplers()