Searched refs:is_t6xx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h214 bool is_t6xx; member in struct:panfrost_context
H A Dpan_context.c402 .gl_enables = 0x4 | (ctx->is_t6xx ? 0 : 0x2),
589 if (ctx->is_t6xx) {
1596 so->tiler_gl_enables = ctx->is_t6xx ? 0x105 : 0x7;
2529 ctx->is_t6xx = gpu_id <= 0x0750; /* For now, this flag means T760 or less */

Completed in 6 milliseconds