Searched defs:VecData (Results 1 – 3 of 3) sorted by relevance
413 struct VecData struct in vkt::pipeline::__anonb17f10be0111::InterfaceMatchingTestCase415 std::string glslType;416 ComponentType componentType;417 deUint32 componentsCount;418 std::string components[4];
93 struct VecData { struct94 const char* input;95 size_t count;96 Source::Range range;
2407 Constant *VecData = ConstantFoldLoadFromConstPtr(SrcPtr, VTy, DL); in ConstantFoldVectorCall() local