HomeSort by: relevance | last modified time | path
    Searched refs:format_bpb (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl.c 213 uint32_t format_bpb,
216 const uint32_t bs = format_bpb / 8;
219 if (tiling != ISL_TILING_LINEAR && !isl_is_pow2(format_bpb)) {
226 assert(bs % 3 == 0 && isl_is_pow2(format_bpb / 3));
227 isl_tiling_get_info(tiling, format_bpb / 3, tile_info);
308 assert(format_bpb == 1 || format_bpb == 2);
309 logical_el = isl_extent2d(128, 256 / format_bpb);
319 .format_bpb = format_bpb,
    [all...]
isl.h 1071 * width_tl = DIV_ROUND_UP(width_el * (format_bpb / tile_info.format_bpb),
1074 uint32_t format_bpb; member in struct:isl_tile_info
1076 /** The logical size of the tile in units of format_bpb size elements
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl.c 329 * @param[in] format_bpb The number of bits per surface element (block) for
338 uint32_t format_bpb,
342 const uint32_t bs = format_bpb / 8;
346 if (tiling != ISL_TILING_LINEAR && !isl_is_pow2(format_bpb)) {
354 assert(bs % 3 == 0 && isl_is_pow2(format_bpb / 3));
355 isl_tiling_get_info(tiling, dim, msaa_layout, format_bpb / 3, samples,
434 switch (format_bpb) {
443 switch (format_bpb) {
452 switch (format_bpb) {
496 assert(format_bpb == 1 || format_bpb == 2)
    [all...]
isl.h 1361 * width_tl = DIV_ROUND_UP(width_el * (format_bpb / tile_info.format_bpb),
1364 uint32_t format_bpb; member in struct:isl_tile_info
1367 * The logical size of the tile in units of format_bpb size elements
1995 uint32_t format_bpb,

Completed in 11 milliseconds