Searched refs:lower_iyuv (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_tgsi_lower_yuv.h32 unsigned lower_iyuv);
H A Dst_tgsi_lower_yuv.c53 unsigned lower_iyuv; member in struct:tgsi_yuv_transform
204 mask = ctx->lower_nv12 | ctx->lower_iyuv;
212 if (ctx->lower_iyuv & (1 << y_samp)) {
343 lower_iyuv(struct tgsi_transform_context *tctx, function in typeref:typename:void
408 } else if (ctx->lower_iyuv & (1 << samp)) {
409 lower_iyuv(tctx, inst);
424 unsigned lower_nv12, unsigned lower_iyuv)
430 assert(!(lower_nv12 & lower_iyuv)); /* bitmasks should be mutually exclusive */
439 ctx.lower_iyuv = lower_iyuv;
423 st_tgsi_lower_yuv(const struct tgsi_token * tokens,unsigned free_slots,unsigned lower_nv12,unsigned lower_iyuv) argument
[all...]
H A Dst_program.h55 GLuint lower_iyuv; /**< bitmask of 3 plane YUV samplers */ member in struct:st_external_sampler_key
76 key.lower_iyuv |= (1 << unit);
H A Dst_program.c1204 if (unlikely(key->external.lower_nv12 || key->external.lower_iyuv)) {
1207 options.lower_y_u_v_external = key->external.lower_iyuv;
1213 if (unlikely(key->external.lower_nv12 || key->external.lower_iyuv)) {
1218 key->external.lower_iyuv);
1321 if (unlikely(key->external.lower_nv12 || key->external.lower_iyuv)) {
1330 key->external.lower_iyuv);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_tgsi_lower_yuv.h32 unsigned lower_iyuv);
H A Dst_tgsi_lower_yuv.c52 unsigned lower_iyuv; member in struct:tgsi_yuv_transform
203 mask = ctx->lower_nv12 | ctx->lower_iyuv;
211 if (ctx->lower_iyuv & (1 << y_samp)) {
342 lower_iyuv(struct tgsi_transform_context *tctx, function in typeref:typename:void
407 } else if (ctx->lower_iyuv & (1 << samp)) {
408 lower_iyuv(tctx, inst);
423 unsigned lower_nv12, unsigned lower_iyuv)
429 assert(!(lower_nv12 & lower_iyuv)); /* bitmasks should be mutually exclusive */
438 ctx.lower_iyuv = lower_iyuv;
422 st_tgsi_lower_yuv(const struct tgsi_token * tokens,unsigned free_slots,unsigned lower_nv12,unsigned lower_iyuv) argument
[all...]
H A Dst_program.h53 GLuint lower_iyuv; /**< bitmask of 3 plane YUV samplers */ member in struct:st_external_sampler_key
94 key.lower_iyuv |= (1 << unit);
H A Dst_program.c1472 if (unlikely(key->external.lower_nv12 || key->external.lower_iyuv ||
1483 options.lower_y_u_v_external = key->external.lower_iyuv;
1508 key->external.lower_iyuv);
1610 if (unlikely(key->external.lower_nv12 || key->external.lower_iyuv ||
1622 key->external.lower_iyuv);

Completed in 11 milliseconds