Searched refs:storageFormat (Results 1 – 3 of 3) 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()
1607 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local1625 size.height != storageHeight || internalformat != storageFormat || in redefineImage()2330 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local2342 internalformat != storageFormat) // Discard mismatched storage in redefineImage()3002 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local3013 internalformat != storageFormat) // Discard mismatched storage in redefineImage()3751 const GLenum storageFormat = getBaseLevelInternalFormat(); in redefineImage() local3796 internalformat != storageFormat) // Discard mismatched storage in redefineImage()
5416 const angle::Format &storageFormat = vkFormat.actualImageFormat(); in stageSubresourceUpdateImpl() local5428 if (storageFormat.isBlock) in stageSubresourceUpdateImpl()5455 ASSERT(storageFormat.pixelBytes != 0); in stageSubresourceUpdateImpl()5457 if (storageFormat.id == angle::FormatID::D24_UNORM_S8_UINT) in stageSubresourceUpdateImpl()5461 if (storageFormat.id == angle::FormatID::D32_FLOAT_S8X24_UINT) in stageSubresourceUpdateImpl()5489 outputRowPitch = storageFormat.pixelBytes * glExtents.width; in stageSubresourceUpdateImpl()5501 if (storageFormat.depthBits > 0 && storageFormat.stencilBits > 0 && in stageSubresourceUpdateImpl()5885 const angle::Format &storageFormat = vkFormat.actualImageFormat(); in stageSubresourceUpdateFromFramebuffer() local5888 size_t outputRowPitch = storageFormat.pixelBytes * clippedRectangle.width; in stageSubresourceUpdateFromFramebuffer()5918 storageFormat.pixelBytes * clippedRectangle.width * clippedRectangle.height; in stageSubresourceUpdateFromFramebuffer()