Home
last modified time | relevance | path

Searched refs:mipLevels (Results 1 - 25 of 168) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp25 bool GetTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples) in GetTextureProperties() argument
34 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
47 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
60 *mipLevels = texDesc.MipLevels; in GetTextureProperties()
124 unsigned int mipLevels, samples; in GetRTVSubresourceIndex() local
125 GetTextureProperties(resource, &mipLevels, &samples); in GetRTVSubresourceIndex()
127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
179 unsigned int mipLevels, samples; in GetDSVSubresourceIndex() local
180 GetTextureProperties(resource, &mipLevels, &samples); in GetDSVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
[all...]
H A DTextureStorage11.h183 int mipLevels,
236 SamplerKey(int baseLevel, int mipLevels, bool swizzle, bool dropStencil);
241 int mipLevels; member
333 angle::Result ensureTextureExists(const gl::Context *context, int mipLevels);
340 int mipLevels,
425 int mipLevels,
526 int mipLevels,
595 angle::Result ensureTextureExists(const gl::Context *context, int mipLevels);
602 int mipLevels,
683 int mipLevels,
[all...]
H A DTextureStorage11.cpp36 : baseLevel(0), mipLevels(0), swizzle(false), dropStencil(false) in SamplerKey()
40 int mipLevels, in SamplerKey()
43 : baseLevel(baseLevel), mipLevels(mipLevels), swizzle(swizzle), dropStencil(dropStencil) in SamplerKey()
48 return std::tie(baseLevel, mipLevels, swizzle, dropStencil) < in operator <()
49 std::tie(rhs.baseLevel, rhs.mipLevels, rhs.swizzle, rhs.dropStencil); in operator <()
229 unsigned int mipLevels = in getSRVForSampler() local
232 // Make sure there's 'mipLevels' mipmap levels below the base level (offset by the top level, in getSRVForSampler()
234 mipLevels = std::min(mipLevels, mMipLevel in getSRVForSampler()
39 SamplerKey(int baseLevel, int mipLevels, bool swizzle, bool dropStencil) SamplerKey() argument
370 unsigned int mipLevels = maxLevel - baseLevel + 1; getSRVLevels() local
1256 ensureTextureExists(const gl::Context *context, int mipLevels) ensureTextureExists() argument
1450 createSRVForSampler(const gl::Context *context, int baseLevel, int mipLevels, DXGI_FORMAT format, const TextureHelper11 &texture, d3d11::SharedSRV *outSRV) createSRVForSampler() argument
1745 createSRVForSampler(const gl::Context *context, int baseLevel, int mipLevels, DXGI_FORMAT format, const TextureHelper11 &texture, d3d11::SharedSRV *outSRV) createSRVForSampler() argument
2047 createSRVForSampler(const gl::Context *context, int baseLevel, int mipLevels, DXGI_FORMAT format, const TextureHelper11 &texture, d3d11::SharedSRV *outSRV) createSRVForSampler() argument
2394 ensureTextureExists(const gl::Context *context, int mipLevels) ensureTextureExists() argument
2612 createSRVForSampler(const gl::Context *context, int baseLevel, int mipLevels, DXGI_FORMAT format, const TextureHelper11 &texture, d3d11::SharedSRV *outSRV) createSRVForSampler() argument
2972 createSRVForSampler(const gl::Context *context, int baseLevel, int mipLevels, DXGI_FORMAT format, const TextureHelper11 &texture, d3d11::SharedSRV *outSRV) createSRVForSampler() argument
3365 createSRVForSampler(const gl::Context *context, int baseLevel, int mipLevels, DXGI_FORMAT format, const TextureHelper11 &texture, d3d11::SharedSRV *outSRV) createSRVForSampler() argument
3713 ensureTextureExists(const gl::Context *context, int mipLevels) ensureTextureExists() argument
3827 createSRVForSampler(const gl::Context *context, int baseLevel, int mipLevels, DXGI_FORMAT format, const TextureHelper11 &texture, d3d11::SharedSRV *outSRV) createSRVForSampler() argument
3930 ensureTextureExists(const gl::Context *context, int mipLevels) ensureTextureExists() argument
4090 createSRVForSampler( const gl::Context *context, int baseLevel, int mipLevels, DXGI_FORMAT format, const TextureHelper11 &texture, d3d11::SharedSRV *outSRV) createSRVForSampler() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp270 imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageSparseInfo.extent); in iterate()
355 if (!(aspectRequirements.formatProperties.flags & VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
373 if ((aspectRequirements.formatProperties.flags & VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
451 std::vector<std::vector<deUint32>> planeOffsets( imageSparseInfo.mipLevels ); in iterate()
452 std::vector<std::vector<deUint32>> planeRowPitches( imageSparseInfo.mipLevels ); in iterate()
454 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
462 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
472 std::vector <VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
480 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
482 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels in iterate()
836 const deUint32 mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, layerExtent); initPrograms() local
[all...]
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp412 pipelines.resize(imageSparseInfo.mipLevels); in recordCommands()
413 descriptorSets.resize(imageSparseInfo.mipLevels); in recordCommands()
414 imageSparseViews.resize(imageSparseInfo.mipLevels); in recordCommands()
415 imageTexelsViews.resize(imageSparseInfo.mipLevels); in recordCommands()
416 imageResidencyViews.resize(imageSparseInfo.mipLevels); in recordCommands()
433 descriptorPoolBuilder.addType(imageSparseDescType(), imageSparseInfo.mipLevels); in recordCommands()
434 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels); in recordCommands()
435 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels); in recordCommands()
437 descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels); in recordCommands()
439 const VkImageSubresourceRange fullImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, in recordCommands()
[all...]
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp705 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, imageSparseInfo.mipLevels); in recordCommands()
707 descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels); in recordCommands()
780 const VkImageSubresourceRange fullImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers); in recordCommands()
817 imageSparseViews.resize(imageSparseInfo.mipLevels); in recordCommands()
818 imageTexelsViews.resize(imageSparseInfo.mipLevels); in recordCommands()
819 imageResidencyViews.resize(imageSparseInfo.mipLevels); in recordCommands()
820 m_framebuffers.resize(imageSparseInfo.mipLevels); in recordCommands()
821 descriptorSets.resize(imageSparseInfo.mipLevels); in recordCommands()
827 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < imageSparseInfo.mipLevels; ++mipLevelNdx) in recordCommands()
911 const VkImageSubresourceRange fullImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, in recordCommands()
[all...]
H A DvktSparseResourcesShaderIntrinsicsBase.cpp486 imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageSparseInfo.extent); in iterate()
497 imageTexelsInfo.mipLevels = imageSparseInfo.mipLevels; in iterate()
540 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
622 if (aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
739 std::vector <VkBufferImageCopy> bufferImageSparseCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
747 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
749 bufferImageSparseCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
780 for (deUint32 mipmapNdx = 0u; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
835 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, in iterate()
[all...]
H A DvktSparseResourcesImageSparseBinding.cpp210 imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageSparseInfo.extent); in iterate()
292 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
295 std::vector<VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
302 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
304 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
362 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
385 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers) in iterate()
432 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
435 const deUint32 bufferOffset = static_cast<deUint32>(bufferImageCopy[ planeNdx * imageSparseInfo.mipLevels + mipmapNdx].bufferOffset); in iterate()
H A DvktSparseResourcesMipmapSparseResidency.cpp213 imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageSparseInfo.extent); in iterate()
293 if (!(aspectRequirements.formatProperties.flags & VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
322 if ((aspectRequirements.formatProperties.flags & VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
404 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
407 std::vector <VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes*imageSparseInfo.mipLevels); in iterate()
415 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
417 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
481 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
505 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers) in iterate()
550 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageMemoryAliasing.cpp272 imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageSparseInfo.extent); in iterate()
357 if (!(aspectRequirements.formatProperties.flags & VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
375 if ((aspectRequirements.formatProperties.flags & VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
453 std::vector<std::vector<deUint32>> planeOffsets( imageSparseInfo.mipLevels ); in iterate()
454 std::vector<std::vector<deUint32>> planeRowPitches( imageSparseInfo.mipLevels ); in iterate()
456 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
464 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
474 std::vector <VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
482 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
484 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels in iterate()
838 const deUint32 mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, layerExtent); initPrograms() local
[all...]
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp412 pipelines.resize(imageSparseInfo.mipLevels); in recordCommands()
413 descriptorSets.resize(imageSparseInfo.mipLevels); in recordCommands()
414 imageSparseViews.resize(imageSparseInfo.mipLevels); in recordCommands()
415 imageTexelsViews.resize(imageSparseInfo.mipLevels); in recordCommands()
416 imageResidencyViews.resize(imageSparseInfo.mipLevels); in recordCommands()
433 descriptorPoolBuilder.addType(imageSparseDescType(), imageSparseInfo.mipLevels); in recordCommands()
434 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels); in recordCommands()
435 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels); in recordCommands()
437 descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels); in recordCommands()
439 const VkImageSubresourceRange fullImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, in recordCommands()
[all...]
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp705 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, imageSparseInfo.mipLevels); in recordCommands()
707 descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageSparseInfo.mipLevels); in recordCommands()
780 const VkImageSubresourceRange fullImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers); in recordCommands()
817 imageSparseViews.resize(imageSparseInfo.mipLevels); in recordCommands()
818 imageTexelsViews.resize(imageSparseInfo.mipLevels); in recordCommands()
819 imageResidencyViews.resize(imageSparseInfo.mipLevels); in recordCommands()
820 m_framebuffers.resize(imageSparseInfo.mipLevels); in recordCommands()
821 descriptorSets.resize(imageSparseInfo.mipLevels); in recordCommands()
827 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < imageSparseInfo.mipLevels; ++mipLevelNdx) in recordCommands()
911 const VkImageSubresourceRange fullImageSubresourceRange = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, imageSparseInfo.mipLevels, in recordCommands()
[all...]
H A DvktSparseResourcesShaderIntrinsicsBase.cpp486 imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageSparseInfo.extent); in iterate()
497 imageTexelsInfo.mipLevels = imageSparseInfo.mipLevels; in iterate()
540 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
622 if (aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
739 std::vector <VkBufferImageCopy> bufferImageSparseCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
747 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
749 bufferImageSparseCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
780 for (deUint32 mipmapNdx = 0u; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
835 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, in iterate()
[all...]
H A DvktSparseResourcesImageSparseBinding.cpp207 imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageSparseInfo.extent); in iterate()
289 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
292 std::vector<VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes * imageSparseInfo.mipLevels); in iterate()
299 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
301 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
359 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
382 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers) in iterate()
429 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
432 const deUint32 bufferOffset = static_cast<deUint32>(bufferImageCopy[ planeNdx * imageSparseInfo.mipLevels + mipmapNdx].bufferOffset); in iterate()
H A DvktSparseResourcesMipmapSparseResidency.cpp215 imageSparseInfo.mipLevels = getMipmapCount(m_format, formatDescription, imageFormatProperties, imageSparseInfo.extent); in iterate()
295 if (!(aspectRequirements.formatProperties.flags & VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
324 if ((aspectRequirements.formatProperties.flags & VK_SPARSE_IMAGE_FORMAT_SINGLE_MIPTAIL_BIT) && aspectRequirements.imageMipTailFirstLod < imageSparseInfo.mipLevels) in iterate()
406 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
409 std::vector <VkBufferImageCopy> bufferImageCopy(formatDescription.numPlanes*imageSparseInfo.mipLevels); in iterate()
417 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; ++mipmapNdx) in iterate()
419 bufferImageCopy[planeNdx*imageSparseInfo.mipLevels + mipmapNdx] = in iterate()
483 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers), in iterate()
507 makeImageSubresourceRange(aspect, 0u, imageSparseInfo.mipLevels, 0u, imageSparseInfo.arrayLayers) in iterate()
552 for (deUint32 mipmapNdx = 0; mipmapNdx < imageSparseInfo.mipLevels; in iterate()
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_util.h101 UINT16 mipLevels, member
113 MipLevels = mipLevels;
139 UINT16 mipLevels = 0,
145 mipLevels, format, 1, 0, layout, flags );
152 UINT16 mipLevels = 0,
160 mipLevels, format, sampleCount, sampleQuality, layout, flags );
167 UINT16 mipLevels = 0,
173 mipLevels, format, 1, 0, layout, flags );
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp983 deUint32 mipLevels,
1080 copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, destImage, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, VK_ACCESS_SHADER_READ_BIT, &(m_externalCommandPool.get()->get()));
1082 copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, destImage);
1086 deUint32 mipLevels,
1134 mipLevels, // deUint32 mipLevels;
1154 mipLevels, // deUint32 mipLevels;
1164 mipLevels, // deUint32 levelCount;
1264 const deUint32 mipLevels,
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp985 deUint32 mipLevels,
1082 copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, destImage, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, &(m_externalCommandPool.get()->get()));
1084 copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, destImage);
1088 deUint32 mipLevels,
1136 mipLevels, // deUint32 mipLevels;
1156 mipLevels, // deUint32 mipLevels;
1166 mipLevels, // deUint32 levelCount;
1266 const deUint32 mipLevels,
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkTexture.cpp35 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
62 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
80 SkASSERT((GrMipmapStatus::kNotAllocated == mipmapStatus) == (1 == fTexture->mipLevels())); in GrVkTexture()
89 VkFormat format, uint32_t mipLevels, in MakeNewTexture()
93 gpu, dimensions, format, mipLevels, GrRenderable::kNo, /*numSamples=*/1, budgeted, in MakeNewTexture()
87 MakeNewTexture(GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, VkFormat format, uint32_t mipLevels, GrProtected isProtected, GrMipmapStatus mipmapStatus) MakeNewTexture() argument
H A DGrVkImage.h48 uint32_t mipLevels,
92 uint32_t mipLevels() const { return fInfo.fLevelCount; } in mipLevels() function in GrVkImage
226 uint32_t mipLevels,
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp25 SkBudgeted budgeted, int mipLevels, in Make()
41 textureDesc.mipLevelCount = std::max(mipLevels, 1); in Make()
53 info.fLevelCount = mipLevels; in Make()
22 Make(GrDawnGpu* gpu, SkISize dimensions, wgpu::TextureFormat format, GrRenderable renderable, int sampleCnt, SkBudgeted budgeted, int mipLevels, GrMipmapStatus status) Make() argument
/third_party/skia/src/gpu/mtl/
H A DGrMtlTexture.h23 uint32_t mipLevels,
43 bool reallocForMipmap(GrMtlGpu* gpu, uint32_t mipLevels);
H A DGrMtlAttachment.h33 uint32_t mipLevels,
68 uint32_t mipLevels,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp182 deUint32 mipLevels; member
239 BufferLevels levels (m_params.imageType, m_params.imageFormat, m_params.dimensions, m_params.mipLevels); in checkSupport()
387 const BufferLevels bufferLevels (m_params.imageType, m_params.imageFormat, m_params.dimensions, m_params.mipLevels, imageAspect); in iterateAspect()
434 numLevels, // deUint32 mipLevels; in iterateAspect()
672 } mipLevels[] = in createImageSubresourceLayoutTests() local
827 for (int mipIdx = 0; mipIdx < DE_LENGTH_OF_ARRAY(mipLevels); ++mipIdx) in createImageSubresourceLayoutTests()
829 const auto &mipLevel = mipLevels[mipIdx]; in createImageSubresourceLayoutTests()
843 params.mipLevels = mipLevel.maxLevels; in createImageSubresourceLayoutTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp179 deUint32 mipLevels; member
244 BufferLevels levels (m_params.imageType, m_params.imageFormat, m_params.dimensions, m_params.mipLevels); in checkSupport()
392 const BufferLevels bufferLevels (m_params.imageType, m_params.imageFormat, m_params.dimensions, m_params.mipLevels, imageAspect); in iterateAspect()
439 numLevels, // deUint32 mipLevels; in iterateAspect()
692 m_params.mipLevels, // deUint32 mipLevels; in iterate()
803 } mipLevels[] = in createImageSubresourceLayoutTests() local
969 for (int mipIdx = 0; mipIdx < DE_LENGTH_OF_ARRAY(mipLevels); ++mipIdx) in createImageSubresourceLayoutTests()
971 const auto &mipLevel = mipLevels[mipIdx]; in createImageSubresourceLayoutTests()
983 params.mipLevels in createImageSubresourceLayoutTests()
[all...]

Completed in 28 milliseconds

1234567