Searched defs:VecData (Results 1 – 4 of 4) sorted by relevance
426 struct VecData struct in vkt::pipeline::__anone575f75f0111::InterfaceMatchingTestCase428 std::string glslType;429 ComponentType componentType;430 deUint32 componentsCount;431 std::string components[4];
424 struct VecData struct in vkt::pipeline::__anon73030dff0111::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