Home
last modified time | relevance | path

Searched refs:kIEEE_32_infinity (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DPatchWriter.h79 fVertexWriter << VertexWriter::kIEEE_32_infinity; // p3.y=Inf indicates a conic. in ~ConicPatch()
97 fVertexWriter.fill(VertexWriter::kIEEE_32_infinity, 2); in ~TrianglePatch()
/third_party/skia/src/gpu/tessellate/shaders/
DGrTessellationShader.h50 *writer << w << skgpu::VertexWriter::kIEEE_32_infinity; in WriteConicPatch()
/third_party/skia/src/gpu/
DBufferWriter.h46 inline constexpr static uint32_t kIEEE_32_infinity = 0x7f800000; member