| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/ |
| H A D | device.c | 46 struct pipe_sampler_view sv_tmpl; local in function:vdp_imp_device_create_x11 108 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 109 u_sampler_view_default_template(&sv_tmpl, res, res->format); 111 sv_tmpl.swizzle_r = PIPE_SWIZZLE_1; 112 sv_tmpl.swizzle_g = PIPE_SWIZZLE_1; 113 sv_tmpl.swizzle_b = PIPE_SWIZZLE_1; 114 sv_tmpl.swizzle_a = PIPE_SWIZZLE_1; 116 dev->dummy_sv = dev->context->create_sampler_view(dev->context, res, &sv_tmpl);
|
| H A D | output.c | 304 struct pipe_sampler_view sv_tmpl; local in function:vlVdpOutputSurfacePutBitsIndexed 366 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 367 u_sampler_view_default_template(&sv_tmpl, res, res->format); 369 sv_idx = context->create_sampler_view(context, res, &sv_tmpl); 398 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 399 u_sampler_view_default_template(&sv_tmpl, res, res->format); 401 sv_tbl = context->create_sampler_view(context, res, &sv_tmpl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/ |
| H A D | device.c | 46 struct pipe_sampler_view sv_tmpl; local in function:vdp_imp_device_create_x11 108 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 109 u_sampler_view_default_template(&sv_tmpl, res, res->format); 111 sv_tmpl.swizzle_r = PIPE_SWIZZLE_1; 112 sv_tmpl.swizzle_g = PIPE_SWIZZLE_1; 113 sv_tmpl.swizzle_b = PIPE_SWIZZLE_1; 114 sv_tmpl.swizzle_a = PIPE_SWIZZLE_1; 116 dev->dummy_sv = dev->context->create_sampler_view(dev->context, res, &sv_tmpl);
|
| H A D | output.c | 304 struct pipe_sampler_view sv_tmpl; local in function:vlVdpOutputSurfacePutBitsIndexed 369 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 370 u_sampler_view_default_template(&sv_tmpl, res, res->format); 372 sv_idx = context->create_sampler_view(context, res, &sv_tmpl); 401 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 402 u_sampler_view_default_template(&sv_tmpl, res, res->format); 404 sv_tbl = context->create_sampler_view(context, res, &sv_tmpl);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_zscan.c | 380 struct pipe_sampler_view sv_tmpl, *sv; local in function:vl_zscan_layout 433 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 434 u_sampler_view_default_template(&sv_tmpl, res, res->format); 435 sv = pipe->create_sampler_view(pipe, res, &sv_tmpl); 489 struct pipe_sampler_view sv_tmpl; local in function:vl_zscan_init_buffer 523 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 524 u_sampler_view_default_template(&sv_tmpl, res, res->format); 525 sv_tmpl [all...] |
| H A D | vl_mpeg12_decoder.c | 168 struct pipe_sampler_view sv_tmpl; local in function:init_zscan_buffer 190 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 191 u_sampler_view_default_template(&sv_tmpl, res, res->format); 192 sv_tmpl.swizzle_r = sv_tmpl.swizzle_g = sv_tmpl.swizzle_b = sv_tmpl.swizzle_a = PIPE_SWIZZLE_X; 193 buffer->zscan_source = dec->context->create_sampler_view(dec->context, res, &sv_tmpl);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_zscan.c | 380 struct pipe_sampler_view sv_tmpl, *sv; local in function:vl_zscan_layout 433 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 434 u_sampler_view_default_template(&sv_tmpl, res, res->format); 435 sv = pipe->create_sampler_view(pipe, res, &sv_tmpl); 489 struct pipe_sampler_view sv_tmpl; local in function:vl_zscan_init_buffer 527 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 528 u_sampler_view_default_template(&sv_tmpl, res, res->format); 529 sv_tmpl [all...] |
| H A D | vl_mpeg12_decoder.c | 168 struct pipe_sampler_view sv_tmpl; local in function:init_zscan_buffer 190 memset(&sv_tmpl, 0, sizeof(sv_tmpl)); 191 u_sampler_view_default_template(&sv_tmpl, res, res->format); 192 sv_tmpl.swizzle_r = sv_tmpl.swizzle_g = sv_tmpl.swizzle_b = sv_tmpl.swizzle_a = PIPE_SWIZZLE_X; 193 buffer->zscan_source = dec->context->create_sampler_view(dec->context, res, &sv_tmpl);
|