Searched refs:block_depth (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_parse.py | 117 …def __init__(self, name, layout, block_width, block_height, block_depth, le_channels, le_swizzles,… argument 122 self.block_depth = block_depth 424 block_width, block_height, block_depth = map(int, fields[2:5]) 440 …format = Format(name, layout, block_width, block_height, block_depth, le_channels, le_swizzles, be…
|
D | u_format_table.py | 224 … %u},\t/* block */" % (format.block_width, format.block_height, format.block_depth, format.block_s…
|