Home
last modified time | relevance | path

Searched refs:storageFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1270 void getReferenceValues (TextureFormat storageFormat, TextureFormat viewFormat, vector<Vector<T, 4>… in getReferenceValues() argument
1272 const int numPixels = getInputAccess(storageFormat).getWidth(); in getReferenceValues()
1273 const deUint32* const rawValues = getRawReference<T>(storageFormat); in getReferenceValues()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5716 const angle::Format &storageFormat = vkFormat.getActualImageFormat(access); in stageSubresourceUpdateImpl() local
5728 if (storageFormat.isBlock) in stageSubresourceUpdateImpl()
5755 ASSERT(storageFormat.pixelBytes != 0); in stageSubresourceUpdateImpl()
5757 if (storageFormat.id == angle::FormatID::D24_UNORM_S8_UINT) in stageSubresourceUpdateImpl()
5761 if (storageFormat.id == angle::FormatID::D32_FLOAT_S8X24_UINT) in stageSubresourceUpdateImpl()
5789 outputRowPitch = storageFormat.pixelBytes * glExtents.width; in stageSubresourceUpdateImpl()
5801 if (storageFormat.depthBits > 0 && storageFormat.stencilBits > 0 && in stageSubresourceUpdateImpl()
5829 if (storageFormat.isYUV) in stageSubresourceUpdateImpl()
5853 SubresourceUpdate(currentBuffer, copy, storageFormat.id)); in stageSubresourceUpdateImpl()
5860 VkImageAspectFlags aspectFlags = GetFormatAspectFlags(storageFormat); in stageSubresourceUpdateImpl()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp1613 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local
1631 size.height != storageHeight || internalformat != storageFormat || in redefineImage()
2335 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local
2347 internalformat != storageFormat) // Discard mismatched storage in redefineImage()
3007 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local
3018 internalformat != storageFormat) // Discard mismatched storage in redefineImage()
3756 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local
3801 internalformat != storageFormat) // Discard mismatched storage in redefineImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp1039 const auto storageFormat = getAspectStorageFormat(desc.aspect); in iterate() local
1040 const auto tcuStorageFormat = mapVkFormat(storageFormat); in iterate()