Searched refs:block_depth (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 230 …def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colors… argument 253 self.block_depth = block_depth 366 return self.block_width != 1 or self.block_height != 1 or self.block_depth != 1 560 block_depth = int(fields[4]) 569 … yield Format(name, layout, block_width, block_height, block_depth, channels, swizzle, colorspace)
|
D | format_info.py | 189 fmat.block_depth,
|
/external/gemmlowp/internal/ |
D | pack.h | 175 int block_depth) const { in block() argument 179 assert(start_depth + block_depth <= depth_); in block() 181 return SideMap(data(start_width, start_depth), block_width, block_depth, in block()
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 350 size_t block_depth) { in Validate() argument
|