Searched refs:imageViewLayerRange (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 189 … const deUint32 y, deUint32 arrayLayer = 0, tcu::Maybe<LayerRange> imageViewLayerRange = tcu::Mayb… in isInClearRange() argument 195 …const deUint32 clearBaseLayer = (imageViewLayerRange ? imageViewLayerRange->baseArrayLayer : 0) + … in isInClearRange() 196 …achmentClearLayerRange->layerCount == VK_REMAINING_ARRAY_LAYERS) ? imageViewLayerRange->layerCount… in isInClearRange() 216 …e (bool isAttachmentformat, deUint32 mipLevel, deUint32 arrayLayer, LayerRange imageViewLayerRange) in isInInitialClearRange() argument 231 …if ((arrayLayer < imageViewLayerRange.baseArrayLayer) || (arrayLayer >= (imageViewLayerRange.baseA… in isInInitialClearRange() 485 LayerRange imageViewLayerRange; member 592 params.imageViewLayerRange) : vk::Move<VkImageView>()) in ImageClearingTestInstance() 604 …rPass, params.imageExtent.width, params.imageExtent.height, params.imageViewLayerRange.layerCount); in ImageClearingTestInstance() 1173 …if (isInClearRange(clearCoords, x, y, arrayLayer, m_params.imageViewLayerRange, m_params.clearLaye… in verifyResultImage() 1176 …itialClearRange(m_isAttachmentFormat, 0u /* mipLevel */, arrayLayer, m_params.imageViewLayerRange)) in verifyResultImage() [all …]
|