Searched defs:VecData (Results 1 – 4 of 4) sorted by relevance
424 struct VecData struct in vkt::pipeline::__anone9cf04dc0111::InterfaceMatchingTestCase426 std::string glslType;427 ComponentType componentType;428 deUint32 componentsCount;429 std::string components[4];
424 struct VecData struct in vkt::pipeline::__anonf93f665c0111::InterfaceMatchingTestCase426 std::string glslType;427 ComponentType componentType;428 deUint32 componentsCount;429 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