Home
last modified time | relevance | path

Searched defs:vector_shuffle (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/sfnt/
Dpngshim.c82 #define vector_shuffle __builtin_shufflevector in premultiply_data() macro
84 #define vector_shuffle __builtin_shuffle in premultiply_data() macro
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto495 TransformationVectorShuffle vector_shuffle = 21; field
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto495 TransformationVectorShuffle vector_shuffle = 21; field
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto495 TransformationVectorShuffle vector_shuffle = 21; field
/external/libaom/aom_dsp/arm/
Dintrapred_neon.c1183 static AOM_FORCE_INLINE void vector_shuffle(uint8x16_t *vec, uint8x16_t *vzero, in vector_shuffle() function