Home
last modified time | relevance | path

Searched defs:sliceCount (Results 1 – 3 of 3) sorted by relevance

/external/angle/util/
Dgeometry_utils.cpp25 void CreateSphereGeometry(size_t sliceCount, float radius, SphereGeometry *result) in CreateSphereGeometry()
/external/swiftshader/src/Vulkan/
DVkImage.cpp414 uint32_t sliceCount = both3D ? copyExtent.depth : samples; in copyTo() local
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp208 int64_t sliceCount = computeMaxLinearIndex(sliceDimCounts); in generateExtractSlicesOpResultType() local