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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v5_pack.h 3496 uint32_t crc_row_stride; member in struct:MALI_ZS_CRC_EXTENSION
3533 cl[ 2] = __gen_uint(values->crc_row_stride, 0, 31);
3575 values->crc_row_stride = __gen_unpack_uint(cl, 64, 95);
3606 fprintf(fp, "%*sCRC Row Stride: %u\n", indent, "", values->crc_row_stride);
v6_pack.h 4065 uint32_t crc_row_stride; member in struct:MALI_ZS_CRC_EXTENSION
4095 cl[ 2] = __gen_uint(values->crc_row_stride, 0, 31);
4137 values->crc_row_stride = __gen_unpack_uint(cl, 64, 95);
4161 fprintf(fp, "%*sCRC Row Stride: %u\n", indent, "", values->crc_row_stride);
v7_pack.h 4143 uint32_t crc_row_stride; member in struct:MALI_ZS_CRC_EXTENSION
4174 cl[ 2] = __gen_uint(values->crc_row_stride, 0, 31);
4214 values->crc_row_stride = __gen_unpack_uint(cl, 64, 95);
4239 fprintf(fp, "%*sCRC Row Stride: %u\n", indent, "", values->crc_row_stride);

Completed in 20 milliseconds