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

1 2

  /external/mesa3d/src/intel/vulkan/
anv_formats.c 466 uint32_t maxMipLevels;
494 maxMipLevels = 15; /* log2(maxWidth) + 1 */
505 maxMipLevels = 15; /* log2(maxWidth) + 1 */
512 maxMipLevels = 12; /* log2(maxWidth) + 1 */
583 .maxMipLevels = maxMipLevels,
598 .maxMipLevels = 0,
  /external/mesa3d/src/amd/vulkan/
radv_formats.c 970 uint32_t maxMipLevels;
994 maxMipLevels = 15; /* log2(maxWidth) + 1 */
1001 maxMipLevels = 15; /* log2(maxWidth) + 1 */
1008 maxMipLevels = 12; /* log2(maxWidth) + 1 */
1048 .maxMipLevels = maxMipLevels,
1062 .maxMipLevels = 0,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp 371 return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 140 deUint32 getNumMipLevels (const VkExtent3D& baseExtent, const deUint32 maxMipLevels)
143 return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, maxMipLevels);
459 bool useSingleMipLevel; //!< only mip level 0, otherwise up to maxMipLevels
546 , m_imageMipLevels (params.useSingleMipLevel ? 1u : getNumMipLevels(params.imageExtent, m_imageFormatProperties.maxMipLevels))
    [all...]
vktApiFeatureInfo.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 355 if (pCreateInfo->mipLevels > ImageFormatProperties.maxMipLevels) {
359 ImageFormatProperties.maxMipLevels);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
image.cpp 355 if (pCreateInfo->mipLevels > ImageFormatProperties.maxMipLevels) {
359 ImageFormatProperties.maxMipLevels);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 754 return std::min(static_cast<deUint32>(deFloatLog2(static_cast<float>(widestEdge))) + 1u, imageFormatProperties.maxMipLevels);
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 69 visitor->Visit("maxMipLevels", &properties->maxMipLevels) &&
  /external/vulkan-validation-layers/layers/
image.cpp 356 if (pCreateInfo->mipLevels > ImageFormatProperties.maxMipLevels) {
360 ImageFormatProperties.maxMipLevels);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 869 pImageFormatProperties->maxMipLevels = deLog2Ceil32(4096) + 1;
    [all...]
vkStructTypes.inl 113 deUint32 maxMipLevels;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.cpp 334 if (imageFormatProperties.maxMipLevels < mipLevels)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h     [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]

Completed in 1634 milliseconds

1 2