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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v5_pack.h 4241 uint32_t tile_enable_map_row_stride; member in struct:MALI_FRAGMENT_JOB_PAYLOAD
4260 cl[ 6] = __gen_uint(values->tile_enable_map_row_stride, 0, 7);
4282 values->tile_enable_map_row_stride = __gen_unpack_uint(cl, 192, 199);
4295 fprintf(fp, "%*sTile Enable Map Row Stride: %u\n", indent, "", values->tile_enable_map_row_stride);
v6_pack.h 5157 uint32_t tile_enable_map_row_stride; member in struct:MALI_FRAGMENT_JOB_PAYLOAD
5176 cl[ 6] = __gen_uint(values->tile_enable_map_row_stride, 0, 7);
5198 values->tile_enable_map_row_stride = __gen_unpack_uint(cl, 192, 199);
5211 fprintf(fp, "%*sTile Enable Map Row Stride: %u\n", indent, "", values->tile_enable_map_row_stride);
v7_pack.h 5213 uint32_t tile_enable_map_row_stride; member in struct:MALI_FRAGMENT_JOB_PAYLOAD
5232 cl[ 6] = __gen_uint(values->tile_enable_map_row_stride, 0, 7);
5254 values->tile_enable_map_row_stride = __gen_unpack_uint(cl, 192, 199);
5267 fprintf(fp, "%*sTile Enable Map Row Stride: %u\n", indent, "", values->tile_enable_map_row_stride);

Completed in 17 milliseconds