OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsBase.cpp
284
const deUint32 imageSparseSizeInBytes = getImageSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
495
bufferOffset += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipLevelNdx,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
569
const deUint32 imageResidencySizeInBytes = getImageSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_residencyFormat, imageSparseInfo.mipLevels,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
583
bufferOffset += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_residencyFormat, mipLevelNdx,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
vktSparseResourcesImageSparseBinding.cpp
281
bufferOffset += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipmapNdx,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
288
const deUint32 imageSizeInBytes = getImageSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
vktSparseResourcesTestsUtil.hpp
69
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
= 4u,
vktSparseResourcesImageMemoryAliasing.cpp
434
bufferOffset += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipLevelNdx,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
441
const deUint32 imageSizeInBytes = getImageSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
[
all
...]
vktSparseResourcesMipmapSparseResidency.cpp
387
bufferOffset += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, mipmapNdx,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
394
const deUint32 imageSizeInBytes = getImageSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, m_format, imageSparseInfo.mipLevels,
BUFFER_IMAGE_COPY_OFFSET_GRANULARITY
);
Completed in 2102 milliseconds