HomeSort by relevance Sort by last modified time
    Searched defs:lower_iyuv (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
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_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)) {
335 lower_iyuv(struct tgsi_transform_context *tctx, function
400 } else if (ctx->lower_iyuv & (1 << samp)) {
401 lower_iyuv(tctx, inst);
416 unsigned lower_nv12, unsigned lower_iyuv)
422 assert(!(lower_nv12 & lower_iyuv)); /* bitmasks should be mutually exclusive */
431 ctx.lower_iyuv = lower_iyuv;
    [all...]

Completed in 164 milliseconds