Home
last modified time | relevance | path

Searched refs:fTessellationPatchVertexCount (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/tessellate/shaders/
DGrTessellationShader.h25 , fTessellationPatchVertexCount(tessellationPatchVertexCount) in GrTessellationShader()
28 if (fTessellationPatchVertexCount) { in GrTessellationShader()
34 int tessellationPatchVertexCount() const { return fTessellationPatchVertexCount; } in tessellationPatchVertexCount()
76 shader->fTessellationPatchVertexCount, in MakeProgram()
82 const int fTessellationPatchVertexCount; variable
/third_party/skia/src/gpu/
DGrProgramInfo.h42 , fTessellationPatchVertexCount(tessellationPatchVertexCount) in GrProgramInfo()
51 (fTessellationPatchVertexCount > 0)); in GrProgramInfo()
71 return fTessellationPatchVertexCount; in tessellationPatchVertexCount()
85 return ((uint16_t)fPrimitiveType << 8) | fTessellationPatchVertexCount; in primitiveTypeKey()
113 uint8_t fTessellationPatchVertexCount; // GrPrimType::kPatches. variable