Searched refs:kPatches (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrProgramInfo.h | 50 SkASSERT((GrPrimitiveType::kPatches == fPrimitiveType) == in GrProgramInfo() 70 SkASSERT(GrPrimitiveType::kPatches == fPrimitiveType); in tessellationPatchVertexCount()
|
D | GrOpsRenderPass.cpp | 85 if (GrPrimitiveType::kPatches == programInfo.primitiveType()) { in bindPipeline()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
D | GrPathTessellationShader_Hardware.cpp | 39 GrPrimitiveType::kPatches, 5, viewMatrix, color, attribs) { in HardwareWedgeShader() 179 GrPrimitiveType::kPatches, 4, viewMatrix, color, in HardwareCurveShader()
|
D | GrStrokeTessellationShader.cpp | 24 ? GrPrimitiveType::kPatches in GrStrokeTessellationShader()
|
/third_party/skia/src/gpu/ops/ |
D | DrawVerticesOp.cpp | 626 case GrPrimitiveType::kPatches: in seed_vertices() 644 case GrPrimitiveType::kPatches: in primitive_vertices()
|
/third_party/skia/gm/ |
D | tessellation.cpp | 341 shader.get(), GrPrimitiveType::kPatches, in onExecute()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DOpsRenderPass.cpp | 131 case GrPrimitiveType::kPatches: // Unsupported in set_primitive_topology()
|
D | GrD3DPipelineStateBuilder.cpp | 490 case GrPrimitiveType::kPatches: // fall through, unsupported in gr_primitive_type_to_d3d()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 162 case GrPrimitiveType::kPatches: in gr_primitive_type_to_vk_topology()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 48 kPatches, enumerator
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 1878 if (GrPrimitiveType::kPatches == programInfo.primitiveType()) { in flushGLState() 2345 case GrPrimitiveType::kPatches: in prepareToDraw()
|