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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v5_pack.h 3511 uint32_t s_writeback_surface_stride; member in struct:MALI_ZS_CRC_EXTENSION
3558 cl[11] = __gen_uint(values->s_writeback_surface_stride, 0, 31);
3590 values->s_writeback_surface_stride = __gen_unpack_uint(cl, 352, 383);
3621 fprintf(fp, "%*sS Writeback Surface Stride: %u\n", indent, "", values->s_writeback_surface_stride);
v6_pack.h 4079 uint32_t s_writeback_surface_stride; member in struct:MALI_ZS_CRC_EXTENSION
4116 cl[11] = __gen_uint(values->s_writeback_surface_stride, 0, 31);
4151 values->s_writeback_surface_stride = __gen_unpack_uint(cl, 352, 383);
4175 fprintf(fp, "%*sS Writeback Surface Stride: %u\n", indent, "", values->s_writeback_surface_stride);
v7_pack.h 4157 uint32_t s_writeback_surface_stride; member in struct:MALI_ZS_CRC_EXTENSION
4195 cl[11] = __gen_uint(values->s_writeback_surface_stride, 0, 31);
4228 values->s_writeback_surface_stride = __gen_unpack_uint(cl, 352, 383);
4253 fprintf(fp, "%*sS Writeback Surface Stride: %u\n", indent, "", values->s_writeback_surface_stride);

Completed in 17 milliseconds