Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4829 static const unsigned swizzle_normal[4] = {0, 1, 2, 3}; in visit_load_input() local
4831 const unsigned *swizzle = post_shuffle ? swizzle_post_shuffle : swizzle_normal; in visit_load_input()