HomeSort by: relevance | last modified time | path
    Searched refs:lower_iyuv (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_tgsi_lower_yuv.h 32 unsigned lower_iyuv);
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
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;
    [all...]
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);
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);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_tgsi_lower_yuv.h 32 unsigned lower_iyuv);
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
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;
    [all...]
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);
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);

Completed in 13 milliseconds