Home
last modified time | relevance | path

Searched defs:primType (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderHelperInvocationTests.cpp71 static int getNumVerticesPerPrimitive (PrimitiveType primType) in getNumVerticesPerPrimitive()
86 static glu::PrimitiveType getGluPrimitiveType (PrimitiveType primType) in getGluPrimitiveType()
101 static void genVertices (PrimitiveType primType, int numPrimitives, de::Random* rnd, vector<Vec2>* … in genVertices()
162 …imitives (const glu::RenderContext& renderCtx, deUint32 program, PrimitiveType primType, int numPr… in drawRandomPrimitives()
314 …se (Context& context, const char* name, const char* description, PrimitiveType primType, int numSa… in HelperInvocationValueCase()
472 …se (Context& context, const char* name, const char* description, PrimitiveType primType, int numSa… in HelperInvocationDerivateCase()
663 PrimitiveType primType; in init() member
695 const PrimitiveType primType = s_primTypes[primTypeNdx].primType; in init() local
713 const PrimitiveType primType = s_primTypes[primTypeNdx].primType; in init() local
Des31fTessellationTests.cpp476 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMo… in getTessellationEvaluationInLayoutString()
485 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, SpacingMo… in getTessellationEvaluationInLayoutString()
493 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, Winding w… in getTessellationEvaluationInLayoutString()
501 static inline string getTessellationEvaluationInLayoutString (TessPrimitiveType primType, bool useP… in getTessellationEvaluationInLayoutString()
526 static inline int numInnerTessellationLevels (TessPrimitiveType primType) in numInnerTessellationLevels()
537 static inline int numOuterTessellationLevels (TessPrimitiveType primType) in numOuterTessellationLevels()
554 …tring tessellationLevelsString (const float* inner, const float* outer, TessPrimitiveType primType) in tessellationLevelsString()
629 static vector<OuterEdgeDescription> outerEdgeDescriptions (TessPrimitiveType primType) in outerEdgeDescriptions()
3601 … (Context& context, const char* name, const char* description, TessPrimitiveType primType, Spacing… in PrimitiveSetInvarianceCase()
3921 … (Context& context, const char* name, const char* description, TessPrimitiveType primType, Spacing… in InvariantPrimitiveSetCase()
[all …]
/third_party/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelperWithStencil.cpp53 GrPrimitiveType primType, in createProgramInfoWithStencil()
DGrSimpleMeshDrawOpHelper.cpp222 GrPrimitiveType primType, in createProgramInfo()
DDrawVerticesOp.cpp604 GrPrimitiveType primType = overridePrimType in Make() local
DDefaultPathRenderer.cpp448 GrPrimitiveType primType() const { in primType() function in __anon2c7671670111::DefaultPathOp
DStrokeRectOp.cpp194 GrPrimitiveType primType = (fStrokeWidth > 0) ? GrPrimitiveType::kTriangleStrip in onCreateProgramInfo() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp131 …se (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType… in PrimitiveRestartCase()
673 for (int primType = 0; primType < (int)PrimitiveRestartCase::PRIMITIVE_LAST; primType++) in init() local
/third_party/skia/tests/
DClipStackTest.cpp207 SkClipStack::Element::DeviceSpaceType primType) { in test_bounds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp440 int numOuterTessellationLevels (const TessPrimitiveType primType) in numOuterTessellationLevels()
DvktTessellationMiscDrawTests.cpp679 const auto& primType = ((i == 0u) ? m_params.patchTypes.first : m_params.patchTypes.second); in initPrograms() local
DvktTessellationInvarianceTests.cpp445 std::vector<OuterEdgeDescription> outerEdgeDescriptions (const TessPrimitiveType primType) in outerEdgeDescriptions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationUtil.cpp448 int numOuterTessellationLevels (const TessPrimitiveType primType) in numOuterTessellationLevels()
DvktTessellationInvarianceTests.cpp435 std::vector<OuterEdgeDescription> outerEdgeDescriptions (const TessPrimitiveType primType) in outerEdgeDescriptions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderMiscTestsEXT.cpp5097 for (const auto primType : types) in createMeshShaderMiscTestsEXT() local
DvktMeshShaderMiscTests.cpp4961 for (const auto primType : types) in createMeshShaderMiscTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderMiscTestsEXT.cpp5079 for (const auto primType : types) in createMeshShaderMiscTestsEXT() local
DvktMeshShaderMiscTests.cpp4951 for (const auto primType : types) in createMeshShaderMiscTests() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h750 SVGA3dPrimitiveType primType; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2945 static const VGPU10_PRIMITIVE primType[] = { in emit_vgpu10_property() local