Searched refs:getFormatSizeInBytes (Results 1 – 2 of 2) sorted by relevance
108 deUint32 getFormatSizeInBytes(const subgroups::Format format) in getFormatSizeInBytes() function162 deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes()968 (data.isImage ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()1167 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeTessellationEvaluationFrameBufferTest()1350 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeGeometryFrameBufferTest()1571 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in allStages()1804 const deUint64 imageResultSize = getFormatSizeInBytes(format) * maxWidth; in makeVertexFrameBufferTest()1971 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest()2035 deUint64 elementSize = getFormatSizeInBytes(format); in makeComputeTest()
65 deUint32 getFormatSizeInBytes (const VkFormat format) in getFormatSizeInBytes() function146 const deUint32 bytes = getFormatSizeInBytes(format); in getElementSizeInBytes()2367 (data.isImage ? getFormatSizeInBytes(format) : getElementSizeInBytes(format, data.layout)); in initializeMemory()3702 const VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize()3838 const VkDeviceSize elementSize = getFormatSizeInBytes(format); in makeComputeTestRequiredSubgroupSize()