Home
last modified time | relevance | path

Searched refs:storageFormat (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A 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 in stageSubresourceUpdateImpl()
6251 const angle::Format &storageFormat = vkFormat.getActualImageFormat(access); stageSubresourceUpdateFromFramebuffer() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1613 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local
1631 size.height != storageHeight || internalformat != storageFormat || in redefineImage()
2335 const GLenum storageFormat = getBaseLevelInternalFormat();
2347 internalformat != storageFormat) // Discard mismatched storage
3007 const GLenum storageFormat = getBaseLevelInternalFormat();
3018 internalformat != storageFormat) // Discard mismatched storage
3756 const GLenum storageFormat = getBaseLevelInternalFormat();
3801 internalformat != storageFormat) // Discard mismatched storage
/third_party/vk-gl-cts/modules/internal/
H A DditTextureFormatTests.cpp1270 void getReferenceValues (TextureFormat storageFormat, TextureFormat viewFormat, vector<Vector<T, 4> >& dst) in getReferenceValues() argument
1272 const int numPixels = getInputAccess(storageFormat).getWidth(); in getReferenceValues()
1273 const deUint32* const rawValues = getRawReference<T>(storageFormat); in getReferenceValues()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp1039 const auto storageFormat = getAspectStorageFormat(desc.aspect); in iterate() local
1040 const auto tcuStorageFormat = mapVkFormat(storageFormat); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp1039 const auto storageFormat = getAspectStorageFormat(desc.aspect); in iterate() local
1040 const auto tcuStorageFormat = mapVkFormat(storageFormat); in iterate()

Completed in 24 milliseconds