Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp424 struct VecData struct in vkt::pipeline::__anone9cf04dc0111::InterfaceMatchingTestCase
426 std::string glslType;
427 ComponentType componentType;
428 deUint32 componentsCount;
429 std::string components[4];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp424 struct VecData struct in vkt::pipeline::__anonf93f665c0111::InterfaceMatchingTestCase
426 std::string glslType;
427 ComponentType componentType;
428 deUint32 componentsCount;
429 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