Home
last modified time | relevance | path

Searched refs:_swizzle_parse_map (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py257 _swizzle_parse_map = { variable
342 le_swizzles = [_swizzle_parse_map[swizzle] for swizzle in fields[8]]
345 be_swizzles = [_swizzle_parse_map[swizzle] for swizzle in fields[14]]
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py265 _swizzle_parse_map = { variable
361 le_swizzles = [_swizzle_parse_map[swizzle] for swizzle in fields[8]]
364 be_swizzles = [_swizzle_parse_map[swizzle] for swizzle in fields[14]]