Searched refs:sampler_format (Results 1 – 4 of 4) sorted by relevance
262 enum pipe_format sampler_format[VL_NUM_COMPONENTS]; in vl_video_buffer_sampler_view_components() local270 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()
234 sampler_format=get_sampler_format(uniform_type),
2428 SVGA3dSurfaceFormat sampler_format; in svga_is_dx_format_supported() local2431 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()
71 bool sampler_format; member291 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()