Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp556 Format usedFormat = getFormat(aspect); in imageExtentInBlocks() local
557 if(usedFormat.isCompressed()) in imageExtentInBlocks()
560 int blockWidth = usedFormat.blockWidth(); in imageExtentInBlocks()
561 int blockHeight = usedFormat.blockHeight(); in imageExtentInBlocks()
573 Format usedFormat = getFormat(aspect); in imageOffsetInBlocks() local
574 if(usedFormat.isCompressed()) in imageOffsetInBlocks()
577 int blockWidth = usedFormat.blockWidth(); in imageOffsetInBlocks()
578 int blockHeight = usedFormat.blockHeight(); in imageOffsetInBlocks()
592 Format usedFormat = getFormat(aspect); in bufferExtentInBlocks() local
597 if(usedFormat.isCompressed()) in bufferExtentInBlocks()
[all …]