Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_search.c43 static const uint8_t identity_swizzle[] = { 0, 1, 2, 3 }; variable
116 swizzle = identity_swizzle; in match_value()
482 memcpy(val.swizzle, identity_swizzle, sizeof val.swizzle); in construct_value()