Searched refs:identity_swizzle (Results 1 – 2 of 2) sorted by relevance
59 static const uint8_t identity_swizzle[NIR_MAX_VEC_COMPONENTS] = variable275 swizzle = identity_swizzle; in match_value()517 memcpy(val.swizzle, identity_swizzle, sizeof val.swizzle); in construct_value()
663 bool identity_swizzle = true; in get_alu_src() local664 for (unsigned i = 0; identity_swizzle && i < size; i++) { in get_alu_src()666 identity_swizzle = false; in get_alu_src()668 if (identity_swizzle) in get_alu_src()