Searched refs:IfaceVar (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 117 struct IfaceVar struct 123 IfaceVar (Owner owner_, DataType dataType_, BitWidth bitWidth_, DataDim dataDim_, Interpolation interpolation_, uint32_t index_) in IfaceVar() function 139 IfaceVar () 202 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]"; 290 return ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices); 295 using IfaceVarVec = std::vector<IfaceVar>; 356 // copying them in or out of output variables. Note we have two variables per type, as per IfaceVar::kVarsPerType. 362 tcu::Vec4 vert_f64d4_inter_0[IfaceVar [all...] |
H A D | vktMeshShaderMiscTests.cpp | 2969 struct IfaceVar struct 2975 IfaceVar (Owner owner_, DataType dataType_, BitWidth bitWidth_, DataDim dataDim_, Interpolation interpolation_, uint32_t index_) in IfaceVar() function 2991 IfaceVar () 3054 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]"; 3142 return ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices); 3147 using IfaceVarVec = std::vector<IfaceVar>; 3186 // copying them in or out of output variables. Note we have two variables per type, as per IfaceVar::kVarsPerType. 3192 tcu::Vec4 vert_f64d4_inter_0[IfaceVar [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 117 struct IfaceVar struct 123 IfaceVar (Owner owner_, DataType dataType_, BitWidth bitWidth_, DataDim dataDim_, Interpolation interpolation_, uint32_t index_) in IfaceVar() function 139 IfaceVar () 202 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]"; 290 return ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices); 295 using IfaceVarVec = std::vector<IfaceVar>; 356 // copying them in or out of output variables. Note we have two variables per type, as per IfaceVar::kVarsPerType. 362 tcu::Vec4 vert_f64d4_inter_0[IfaceVar [all...] |
H A D | vktMeshShaderMiscTests.cpp | 2969 struct IfaceVar struct 2975 IfaceVar (Owner owner_, DataType dataType_, BitWidth bitWidth_, DataDim dataDim_, Interpolation interpolation_, uint32_t index_) in IfaceVar() function 2991 IfaceVar () 3054 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]"; 3142 return ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices); 3147 using IfaceVarVec = std::vector<IfaceVar>; 3186 // copying them in or out of output variables. Note we have two variables per type, as per IfaceVar::kVarsPerType. 3192 tcu::Vec4 vert_f64d4_inter_0[IfaceVar [all...] |
Completed in 13 milliseconds