Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderInOutTestsEXT.cpp117 struct IfaceVar struct
119 static constexpr uint32_t kNumVertices = 4u;
120 static constexpr uint32_t kNumPrimitives = 2u;
121 static constexpr uint32_t kVarsPerType = 2u;
123IfaceVar (Owner owner_, DataType dataType_, BitWidth bitWidth_, DataDim dataDim_, Interpolation in… in IfaceVar() argument
139 IfaceVar () in IfaceVar() function
149 Owner owner;
150 DataType dataType;
151 BitWidth bitWidth;
152 DataDim dataDim;
[all …]
DvktMeshShaderMiscTests.cpp2969 struct IfaceVar struct
2971 static constexpr uint32_t kNumVertices = 4u;
2972 static constexpr uint32_t kNumPrimitives = 2u;
2973 static constexpr uint32_t kVarsPerType = 2u;
2975IfaceVar (Owner owner_, DataType dataType_, BitWidth bitWidth_, DataDim dataDim_, Interpolation in… in IfaceVar() function
2991 IfaceVar () in IfaceVar() argument
3001 Owner owner;
3002 DataType dataType;
3003 BitWidth bitWidth;
3004 DataDim dataDim;
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2313 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam()