Home | History | Annotate | Download | only in vulkan

Lines Matching refs:cfmt

386    struct tu_native_format cfmt = tu6_format_color(format, layout->tile_mode);
387 cfmt.tile_mode = fmt.tile_mode;
390 cfmt.fmt = FMT6_Z24_UNORM_S8_UINT_AS_R8G8B8A8;
425 .color_tile_mode = cfmt.tile_mode,
426 .color_format = cfmt.fmt,
427 .color_swap = cfmt.swap).value;
430 .color_format = cfmt.fmt,
435 .color_format = cfmt.fmt,
436 .tile_mode = cfmt.tile_mode,
437 .color_swap = cfmt.swap,
442 .tile_mode = cfmt
444 .color_format = cfmt.fmt,
445 .color_swap = cfmt.swap,