Searched refs:width_map (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/ |
D | shuffle_fuzz.py | 48 width_map={'i64': 2, 'i32': 4, 'i16': 8, 'i8': 16, 'f64': 2, 'f32': 4} 50 [(width_map[t], t) for t in element_types]) 52 width_map={'i64': 4, 'i32': 8, 'i16': 16, 'i8': 32, 'f64': 4, 'f32': 8} 54 [(width_map[t], t) for t in element_types])
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_compiler_asm.c | 912 const int width_map[] = { in codegen_validate_region_restrictions() local 947 const int width = width_map[cg->src[i].width]; in codegen_validate_region_restrictions()
|