Lines Matching defs:bifrost_framebuffer
1477 struct bifrost_framebuffer { struct
1478 u32 unk0; // = 0x10
1480 u32 unknown2; // = 0x1f, same as SFBD
1481 mali_ptr scratchpad;
1484 mali_ptr sample_locations;
1485 mali_ptr unknown1;
1487 u16 width1, height1;
1488 u32 zero3;
1489 u16 width2, height2;
1490 u32 unk1 : 19; // = 0x01000
1491 u32 rt_count_1 : 2; // off-by-one (use MALI_POSITIVE)
1492 u32 unk2 : 3; // = 0
1493 u32 rt_count_2 : 3; // no off-by-one
1494 u32 zero4 : 5;
1496 u32 clear_stencil : 8;
1497 u32 unk3 : 24; // = 0x100
1498 float clear_depth;
1499 mali_ptr tiler_meta;
1503 mali_ptr tiler_scratch_start;
1504 mali_ptr tiler_scratch_middle;
1507 mali_ptr tiler_heap_start;
1508 mali_ptr tiler_heap_end;
1510 u64 zero9, zero10, zero11, zero12;