Home
last modified time | relevance | path

Searched defs:VecData (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp413 struct VecData struct in vkt::pipeline::__anonb17f10be0111::InterfaceMatchingTestCase
415 std::string glslType;
416 ComponentType componentType;
417 deUint32 componentsCount;
418 std::string components[4];
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_type_decl_test.cc93 struct VecData { struct
94 const char* input;
95 size_t count;
96 Source::Range range;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2407 Constant *VecData = ConstantFoldLoadFromConstPtr(SrcPtr, VTy, DL); in ConstantFoldVectorCall() local