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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_builder.h537 bool is_identity_swizzle = true; local in function:nir_swizzle
540 is_identity_swizzle = false;
544 if (num_components == src->num_components && is_identity_swizzle)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_builder.h600 bool is_identity_swizzle = true; local in function:nir_swizzle
603 is_identity_swizzle = false;
607 if (num_components == src->num_components && is_identity_swizzle)

Completed in 11 milliseconds