Home
last modified time | relevance | path

Searched refs:Geometry (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DModuleWithExportedAndNonExportedImportAlias.js19 module Geometry {
25 // this is valid since B.Line _is_ visible outside Geometry
31 var p: Geometry.Points.Point;
32 var p = Geometry.Origin;
35 var line = Geometry.Unit;
38 var line = Geometry.Lines.Line;
54 var Geometry; variable
55 (function (Geometry) {
57 Geometry.Origin = { x: 0, y: 0 };
58 // this is valid since B.Line _is_ visible outside Geometry
[all...]
/third_party/skia/src/gpu/ops/
H A DAtlasTextOp.h24 for (const Geometry* g = fHead; g != nullptr;) {
25 const Geometry* next = g->fNext;
26 g->~Geometry();
38 struct Geometry { struct in skgpu::v1::final
39 Geometry(const GrAtlasSubRun& subRun, in Geometry() function
57 static Geometry* MakeForBlob(const GrAtlasSubRun& subRun,
69 // Either this Geometry holds a ref to the support data in the case of a blob based
86 Geometry* fNext{nullptr};
137 Geometry* geo,
147 Geometry* ge
[all...]
H A DAtlasTextOp.cpp62 Geometry* geo, in AtlasTextOp()
87 Geometry* geo, in AtlasTextOp()
106 auto AtlasTextOp::Geometry::MakeForBlob(const GrAtlasSubRun& subRun,
112 SkArenaAlloc* alloc) -> Geometry* {
115 void* geo = alloc->makeBytesAlignedTo(sizeof(Geometry), alignof(Geometry));
116 return new(geo) Geometry{subRun,
125 void AtlasTextOp::Geometry::fillVertexData(void *dst, int offset, int count) const { in fillVertexData()
140 for(Geometry* geom = fHead; geom != nullptr; geom = geom->fNext) { in onDumpInfo()
166 // Geometry wit in finalize()
[all...]
H A DDrawAtlasOp.cpp75 struct Geometry { struct in __anon18836::final
80 SkSTArray<1, Geometry, true> fGeoData;
114 Geometry& installedGeo = fGeoData.push_back(); in DrawAtlasOpImpl()
239 const Geometry& args = fGeoData[i]; in onPrepareDraws()
H A DShadowRRectOp.cpp230 fGeoData.emplace_back(Geometry{color, outerRadius, umbraInset, innerRadius, in ShadowCircularRRectOp()
250 struct Geometry { struct in __anon18856::final
268 void fillInCircleVerts(const Geometry& args, bool isStroked, CircleVertex** verts) const { in fillInCircleVerts()
398 void fillInRRectVerts(const Geometry& args, CircleVertex** verts) const { in fillInRRectVerts()
573 const Geometry& args = fGeoData[i];
651 SkSTArray<1, Geometry, true> fGeoData;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp52 enum class Geometry class
99 std::string getCaseName (Geometry geometry) in getCaseName()
103 case Geometry::LINES: return "lines"; in getCaseName()
104 case Geometry::TRIANGLES: return "triangles"; in getCaseName()
136 Geometry geometryType;
195 const auto isLines = (m_params.geometryType == Geometry::LINES); in initPrograms()
409 const auto isLines = (m_params->geometryType == Geometry::LINES); in iterate()
449 const std::vector<Geometry> geometries { Geometry::LINES, Geometry in createMeshShaderProvokingVertexTestsEXT()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderProvokingVertexTestsEXT.cpp52 enum class Geometry class
99 std::string getCaseName (Geometry geometry) in getCaseName()
103 case Geometry::LINES: return "lines"; in getCaseName()
104 case Geometry::TRIANGLES: return "triangles"; in getCaseName()
136 Geometry geometryType;
195 const auto isLines = (m_params.geometryType == Geometry::LINES); in initPrograms()
409 const auto isLines = (m_params->geometryType == Geometry::LINES); in iterate()
449 const std::vector<Geometry> geometries { Geometry::LINES, Geometry in createMeshShaderProvokingVertexTestsEXT()
[all...]
/third_party/skia/experimental/skrive/include/
H A DSkRive.h200 class Geometry : public Node { class
207 explicit Geometry(Type t) : INHERITED(t) {} in Geometry() function in skrive::Geometry
215 class Ellipse final : public Geometry {
226 using INHERITED = Geometry;
229 class Rectangle final : public Geometry {
241 using INHERITED = Geometry;
272 std::vector<const Geometry*> fGeometries;
/third_party/spirv-tools/test/
H A Doperand_capabilities_test.cpp147 CASE1(EXECUTION_MODEL, ExecutionModel::Geometry, Geometry),
179 CASE1(EXECUTION_MODE, ExecutionMode::Invocations, Geometry),
199 CASE1(EXECUTION_MODE, ExecutionMode::InputPoints, Geometry),
200 CASE1(EXECUTION_MODE, ExecutionMode::InputLines, Geometry),
201 CASE1(EXECUTION_MODE, ExecutionMode::InputLinesAdjacency, Geometry),
202 CASE2(EXECUTION_MODE, ExecutionMode::Triangles, Geometry,
205 Geometry),
208 CASE4(EXECUTION_MODE, ExecutionMode::OutputVertices, Geometry,
210 CASE3(EXECUTION_MODE, ExecutionMode::OutputPoints, Geometry,
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp110 CASE1(EXECUTION_MODEL, ExecutionModelGeometry, Geometry),
142 CASE1(EXECUTION_MODE, ExecutionModeInvocations, Geometry),
162 CASE1(EXECUTION_MODE, ExecutionModeInputPoints, Geometry),
163 CASE1(EXECUTION_MODE, ExecutionModeInputLines, Geometry),
164 CASE1(EXECUTION_MODE, ExecutionModeInputLinesAdjacency, Geometry),
165 CASE2(EXECUTION_MODE, ExecutionModeTriangles, Geometry,
168 Geometry),
171 CASE3(EXECUTION_MODE, ExecutionModeOutputVertices, Geometry,
173 CASE2(EXECUTION_MODE, ExecutionModeOutputPoints, Geometry,
175 CASE1(EXECUTION_MODE, ExecutionModeOutputLineStrip, Geometry),
[all...]
H A Dtext_to_binary.mode_setting_test.cpp125 { CASE(Geometry), "Euclid" },
233 CASE(Geometry),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp110 CASE1(EXECUTION_MODEL, ExecutionModelGeometry, Geometry),
142 CASE1(EXECUTION_MODE, ExecutionModeInvocations, Geometry),
162 CASE1(EXECUTION_MODE, ExecutionModeInputPoints, Geometry),
163 CASE1(EXECUTION_MODE, ExecutionModeInputLines, Geometry),
164 CASE1(EXECUTION_MODE, ExecutionModeInputLinesAdjacency, Geometry),
165 CASE2(EXECUTION_MODE, ExecutionModeTriangles, Geometry,
168 Geometry),
171 CASE3(EXECUTION_MODE, ExecutionModeOutputVertices, Geometry,
173 CASE2(EXECUTION_MODE, ExecutionModeOutputPoints, Geometry,
175 CASE1(EXECUTION_MODE, ExecutionModeOutputLineStrip, Geometry),
[all...]
H A Dtext_to_binary.mode_setting_test.cpp125 { CASE(Geometry), "Euclid" },
233 CASE(Geometry),
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.cpp230 // Geometry Shader constants in Compiler()
233 mResources.MaxGeometryUniformComponents = caps.maxShaderUniformComponents[ShaderType::Geometry]; in Compiler()
234 mResources.MaxGeometryUniformBlocks = caps.maxShaderUniformBlocks[ShaderType::Geometry]; in Compiler()
239 mResources.MaxGeometryTextureImageUnits = caps.maxShaderTextureImageUnits[ShaderType::Geometry]; in Compiler()
242 caps.maxShaderAtomicCounterBuffers[ShaderType::Geometry]; in Compiler()
243 mResources.MaxGeometryAtomicCounters = caps.maxShaderAtomicCounters[ShaderType::Geometry]; in Compiler()
244 mResources.MaxGeometryShaderStorageBlocks = caps.maxShaderStorageBlocks[ShaderType::Geometry]; in Compiler()
246 mResources.MaxGeometryImageUniforms = caps.maxShaderImageUniforms[ShaderType::Geometry]; in Compiler()
H A DCaps.cpp1144 caps.maxShaderUniformComponents[ShaderType::Geometry] = 1024; in GenerateMinimumCaps()
1145 caps.maxShaderUniformBlocks[ShaderType::Geometry] = limits::kMinimumShaderUniformBlocks; in GenerateMinimumCaps()
1150 caps.maxShaderTextureImageUnits[ShaderType::Geometry] = 16; in GenerateMinimumCaps()
1151 caps.maxShaderAtomicCounterBuffers[ShaderType::Geometry] = 0; in GenerateMinimumCaps()
1152 caps.maxShaderAtomicCounters[ShaderType::Geometry] = 0; in GenerateMinimumCaps()
1153 caps.maxShaderStorageBlocks[ShaderType::Geometry] = 0; in GenerateMinimumCaps()
1157 caps.maxShaderImageUniforms[ShaderType::Geometry] = 0; in GenerateMinimumCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp159 // If the renderer does not support Geometry shaders then Instanced PointSprite emulation in generateVertexShaderForInputLayout()
926 generateVaryingLinkHLSL(varyingPacking, builtinsD3D[gl::ShaderType::Geometry],
944 ASSERT(builtinsD3D[gl::ShaderType::Geometry].glViewportIndex.enabled &&
945 builtinsD3D[gl::ShaderType::Geometry].glLayer.enabled);
979 ASSERT(builtinsD3D[gl::ShaderType::Geometry].glViewportIndex.enabled &&
980 builtinsD3D[gl::ShaderType::Geometry].glLayer.enabled);
1378 updateBuiltins(gl::ShaderType::Geometry, metadata, packing);
1465 if (shaderType == gl::ShaderType::Geometry)
/third_party/spirv-tools/source/val/
H A Dvalidate_mode_setting.cpp207 case spv::ExecutionModel::Geometry: in ValidateEntryPoint()
224 << "Geometry execution model entry points must specify " in ValidateEntryPoint()
242 << "Geometry execution model entry points must specify " in ValidateEntryPoint()
383 return model == spv::ExecutionModel::Geometry; in ValidateExecutionMode()
386 << "Execution mode can only be used with the Geometry execution " in ValidateExecutionMode()
395 case spv::ExecutionModel::Geometry: in ValidateExecutionMode()
408 << "Execution mode can only be used with the Geometry " in ValidateExecutionMode()
412 << "Execution mode can only be used with the Geometry " in ValidateExecutionMode()
441 case spv::ExecutionModel::Geometry: in ValidateExecutionMode()
450 << "Execution mode can only be used with a Geometry o in ValidateExecutionMode()
[all...]
H A Dvalidate_primitives.cpp38 spv::ExecutionModel::Geometry, in PrimitivesPass()
40 " instructions require Geometry execution model"); in PrimitivesPass()
/third_party/spirv-tools/source/opt/
H A Danalyze_live_input_pass.cpp38 stage != spv::ExecutionModel::Geometry) in DoLiveInputAnalysis()
H A Deliminate_dead_io_components_pass.cpp59 stage != spv::ExecutionModel::Geometry) in Process()
87 stage == spv::ExecutionModel::Geometry))) { in Process()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities.cpp1081 case ShaderType::Geometry: in GetPipelineType()
1163 return ShaderType::Geometry; in GetShaderTypeFromBitfield()
1183 case ShaderType::Geometry: in GetBitfieldFromShaderType()
1200 case ShaderType::Geometry: in ShaderTypeSupportsTransformFeedback()
/third_party/skia/tools/viewer/
H A DSkSLSlide.h44 enum Geometry { enum in SkSLSlide
/third_party/skia/experimental/skrive/src/
H A DShape.cpp44 } else if (const Geometry* geo = *child) { in onRevalidate()
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp689 auto geometry = AtlasTextOp::Geometry::MakeForBlob(*this, in makeAtlasTextOp()
978 auto geometry = AtlasTextOp::Geometry::MakeForBlob(*this, in makeAtlasTextOp()
1287 auto geometry = AtlasTextOp::Geometry::MakeForBlob(*this, in makeAtlasTextOp()
1713 alignas(alignof(AtlasTextOp::Geometry)) char fGeom[sizeof(AtlasTextOp::Geometry)];
1824 auto geometry = new ((void*)fGeom) AtlasTextOp::Geometry{ in makeAtlasTextOp()
1959 alignas(alignof(AtlasTextOp::Geometry)) char fGeom[sizeof(AtlasTextOp::Geometry)];
2021 auto geometry = new ((void*)fGeom) AtlasTextOp::Geometry{ in makeAtlasTextOp()
2185 alignas(alignof(AtlasTextOp::Geometry)) cha
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp326 case gl::ShaderType::Geometry:
2445 if (serial != mAppliedShaders[gl::ShaderType::Geometry])
2449 mAppliedShaders[gl::ShaderType::Geometry] = serial;
2638 if (mProgramD3D->hasShaderStage(gl::ShaderType::Geometry))
2640 ANGLE_TRY(applyTexturesForSRVs(context, gl::ShaderType::Geometry));
2683 case gl::ShaderType::Geometry:
3399 case gl::ShaderType::Geometry:
3415 if (mProgramD3D->hasShaderStage(gl::ShaderType::Geometry))
3417 ANGLE_TRY(applyUniformsForShader(context, gl::ShaderType::Geometry));
3453 case gl::ShaderType::Geometry
[all...]

Completed in 23 milliseconds

1234