Home
last modified time | relevance | path

Searched defs:formatInfo (Results 1 – 25 of 64) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineClearUtil.cpp42 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(format); in defaultClearColor() local
49 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(format); in defaultClearColorInt() local
60 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(format); in defaultClearColorUint() local
DvktPipelineBlendTests.cpp812 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(mapVkFormat(m_colorFormat)); local
1412 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(mapVkFormat(m_colorFormat)); local
1981 const auto formatInfo = tcu::getTextureFormatInfo(tcuColorFormat); in iterate() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp134 const auto &formatInfo = d3d11::Format::Get(mInternalFormat, deviceCaps); in isDirty() local
244 const d3d11::Format &formatInfo = in redefine() local
279 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(mInternalFormat); in loadData() local
319 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(mInternalFormat); in loadCompressedData() local
541 const auto &formatInfo = in createStagingTexture() local
DExternalImageSiblingImpl11.cpp144 const d3d11::Format &formatInfo = mTexture.getFormatSet(); in createRenderTarget() local
DClear11.cpp478 const gl::InternalFormat &formatInfo = *attachment.getFormat().info; in clearFramebuffer() local
/external/angle/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp60 const rx::d3d11::Format &formatInfo = in TEST_P() local
174 const rx::d3d11::Format &formatInfo = in TEST_P() local
/external/angle/src/libANGLE/
Dformat_map_desktop.cpp87 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); in ValidDesktopFormatCombination() local
Dformatutils.cpp646 void InsertFormatInfo(InternalFormatInfoMap *map, const InternalFormat &formatInfo) in InsertFormatInfo()
847 InternalFormat formatInfo; in AddRGBAXFormat() local
909 InternalFormat formatInfo; in AddLUMAFormat() local
946 InternalFormat formatInfo; in AddDepthStencilFormat() local
982 InternalFormat formatInfo; in AddCompressedFormat() local
1017 InternalFormat formatInfo; in AddPalettedFormat() local
1058 InternalFormat formatInfo; in AddYUVFormat() local
/external/skia/src/gpu/graphite/dawn/
DDawnCaps.cpp61 const FormatInfo& formatInfo = this->getFormatInfo(format); in isTexturable() local
71 const FormatInfo& formatInfo = this->getFormatInfo(format); in maxRenderTargetSampleCount() local
378 const auto& formatInfo = fFormatTable[i]; in setColorType() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp241 struct formatInfo struct in glcts::TextureCubeMapArraySamplingTest
245 glw::GLenum m_internal_format;
246 glw::GLenum m_format;
247 glw::GLenum m_type;
248 bool m_is_compressed;
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2623 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo, in getPlaneSizeInBytes()
2635 deUint32 getPlaneSizeInBytes (const PlanarFormatDescription& formatInfo, in getPlaneSizeInBytes()
2645 VkExtent3D getPlaneExtent(const PlanarFormatDescription& formatInfo, in getPlaneExtent()
2658 tcu::UVec2 getPlaneExtent(const PlanarFormatDescription& formatInfo, in getPlaneExtent()
2679 tcu::UVec3 getImageSizeAlignment(const PlanarFormatDescription& formatInfo) in getImageSizeAlignment()
2695 tcu::UVec2 getBlockExtent(const PlanarFormatDescription& formatInfo) in getBlockExtent()
2705 VkFormat getPlaneCompatibleFormat(const PlanarFormatDescription& formatInfo, deUint32 planeNdx) in getPlaneCompatibleFormat()
3459 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess()
3495 tcu::ConstPixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess()
3504 tcu::PixelBufferAccess getChannelAccess (const PlanarFormatDescription& formatInfo, in getChannelAccess()
[all …]
/external/angle/src/tests/gl_tests/gles1/
DFramebufferObjectTest.cpp98 for (const FormatInfo &formatInfo : kFormatArrays) in TEST_P() local
/external/skia/src/gpu/graphite/vk/
DVulkanCaps.cpp136 const FormatInfo& formatInfo = this->getFormatInfo(format); in getDefaultSampledTextureInfo() local
166 const FormatInfo& formatInfo = this->getFormatInfo(singleSpecFormat); in getDefaultMSAATextureInfo() local
201 const DepthStencilFormatInfo& formatInfo = this->getDepthStencilFormatInfo(format); in getDefaultDepthStencilTextureInfo() local
837 const auto& formatInfo = fFormatTable[i]; in setColorType() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp370 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(textureFormat); in iterate() local
501 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(textureFormat); in iterate() local
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp3340 const auto& formatInfo = fFormatTable[i]; in initFormatTable() local
4681 const auto& formatInfo = this->getFormatInfo(srcBackendFormat.asGLFormat()); in onSupportedReadPixelsColorType() local
4719 const auto& formatInfo = this->getFormatInfo(surfaceFormat.asGLFormat()); in supportedWritePixelsColorType() local
4856 const auto& formatInfo = const_cast<GrGLCaps*>(this)->getFormatInfo(format); in shouldQueryImplementationReadSupport() local
4880 auto& formatInfo = const_cast<GrGLCaps*>(this)->getFormatInfo(format); in didQueryImplementationReadSupport() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaDecoder.java190 @Nullable SsaStyle.Format formatInfo = null; in parseStyles() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaDecoder.java190 @Nullable SsaStyle.Format formatInfo = null; in parseStyles() local
/external/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp63 const auto &formatInfo = kIOSurfaceFormats[i]; in FindIOSurfaceFormatIndex() local
/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp388 FormatInfo formatInfo; in format() local
/external/cronet/third_party/icu/source/i18n/
Dwinnmfmt.cpp388 FormatInfo formatInfo; in format() local
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp397 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in CheckSizedInternalFormatTextureRenderability() local
452 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in CheckInternalFormatRenderbufferRenderability() local
517 const nativegl::InternalFormat &formatInfo = in GenerateTextureFormatCaps() local
Dformatutilsgl.cpp143 InternalFormatInfo formatInfo; in InsertFormatMapping() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp426 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
DImage9.cpp490 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(mInternalFormat); in loadData() local
524 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(mInternalFormat); in loadCompressedData() local
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp359 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() local
373 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); in setSubImage() local
391 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in setCompressedImage() local
409 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); in setCompressedSubImage() local
423 const gl::InternalFormat &formatInfo, in setImageImpl()
602 const gl::InternalFormat &formatInfo, in setSubImageImpl()

123