Home
last modified time | relevance | path

Searched defs:slotCount (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLType.cpp74 size_t slotCount() const override { in slotCount() function in SkSL::AliasType
177 size_t slotCount() const override { in slotCount() function in SkSL::ArrayType
261 size_t slotCount() const override { in slotCount() function in SkSL::LiteralType
312 size_t slotCount() const override { in slotCount() function in SkSL::ScalarType
413 size_t slotCount() const override { in slotCount() function in SkSL::MatrixType
533 size_t slotCount() const override { in slotCount() function in SkSL::StructType
584 size_t slotCount() const override { in slotCount() function in SkSL::VectorType
DSkSLType.h419 virtual size_t slotCount() const { in slotCount() function
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dbigqueryreservation.v1.json925 "slotCount": { object
1107 "slotCount": { object
Dbigqueryreservation.v1beta1.json923 "slotCount": { object
1087 "slotCount": { object
Dbigqueryreservation.v1alpha2.json294 "slotCount": { object
/external/skia/src/sksl/codegen/
DSkSLRasterPipelineCodeGenerator.cpp121 int slotCount() const { return fSlotCount; } in slotCount() function in SkSL::RP::SlotManager