Searched refs:storageFormat (Results 1 – 4 of 4) sorted by relevance
1270 void getReferenceValues (TextureFormat storageFormat, TextureFormat viewFormat, vector<Vector<T, 4>… in getReferenceValues() argument1272 const int numPixels = getInputAccess(storageFormat).getWidth(); in getReferenceValues()1273 const deUint32* const rawValues = getRawReference<T>(storageFormat); in getReferenceValues()
5716 const angle::Format &storageFormat = vkFormat.getActualImageFormat(access); in stageSubresourceUpdateImpl() local5728 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 …]
1613 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local1631 size.height != storageHeight || internalformat != storageFormat || in redefineImage()2335 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local2347 internalformat != storageFormat) // Discard mismatched storage in redefineImage()3007 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local3018 internalformat != storageFormat) // Discard mismatched storage in redefineImage()3756 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local3801 internalformat != storageFormat) // Discard mismatched storage in redefineImage()
1039 const auto storageFormat = getAspectStorageFormat(desc.aspect); in iterate() local1040 const auto tcuStorageFormat = mapVkFormat(storageFormat); in iterate()