Home
last modified time | relevance | path

Searched refs:kPatches (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
DGrProgramInfo.h50 SkASSERT((GrPrimitiveType::kPatches == fPrimitiveType) == in GrProgramInfo()
70 SkASSERT(GrPrimitiveType::kPatches == fPrimitiveType); in tessellationPatchVertexCount()
DGrOpsRenderPass.cpp85 if (GrPrimitiveType::kPatches == programInfo.primitiveType()) { in bindPipeline()
/third_party/skia/src/gpu/tessellate/shaders/
DGrPathTessellationShader_Hardware.cpp39 GrPrimitiveType::kPatches, 5, viewMatrix, color, attribs) { in HardwareWedgeShader()
179 GrPrimitiveType::kPatches, 4, viewMatrix, color, in HardwareCurveShader()
DGrStrokeTessellationShader.cpp24 ? GrPrimitiveType::kPatches in GrStrokeTessellationShader()
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp626 case GrPrimitiveType::kPatches: in seed_vertices()
644 case GrPrimitiveType::kPatches: in primitive_vertices()
/third_party/skia/gm/
Dtessellation.cpp341 shader.get(), GrPrimitiveType::kPatches, in onExecute()
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.cpp131 case GrPrimitiveType::kPatches: // Unsupported in set_primitive_topology()
DGrD3DPipelineStateBuilder.cpp490 case GrPrimitiveType::kPatches: // fall through, unsupported in gr_primitive_type_to_d3d()
/third_party/skia/src/gpu/vk/
DGrVkPipeline.cpp162 case GrPrimitiveType::kPatches: in gr_primitive_type_to_vk_topology()
/third_party/skia/include/private/
DGrTypesPriv.h48 kPatches, enumerator
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1878 if (GrPrimitiveType::kPatches == programInfo.primitiveType()) { in flushGLState()
2345 case GrPrimitiveType::kPatches: in prepareToDraw()