Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_search.c59 static const uint8_t identity_swizzle[NIR_MAX_VEC_COMPONENTS] = variable
275 swizzle = identity_swizzle; in match_value()
517 memcpy(val.swizzle, identity_swizzle, sizeof val.swizzle); in construct_value()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp663 bool identity_swizzle = true; in get_alu_src() local
664 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()