Home
last modified time | relevance | path

Searched refs:getIntendedFormatID (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp88 intendedFormatID == image.getIntendedFormatID() && in IsTextureLevelDefinitionCompatibleWithImage()
126 if (srcImage.getIntendedFormatID() == destIntendedFormatID && in CanCopyWithTransferForCopyTexture()
465 (vkFormat.getIntendedFormatID() == in isFastUnpackPossible()
902 angle::FormatID dstIntendedFormatID = dstFormat.getIntendedFormatID(); in copySubImageImpl()
990 dstVkFormat.getIntendedFormatID(), dstFormatID, in copySubTextureImpl()
1184 gl::Extents(sourceBox.width, sourceBox.height, 1), dstFormat.getIntendedFormatID(), in copySubImageImplWithTransfer()
1343 gl::Extents(sourceBox.width, sourceBox.height, 1), dstFormat.getIntendedFormatID(), in copySubImageImplWithDraw()
1442 ANGLE_TRY(initImage(contextVk, format.getIntendedFormatID(), in setStorageMultisample()
1784 *mImage, levelIndexGL, size, format.getIntendedFormatID(), in redefineLevel()
2184 srcImage->getType(), srcImage->getExtents(), srcImage->getIntendedFormatID(), in copyAndStageImageData()
[all …]
DVkImageImageSiblingVk.cpp68 intendedFormatID = vkFormat.getIntendedFormatID(); in initImpl()
Dvk_format_utils.h82 angle::FormatID getIntendedFormatID() const { return mIntendedFormatID; } in getIntendedFormatID() function
DMemoryObjectVk.cpp207 contextVk, type, vkExtents, vkFormat.getIntendedFormatID(), actualFormatID, 1, in createImage()
DRenderTargetVk.cpp247 return mImage->getIntendedFormatID(); in getImageIntendedFormatID()
DRenderbufferVk.cpp130 format.getIntendedFormatID(), textureFormatID, imageSamples, in setStorageImpl()
DVertexArrayVk.cpp762 << " from " << ToUnderlying(vertexFormat.getIntendedFormatID()) in syncDirtyAttrib()
DSurfaceVk.cpp173 displayVk, gl::TextureType::_2D, extents, vkFormat.getIntendedFormatID(), in InitImageHelper()
1496 angle::FormatID intendedFormatID = format.getIntendedFormatID(); in createSwapChain()
Dvk_helpers.cpp5463 return initExternal(context, textureType, extents, format.getIntendedFormatID(), in init()
5482 ANGLE_TRY(initExternal(context, textureType, extents, format.getIntendedFormatID(), in initMSAASwapchain()
6365 resolveImage.getIntendedFormatID(), resolveImage.getActualFormatID(), in initImplicitMultisampledRenderToTexture()
8459 const angle::FormatID &intendedFormat = getIntendedFormatID(); in flushStagedUpdates()
Dvk_helpers.h2048 angle::FormatID getIntendedFormatID() const in getIntendedFormatID() function
/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp365 ANGLE_TRY(mImage->initExternal(displayVk, textureType, vkExtents, format.getIntendedFormatID(), in initImpl()