Home
last modified time | relevance | path

Searched defs:formatInfo (Results 51 - 75 of 76) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp756 const VkPhysicalDeviceImageFormatInfo2 formatInfo = { in verifyFormatProperties() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.cpp606 void InsertFormatInfo(InternalFormatInfoMap *map, const InternalFormat &formatInfo) in InsertFormatInfo() argument
807 InternalFormat formatInfo; in AddRGBAXFormat() local
869 InternalFormat formatInfo; AddLUMAFormat() local
906 InternalFormat formatInfo; AddDepthStencilFormat() local
942 InternalFormat formatInfo; AddCompressedFormat() local
985 InternalFormat formatInfo; AddYUVFormat() local
[all...]
H A DvalidationES3.cpp374 const InternalFormat &formatInfo = GetInternalFormatInfo(internalFormat, type); in ValidateTexImageFormatCombination() local
944 const EffectiveInternalFormatInfo &formatInfo = list[curFormat]; in QueryEffectiveFormatList() local
1474 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(internalformat); ValidateES3TexStorageParametersBase() local
1939 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(internalformat); ValidateCompressedTexImage3D() local
2773 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(format); ValidateCompressedTexSubImage3D() local
3520 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(internalformat); ValidateRenderbufferStorageMultisample() local
[all...]
H A DvalidationES2.cpp396 const auto &formatInfo = *textureFormat.info; in ValidateES2CopyTexImageParameters() local
1594 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(internalformat); in ValidateES2TexStorageParametersBase() local
2783 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(internalformat); ValidateCompressedTexImage2D() local
2899 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(format); ValidateCompressedTexSubImage2D() local
[all...]
H A DvalidationES.cpp1054 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(internalFormat); in ValidCompressedImageSize() local
1123 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(internalFormat); in ValidCompressedSubImageSize() local
1186 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); ValidImageDataSize() local
1443 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(convertedInternalFormat); ValidateRenderbufferStorageParametersBase() local
3171 ValidateCompressedRegion(const Context *context, angle::EntryPoint entryPoint, const InternalFormat &formatInfo, GLsizei width, GLsizei height) ValidateCompressedRegion() argument
3767 const InternalFormat &formatInfo = ValidateCopyTexImageParametersBase() local
6980 const InternalFormat &formatInfo = GetInternalFormatInfo(format, type); ValidatePixelPack() local
8009 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(internalFormat); ValidateTexStorageMultisample() local
[all...]
H A DContext.cpp3942 const InternalFormat &formatInfo = GetSizedInternalFormatInfo(sizedInternalFormat); in updateCaps() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp107 const d3d11::Format &formatInfo = d3d11::Format::Get(internalFormat, renderer11DeviceCaps); in GetTextureBindFlags() local
137 const d3d11::Format &formatInfo = d3d11::Format::Get(internalFormat, renderer11DeviceCaps); in GetTextureMiscFlags() local
H A Drenderer11_utils.cpp92 const d3d11::Format &formatInfo = d3d11::Format::Get(internalFormat, renderer11DeviceCaps); in GenerateTextureFormatCaps() local
H A DRenderer11.cpp2835 const d3d11::Format &formatInfo = d3d11::Format::Get(format, mRenderer11DeviceCaps); in createRenderTarget() local
3529 const auto &formatInfo = textureHelper.getFormatSet(); packPixels() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp809 const auto &formatInfo = gl::GetSizedInternalFormatInfo(image->getInternalFormat()); in initializeContents() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp711 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(textureFormat); in iterate() local
824 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(textureFormat); in iterate() local
993 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(textureFormat); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp241 struct formatInfo struct in glcts::TextureCubeMapArraySamplingTest
H A DesextcTextureCubeMapArraySampling.cpp4233 TextureCubeMapArraySamplingTest::formatInfo::formatInfo(glw::GLenum internal_format, glw::GLenum format, function in glcts::TextureCubeMapArraySamplingTest::formatInfo
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp3237 const auto& formatInfo = fFormatTable[i]; local
4479 const auto& formatInfo = this->getFormatInfo(srcBackendFormat.asGLFormat()); in onSupportedReadPixelsColorType() local
4517 const auto& formatInfo = this->getFormatInfo(surfaceFormat.asGLFormat()); supportedWritePixelsColorType() local
4649 const auto& formatInfo = const_cast<GrGLCaps*>(this)->getFormatInfo(format); shouldQueryImplementationReadSupport() local
4673 auto& formatInfo = const_cast<GrGLCaps*>(this)->getFormatInfo(format); didQueryImplementationReadSupport() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp812 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(mapVkFormat(m_colorFormat)); variable
1412 const tcu::TextureFormatInfo formatInfo = tcu::getTextureFormatInfo(mapVkFormat(m_colorFormat)); variable
1981 const auto formatInfo = tcu::getTextureFormatInfo(tcuColorFormat); in iterate() local
[all...]
H A DvktPipelineSamplerTests.cpp1460 const auto formatInfo = tcu::getTextureFormatInfo(tcuFormat); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp316 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in CheckSizedInternalFormatTextureRenderability() local
371 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in CheckInternalFormatRenderbufferRenderability() local
436 const nativegl::InternalFormat &formatInfo = in GenerateTextureFormatCaps() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1234 const vk::VkPhysicalDeviceImageFormatInfo2 formatInfo = in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1246 const vk::VkPhysicalDeviceImageFormatInfo2 formatInfo = in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1479 const auto formatInfo = tcu::getTextureFormatInfo(tcuFormat); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp1952 const gl::InternalFormat &formatInfo = in clear() local
2563 const gl::InternalFormat &formatInfo in createRenderTarget() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp323 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat, type); in setImage() local
337 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, type); in setSubImage() local
355 const gl::InternalFormat &formatInfo = gl::GetSizedInternalFormatInfo(internalFormat); in setCompressedImage() local
373 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(format, GL_UNSIGNED_BYTE); in setCompressedSubImage() local
385 setImageImpl(const gl::Context *context, const gl::ImageIndex &index, const gl::InternalFormat &formatInfo, const gl::Extents &size, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setImageImpl() argument
465 setSubImageImpl(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, const gl::InternalFormat &formatInfo, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels, const vk::Format &vkFormat) setSubImageImpl() argument
[all...]
H A Dvk_helpers.cpp5701 stageSubresourceUpdateImpl(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const gl::Offset &offset, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, DynamicBuffer *stagingBufferOverride, GLenum type, const uint8_t *pixels, const Format &vkFormat, ImageAccess access, const GLuint inputRowPitch, const GLuint inputDepthPitch, const GLuint inputSkipBytes) stageSubresourceUpdateImpl() argument
6007 CalculateBufferInfo(ContextVk *contextVk, const gl::Extents &glExtents, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, GLenum type, bool is3D, GLuint *inputRowPitch, GLuint *inputDepthPitch, GLuint *inputSkipBytes) CalculateBufferInfo() argument
6152 stageSubresourceUpdate(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Extents &glExtents, const gl::Offset &offset, const gl::InternalFormat &formatInfo, const gl::PixelUnpackState &unpack, DynamicBuffer *stagingBufferOverride, GLenum type, const uint8_t *pixels, const Format &vkFormat, ImageAccess access) stageSubresourceUpdate() argument
6218 stageSubresourceUpdateFromFramebuffer( const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, const gl::Offset &dstOffset, const gl::Extents &dstExtent, const gl::InternalFormat &formatInfo, ImageAccess access, FramebufferVk *framebufferVk, DynamicBuffer *stagingBufferOverride) stageSubresourceUpdateFromFramebuffer() argument
6424 const gl::InternalFormat &formatInfo = stageRobustResourceClearWithFormat() local
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp6134 getSparseImageFormatProperties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, Dispatch const & d ) const getSparseImageFormatProperties2() argument
6162 getSparseImageFormatProperties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, SparseImageFormatProperties2Allocator & sparseImageFormatProperties2Allocator, Dispatch const & d ) const getSparseImageFormatProperties2() argument
10581 getSparseImageFormatProperties2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, Dispatch const & d ) const getSparseImageFormatProperties2KHR() argument
10609 getSparseImageFormatProperties2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, SparseImageFormatProperties2Allocator & sparseImageFormatProperties2Allocator, Dispatch const & d ) const getSparseImageFormatProperties2KHR() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp5854 PhysicalDevice::getSparseImageFormatProperties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, Dispatch const & d ) const in getSparseImageFormatProperties2() argument
5881 PhysicalDevice::getSparseImageFormatProperties2( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, in getSparseImageFormatProperties2() argument
11058 PhysicalDevice::getSparseImageFormatProperties2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, in getSparseImageFormatProperties2KHR() argument
11086 PhysicalDevice::getSparseImageFormatProperties2KHR( const VULKAN_HPP_NAMESPACE::PhysicalDeviceSparseImageFormatInfo2 & formatInfo, in getSparseImageFormatProperties2KHR() argument
[all...]

Completed in 144 milliseconds

1234