/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_yuv.c | 74 struct pipe_sampler_view view_templ; in xa_yuv_bind_samplers() local 88 u_sampler_view_default_template(&view_templ, yuv[i]->tex, in xa_yuv_bind_samplers() 92 r->pipe->create_sampler_view(r->pipe, yuv[i]->tex, &view_templ); in xa_yuv_bind_samplers()
|
D | xa_composite.c | 390 struct pipe_sampler_view view_templ; in bind_samplers() local 419 u_sampler_view_default_template(&view_templ, in bind_samplers() 423 &view_templ); in bind_samplers() 443 u_sampler_view_default_template(&view_templ, in bind_samplers() 447 &view_templ); in bind_samplers()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_context.c | 270 struct pipe_sampler_view view_templ; in create_tex_and_view() local 278 u_sampler_view_default_template(&view_templ, texture, texture->format); in create_tex_and_view() 279 view = pipe->create_sampler_view(pipe, texture, &view_templ); in create_tex_and_view() 473 struct pipe_sampler_view view_templ; in vg_prepare_blend_surface() local 479 u_sampler_view_default_template(&view_templ, strb->texture, strb->texture->format); in vg_prepare_blend_surface() 480 view = pipe->create_sampler_view(pipe, strb->texture, &view_templ); in vg_prepare_blend_surface()
|
D | image.c | 242 struct pipe_sampler_view view_templ; in image_create() local 276 u_sampler_view_default_template(&view_templ, newtex, newtex->format); in image_create() 279 view_templ.swizzle_r = PIPE_SWIZZLE_ONE; in image_create() 280 view_templ.swizzle_g = PIPE_SWIZZLE_ONE; in image_create() 281 view_templ.swizzle_b = PIPE_SWIZZLE_ONE; in image_create() 284 view = pipe->create_sampler_view(pipe, newtex, &view_templ); in image_create()
|
D | mask.c | 344 struct pipe_sampler_view view_templ; in mask_layer_create() local 361 u_sampler_view_default_template(&view_templ, texture, texture->format); in mask_layer_create() 362 view = pipe->create_sampler_view(pipe, texture, &view_templ); in mask_layer_create()
|
D | api_filters.c | 101 struct pipe_sampler_view view_templ; in create_texture_1d_view() local 109 u_sampler_view_default_template(&view_templ, texture, texture->format); in create_texture_1d_view() 110 view = pipe->create_sampler_view(pipe, texture, &view_templ); in create_texture_1d_view()
|
D | paint.c | 179 struct pipe_sampler_view view_templ; in create_gradient_sampler_view() local 187 u_sampler_view_default_template(&view_templ, texture, texture->format); in create_gradient_sampler_view() 188 view = pipe->create_sampler_view(pipe, texture, &view_templ); in create_gradient_sampler_view()
|
D | renderer.c | 1424 struct pipe_sampler_view view_templ; in renderer_copy_surface() local 1478 u_sampler_view_default_template(&view_templ, tex, tex->format); in renderer_copy_surface() 1479 view = pipe->create_sampler_view(pipe, tex, &view_templ); in renderer_copy_surface()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 187 struct pipe_sampler_view view_templ; in check_yuv_textures() local 212 u_sampler_view_default_template(&view_templ, in check_yuv_textures() 215 dst_view[0] = pipe->create_sampler_view(pipe, dst[0], &view_templ); in check_yuv_textures() 222 u_sampler_view_default_template(&view_templ, in check_yuv_textures() 225 dst_view[1] = pipe->create_sampler_view(pipe, dst[1], &view_templ); in check_yuv_textures() 232 u_sampler_view_default_template(&view_templ, in check_yuv_textures() 235 dst_view[2] = pipe->create_sampler_view(pipe, dst[2], &view_templ); in check_yuv_textures()
|
D | xorg_composite.c | 360 struct pipe_sampler_view view_templ; in bind_samplers() local 389 u_sampler_view_default_template(&view_templ, in bind_samplers() 392 src_view = pipe->create_sampler_view(pipe, pSrc->tex, &view_templ); in bind_samplers() 413 u_sampler_view_default_template(&view_templ, in bind_samplers() 416 src_view = pipe->create_sampler_view(pipe, pMask->tex, &view_templ); in bind_samplers()
|