HomeSort by relevance Sort by last modified time
    Searched refs:format_bpb (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/isl/
isl.c 129 uint32_t format_bpb,
132 const uint32_t bs = format_bpb / 8;
135 if (tiling != ISL_TILING_LINEAR && !isl_is_pow2(format_bpb)) {
142 assert(bs % 3 == 0 && isl_is_pow2(format_bpb / 3));
143 return isl_tiling_get_info(dev, tiling, format_bpb / 3, tile_info);
229 assert(format_bpb == 1 || format_bpb == 2);
230 logical_el = isl_extent2d(128, 256 / format_bpb);
240 .format_bpb = format_bpb,
    [all...]
isl.h 757 * width_tl = DIV_ROUND_UP(width_el * (format_bpb / tile_info.format_bpb),
760 uint32_t format_bpb; member in struct:isl_tile_info
762 /** The logical size of the tile in units of format_bpb size elements
    [all...]

Completed in 58 milliseconds