OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getImageSizeInBytes
(Results
1 - 10
of
10
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.hpp
77
deUint32
getImageSizeInBytes
(const vk::VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevelsCount = 1u, const deUint32 numSamples = 1u);
vktPipelineMultisampleTestsUtil.cpp
370
deUint32
getImageSizeInBytes
(const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevelsCount, const deUint32 numSamples)
vktPipelineMultisampleBaseResolve.cpp
345
const deUint32 imageRSSizeInBytes =
getImageSizeInBytes
(imageRSInfo.extent, imageRSInfo.arrayLayers, m_imageFormat, imageRSInfo.mipLevels);
vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp
642
const deUint32 imageRSSizeInBytes =
getImageSizeInBytes
(imageRSInfo.extent, imageRSInfo.arrayLayers, m_imageFormat, imageRSInfo.mipLevels, 1u);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.hpp
129
deUint32
getImageSizeInBytes
(const vk::VkExtent3D& baseExtents,
vktSparseResourcesShaderIntrinsicsBase.cpp
284
const deUint32 imageSparseSizeInBytes =
getImageSizeInBytes
(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
285
const deUint32 imageSizeInPixels =
getImageSizeInBytes
(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels) / tcu::getPixelSize(m_format);
569
const deUint32 imageResidencySizeInBytes =
getImageSizeInBytes
(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_residencyFormat, imageSparseInfo.mipLevels, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
vktSparseResourcesImageSparseBinding.cpp
288
const deUint32 imageSizeInBytes =
getImageSizeInBytes
(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
vktSparseResourcesImageMemoryAliasing.cpp
441
const deUint32 imageSizeInBytes =
getImageSizeInBytes
(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
[
all
...]
vktSparseResourcesMipmapSparseResidency.cpp
394
const deUint32 imageSizeInBytes =
getImageSizeInBytes
(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels, BUFFER_IMAGE_COPY_OFFSET_GRANULARITY);
vktSparseResourcesTestsUtil.cpp
670
deUint32
getImageSizeInBytes
(const VkExtent3D& baseExtents, const deUint32 layersCount, const tcu::TextureFormat& format, const deUint32 mipmapLevelsCount, const deUint32 mipmapMemoryAlignment)
Completed in 311 milliseconds