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

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_context.h 214 bool is_t6xx; member in struct:panfrost_context
pan_context.c 402 .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 8 milliseconds