Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A 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 int… in IfaceVar() function
141 IfaceVar() in IfaceVar() argument
151 Owner owner;
152 DataType dataType;
153 BitWidth bitWidth;
154 DataDim dataDim;
[all …]
H A DvktMeshShaderMiscTests.cpp2959 struct IfaceVar struct
2961 static constexpr uint32_t kNumVertices = 4u;
2962 static constexpr uint32_t kNumPrimitives = 2u;
2963 static constexpr uint32_t kVarsPerType = 2u;
2965IfaceVar(Owner owner_, DataType dataType_, BitWidth bitWidth_, DataDim dataDim_, Interpolation int… in IfaceVar() function
2983 IfaceVar() in IfaceVar() argument
2993 Owner owner;
2994 DataType dataType;
2995 BitWidth bitWidth;
2996 DataDim dataDim;
[all …]
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2313 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam()