HomeSort by: relevance | last modified time | path
    Searched defs:color_buffer_allocation (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v5_pack.h 3370 uint32_t color_buffer_allocation; member in struct:MALI_FRAMEBUFFER_PARAMETERS
3397 assert((values->color_buffer_allocation & 0x3ff) == 0);
3411 __gen_uint(values->color_buffer_allocation >> 10, 24, 31);
3448 values->color_buffer_allocation = __gen_unpack_uint(cl, 120, 127) << 10;
3479 fprintf(fp, "%*sColor Buffer Allocation: %u\n", indent, "", values->color_buffer_allocation);
v6_pack.h 3910 uint32_t color_buffer_allocation; member in struct:MALI_FRAMEBUFFER_PARAMETERS
3938 assert((values->color_buffer_allocation & 0x3ff) == 0);
3962 __gen_uint(values->color_buffer_allocation >> 10, 24, 31);
4010 values->color_buffer_allocation = __gen_unpack_uint(cl, 376, 383) << 10;
4047 fprintf(fp, "%*sColor Buffer Allocation: %u\n", indent, "", values->color_buffer_allocation);
v7_pack.h 3988 uint32_t color_buffer_allocation; member in struct:MALI_FRAMEBUFFER_PARAMETERS
4016 assert((values->color_buffer_allocation & 0x3ff) == 0);
4040 __gen_uint(values->color_buffer_allocation >> 10, 24, 31);
4088 values->color_buffer_allocation = __gen_unpack_uint(cl, 376, 383) << 10;
4125 fprintf(fp, "%*sColor Buffer Allocation: %u\n", indent, "", values->color_buffer_allocation);

Completed in 20 milliseconds