Home
last modified time | relevance | path

Searched defs:block_depth (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp104 int block_depth = function->GetBlockDepth(block); in blocks() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dconstruct.cpp104 int block_depth = function->GetBlockDepth(block); in blocks() local
/third_party/mesa3d/src/util/format/
Du_format_parse.py117 …def __init__(self, name, layout, block_width, block_height, block_depth, le_channels, le_swizzles,… argument
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py235 …def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colors… argument
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c433 unsigned block_depth; /* thread group size in z dimension */ member