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/
H A 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/
H A Dgen_uniform_type_table.py104 type_info_data_template = """{{{type}, {component_type}, {texture_type}, {transposed_type}, {bool_type}, {sampler_format}, {rows}, {columns}, {components}, {component_size}, {internal_size}, {external_size}, {is_sampler}, {is_matrix}, {is_image} }}"""
234 sampler_format=get_sampler_format(uniform_type),
/third_party/mesa3d/src/gallium/drivers/svga/
H A 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/
H A 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()

Completed in 6 milliseconds