Searched refs:lower_iyuv (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_yuv.h | 32 unsigned lower_iyuv);
|
| H A D | st_tgsi_lower_yuv.c | 53 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 D | st_program.h | 55 GLuint lower_iyuv; /**< bitmask of 3 plane YUV samplers */ member in struct:st_external_sampler_key 76 key.lower_iyuv |= (1 << unit);
|
| H A D | st_program.c | 1204 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 D | st_tgsi_lower_yuv.h | 32 unsigned lower_iyuv);
|
| H A D | st_tgsi_lower_yuv.c | 52 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 D | st_program.h | 53 GLuint lower_iyuv; /**< bitmask of 3 plane YUV samplers */ member in struct:st_external_sampler_key 94 key.lower_iyuv |= (1 << unit);
|
| H A D | st_program.c | 1472 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