Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.c60 static const uint8_t identity_swizzle[NIR_MAX_VEC_COMPONENTS] = variable
277 swizzle = identity_swizzle; in match_value()
519 memcpy(val.swizzle, identity_swizzle, sizeof val.swizzle); in construct_value()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp740 bool identity_swizzle = true;
742 for (unsigned i = 0; identity_swizzle && i < size; i++) {
744 identity_swizzle = false;
746 if (identity_swizzle)

Completed in 15 milliseconds