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

1 2

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.hpp 79 unsigned int mipLevel = 0,
88 unsigned int mipLevel = 0,
99 unsigned int mipLevel = 0,
107 unsigned int mipLevel = 0,
117 unsigned int mipLevel,
130 unsigned int mipLevel,
139 unsigned int mipLevel,
150 unsigned int mipLevel = 0,
159 unsigned int mipLevel = 0,
168 unsigned int mipLevel = 0
    [all...]
vktDrawImageObjectUtil.cpp 171 unsigned int mipLevel,
178 read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D,
183 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
196 unsigned int mipLevel,
203 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
208 readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
219 unsigned int mipLevel,
226 read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
231 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect,
244 unsigned int mipLevel,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.hpp 80 unsigned int mipLevel = 0,
89 unsigned int mipLevel = 0,
100 unsigned int mipLevel = 0,
108 unsigned int mipLevel = 0,
118 unsigned int mipLevel,
131 unsigned int mipLevel,
140 unsigned int mipLevel,
151 unsigned int mipLevel = 0,
160 unsigned int mipLevel = 0,
169 unsigned int mipLevel = 0
    [all...]
vktDynamicStateImageObjectUtil.cpp 171 unsigned int mipLevel,
178 read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D,
183 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
196 unsigned int mipLevel,
203 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
208 readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
219 unsigned int mipLevel,
226 read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
231 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect,
244 unsigned int mipLevel,
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
GLOnlyTextureData.java 36 int mipLevel = 0;
54 this.mipLevel = mipMapLevel;
78 Gdx.gl.glTexImage2D(target, mipLevel, internalFormat, width, height, 0, format, type, null);
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.hpp 78 unsigned int mipLevel = 0,
89 unsigned int mipLevel = 0,
97 unsigned int mipLevel = 0,
107 unsigned int mipLevel,
120 unsigned int mipLevel,
129 unsigned int mipLevel,
140 unsigned int mipLevel = 0,
149 unsigned int mipLevel = 0,
158 unsigned int mipLevel = 0,
167 unsigned int mipLevel = 0
    [all...]
vktQueryPoolImageObjectUtil.cpp 173 unsigned int mipLevel,
180 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
185 readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
196 unsigned int mipLevel,
203 read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
208 readUsingBuffer(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect,
221 unsigned int mipLevel,
230 height, depth, mipLevel, arrayElement, aspect, type);
242 unsigned int mipLevel,
330 { aspect, mipLevel, arrayElement, 1 }
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 60 tcu::UVec3 getShaderGridSize(const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel)
62 const deUint32 mipLevelX = std::max(imageSize.x() >> mipLevel, 1u);
63 const deUint32 mipLevelY = std::max(imageSize.y() >> mipLevel, 1u);
64 const deUint32 mipLevelZ = std::max(imageSize.z() >> mipLevel, 1u);
692 VkExtent3D mipLevelExtents (const VkExtent3D& baseExtents, const deUint32 mipLevel)
696 result.width = std::max(baseExtents.width >> mipLevel, 1u);
697 result.height = std::max(baseExtents.height >> mipLevel, 1u);
698 result.depth = std::max(baseExtents.depth >> mipLevel, 1u);
vktSparseResourcesTestsUtil.hpp 105 const deUint32 mipLevel = 0); //!< Size used for addresing image in a shader
204 const deUint32 mipLevel);
207 const deUint32 mipLevel);
vktSparseResourcesMipmapSparseResidency.cpp 323 imageMemoryBind.subresource.mipLevel = mipLevelNdx;
vktSparseResourcesImageSparseResidency.cpp 432 imageMemoryBind.subresource.mipLevel = mipLevelNdx;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 64 inline VkImageSubresource makeImageSubresource (VkImageAspectFlags aspectMask, deUint32 mipLevel, deUint32 arrayLayer)
68 res.mipLevel = mipLevel;
323 inline VkImageSubresourceLayers makeImageSubresourceLayers (VkImageAspectFlags aspectMask, deUint32 mipLevel, deUint32 baseArrayLayer, deUint32 layerCount)
327 res.mipLevel = mipLevel;
vkStructTypes.inl 396 deUint32 mipLevel;
1042 deUint32 mipLevel;
    [all...]
vkStrUtilImpl.inl     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.h     [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 783 subres.mipLevel = mip_level;
802 subres.mipLevel = mip_level;
858 return subresource_range(subres.aspectMask, subres.mipLevel, 1,
    [all...]
layer_validation_tests.cpp     [all...]
vkrenderframework.cpp 768 copy_region.srcSubresource.mipLevel = 0;
775 copy_region.dstSubresource.mipLevel = 0;
    [all...]
vktestbinding.cpp 601 subresource(image_aspect(subrescopy.aspectMask), subrescopy.mipLevel,
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 517 deUint32 mipLevel;
530 copyState.imageSubresource.mipLevel = transferInfo->mipLevel;
    [all...]
  /external/skia/third_party/vulkan/
vulkan.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vulkan.h     [all...]

Completed in 165 milliseconds

1 2