Home
last modified time | relevance | path

Searched defs:sparseBlocks (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/idna/
Dtrie.go16 type sparseBlocks struct { struct
17 values []valueRange
18 offset []uint16
33 func (t *sparseBlocks) lookup(n uint32, b byte) uint16 {
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/norm/
Dtrie.go12 type sparseBlocks struct { struct
13 values []valueRange
14 offset []uint16
36 func (t *sparseBlocks) lookup(n uint32, b byte) uint16 {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/unicode/norm/
Dtrie.go12 type sparseBlocks struct { struct
13 values []valueRange
14 offset []uint16
36 func (t *sparseBlocks) lookup(n uint32, b byte) uint16 {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/cases/
Dtrieval.go191 type sparseBlocks struct { struct
192 values []valueRange
193 offsets []uint16
197 func (s *sparseBlocks) lookup(n uint32, b byte) uint16 {
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesMipmapSparseResidency.cpp273 … const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate() local
H A DvktSparseResourcesShaderIntrinsicsBase.cpp754 … const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate() local
H A DvktSparseResourcesImageMemoryAliasing.cpp332 … const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate() local