Searched refs:sv_tmpl (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_zscan.c | 352 struct pipe_sampler_view sv_tmpl, *sv; in vl_zscan_layout() local 413 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); in vl_zscan_layout() 414 u_sampler_view_default_template(&sv_tmpl, res, res->format); in vl_zscan_layout() 415 sv = pipe->create_sampler_view(pipe, res, &sv_tmpl); in vl_zscan_layout() 472 struct pipe_sampler_view sv_tmpl; in vl_zscan_init_buffer() local 508 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); in vl_zscan_init_buffer() 509 u_sampler_view_default_template(&sv_tmpl, res, res->format); in vl_zscan_init_buffer() 510 sv_tmpl.swizzle_r = sv_tmpl.swizzle_g = sv_tmpl.swizzle_b = sv_tmpl.swizzle_a = TGSI_SWIZZLE_X; in vl_zscan_init_buffer() 511 buffer->quant = zscan->pipe->create_sampler_view(zscan->pipe, res, &sv_tmpl); in vl_zscan_init_buffer()
|
D | vl_mpeg12_decoder.c | 89 struct pipe_sampler_view sv_tmpl; in init_zscan_buffer() local 111 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); in init_zscan_buffer() 112 u_sampler_view_default_template(&sv_tmpl, res, res->format); in init_zscan_buffer() 113 sv_tmpl.swizzle_r = sv_tmpl.swizzle_g = sv_tmpl.swizzle_b = sv_tmpl.swizzle_a = PIPE_SWIZZLE_RED; in init_zscan_buffer() 114 buffer->zscan_source = dec->base.context->create_sampler_view(dec->base.context, res, &sv_tmpl); in init_zscan_buffer()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 289 struct pipe_sampler_view sv_tmpl; in vlVdpOutputSurfacePutBitsIndexed() local 349 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); in vlVdpOutputSurfacePutBitsIndexed() 350 u_sampler_view_default_template(&sv_tmpl, res, res->format); in vlVdpOutputSurfacePutBitsIndexed() 352 sv_idx = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed() 381 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); in vlVdpOutputSurfacePutBitsIndexed() 382 u_sampler_view_default_template(&sv_tmpl, res, res->format); in vlVdpOutputSurfacePutBitsIndexed() 384 sv_tbl = context->create_sampler_view(context, res, &sv_tmpl); in vlVdpOutputSurfacePutBitsIndexed()
|