HomeSort by relevance Sort by last modified time
    Searched refs:baseMipLevel (Results 1 - 25 of 32) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 125 DE_ASSERT(subresourceRange.baseMipLevel + subresourceRange.levelCount <= (deUint32)src.getNumLevels());
129 const tcu::ConstPixelBufferAccess srcLevel (src.getLevel(subresourceRange.baseMipLevel + levelNdx));
144 DE_ASSERT(subresourceRange.baseMipLevel + subresourceRange.levelCount <= (deUint32)src.getNumLevels());
151 const tcu::ConstPixelBufferAccess srcLevel (src.getLevel(subresourceRange.baseMipLevel + levelNdx));
166 DE_ASSERT(subresourceRange.baseMipLevel + subresourceRange.levelCount <= (deUint32)src.getNumLevels());
170 const tcu::ConstPixelBufferAccess srcLevel(src.getLevel(subresourceRange.baseMipLevel + levelNdx));
219 if (subresource.baseMipLevel > 0 || subresource.layerCount < (deUint32)texture.getNumLayers())
222 const tcu::ConstPixelBufferAccess baseLevel = texture.getLevel(subresource.baseMipLevel);
257 if (subresource.baseMipLevel > 0 || subresource.layerCount < (deUint32)texture.getDepth())
262 const tcu::ConstPixelBufferAccess baseLevel = texture.getLevel(subresource.baseMipLevel);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 397 0u, // baseMipLevel
516 0u, // baseMipLevel
646 0u, // baseMipLevel
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 112 inline VkImageSubresourceRange makeImageSubresourceRange (VkImageAspectFlags aspectMask, deUint32 baseMipLevel, deUint32 levelCount, deUint32 baseArrayLayer, deUint32 layerCount)
116 res.baseMipLevel = baseMipLevel;
vkStructTypes.inl 533 deUint32 baseMipLevel;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 339 barrier.subresourceRange.baseMipLevel = 0;
625 barrier.subresourceRange.baseMipLevel = 0;
746 barrier.subresourceRange.baseMipLevel = 0;
    [all...]
vktDrawCreateInfoUtil.hpp 41 deUint32 baseMipLevel = 0,
vktDrawCreateInfoUtil.cpp 41 baseMipLevel = _baseMipLevel;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 339 barrier.subresourceRange.baseMipLevel = 0;
625 barrier.subresourceRange.baseMipLevel = 0;
746 barrier.subresourceRange.baseMipLevel = 0;
    [all...]
vktDynamicStateCreateInfoUtil.hpp 43 deUint32 baseMipLevel = 0,
vktDynamicStateCreateInfoUtil.cpp 41 baseMipLevel = _baseMipLevel;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 316 barrier.subresourceRange.baseMipLevel = 0;
602 barrier.subresourceRange.baseMipLevel = 0;
723 barrier.subresourceRange.baseMipLevel = 0;
877 barrier.subresourceRange.baseMipLevel = 0;
    [all...]
vktQueryPoolCreateInfoUtil.hpp 41 deUint32 baseMipLevel = 0,
vktQueryPoolCreateInfoUtil.cpp 41 baseMipLevel = _baseMipLevel;
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 792 range.baseMipLevel + mip_level,
832 range.baseMipLevel + mip_level,
842 range.baseMipLevel = base_mip_level;
    [all...]
vkrenderframework.cpp 829 view.subresourceRange.baseMipLevel = 0;
    [all...]
layer_validation_tests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 265 subresourceRange.baseMipLevel = 0;
502 renderBarrier.subresourceRange.baseMipLevel = 0;
    [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 458 if (pCreateInfo->subresourceRange.baseMipLevel >= imageEntry->second.mipLevels) {
460 ss << "vkCreateImageView called with baseMipLevel " << pCreateInfo->subresourceRange.baseMipLevel << " for image "
    [all...]
core_validation.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /external/vulkan-validation-layers/demos/
cube.c 901 .baseMipLevel = 0,
    [all...]
tri.c 694 .baseMipLevel = 0,
754 .baseMipLevel = 0,
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]

Completed in 623 milliseconds

1 2