Home
last modified time | relevance | path

Searched refs:getTextureFormat (Results 1 – 25 of 25) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp186 virtual const tcu::TextureFormat& getTextureFormat (void) const = 0;
216 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1D
238 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1DArray
260 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2D
282 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2DArray
303 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture3D
325 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCube
347 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCubeArray
DvktPipelineImageUtil.cpp575 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()
580 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
583 switch (srcTexture.getTextureFormat().type) in uploadTestTexture()
601 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
602 …cTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampl… in uploadTestTexture()
604 …x, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage); in uploadTestTexture()
607 …queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage); in uploadTestTexture()
623 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTextureSparse()
628 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTextureSparse()
631 switch (srcTexture.getTextureFormat().type) in uploadTestTextureSparse()
[all …]
DvktPipelineImageSamplingInstance.cpp1497 if (tcu::isSRGB(m_texture->getTextureFormat())) in verifyImage()
1503 if (isCombinedDepthStencilType(m_texture->getTextureFormat().type)) in verifyImage()
1510 switch (m_texture->getTextureFormat().type) in verifyImage()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DSurface.hpp59 virtual EGLenum getTextureFormat() const;
DSurface.cpp219 EGLenum Surface::getTextureFormat() const in getTextureFormat() function in egl::Surface
DlibEGL.cpp547 *value = eglSurface->getTextureFormat(); in QuerySurface()
739 if(eglSurface->getTextureFormat() == EGL_NO_TEXTURE) in BindTexImage()
778 if(eglSurface->getTextureFormat() == EGL_NO_TEXTURE) in ReleaseTexImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp196 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
316 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
DvktTextureTestUtil.cpp347 …ureData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(textureData->getTextureFormat()); in updateTextureData()
446 …eData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(m_textureData->getTextureFormat()); in updateTextureViewMipLevels()
1301 …ampler(params.sampler, m_textureBindings[texUnit]->getTestTexture().getTextureFormat(), params.min… in renderQuad()
1314 : mapTextureFormat (testTexture.getTextureFormat()); in renderQuad()
DvktTextureFilteringTests.cpp301 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
536 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
749 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
953 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
DvktTextureSwizzleTests.cpp135 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
DvktTextureShadowTests.cpp351 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
1006 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
DvktTextureMipmapTests.cpp770 const tcu::TextureFormat& texFmt = m_texture->getTextureFormat(); in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSurface.h109 TextureFormat getTextureFormat() const;
DSurface.cpp339 TextureFormat Surface::getTextureFormat() const in getTextureFormat() function in egl::Surface
DvalidationEGL.cpp3059 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateBindTexImage()
3096 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateReleaseTexImage()
Dqueryutils.cpp2976 *value = ToEGLenum(surface->getTextureFormat()); in QuerySurfaceAttrib()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.h126 TextureFormat getTextureFormat() const;
DSurface.cpp432 TextureFormat Surface::getTextureFormat() const in getTextureFormat() function in egl::Surface
DvalidationEGL.cpp4752 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateBindTexImage()
4800 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateReleaseTexImage()
Dqueryutils.cpp4259 *value = ToEGLenum(surface->getTextureFormat()); in QuerySurfaceAttrib()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fUniformLocationTests.cpp458 deUint32 getTextureFormat (glu::DataType samplerType) in getTextureFormat() function
498 const deUint32 format = getTextureFormat(samplerType); in createTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp132 tcu::TextureFormat getTextureFormat (void) const;
DvktSpvAsmGraphicsShaderTestUtil.cpp137 tcu::TextureFormat IFDataType::getTextureFormat (void) const in getTextureFormat() function in vkt::SpirVAssembly::IFDataType
4467 …const tcu::ConstPixelBufferAccess fragOutputBufferAccess (outputType.getTextureFormat(), renderSiz… in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp211 const tcu::TextureFormat& getTextureFormat (void) const;
961 const tcu::TextureFormat& BaseRenderingTestInstance::getTextureFormat (void) const in getTextureFormat() function in vkt::rasterization::__anon20bfeed30111::BaseRenderingTestInstance
1035 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
1413 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
1684 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
4735 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5062 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5384 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5844 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
6130 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp7593 const tcu::TextureFormat& getTextureFormat (void) const { return m_imageFormat; } in getTextureFormat() function in vkt::BindingModel::__anon55b462440111::TexelBufferInstanceBuffers
8335 …<< "Buffer format is " << vk::getFormatName(vk::mapTextureFormat(m_texelBuffers.getTextureFormat()… in logTestPlan()
8797 …<< "Buffer format is " << vk::getFormatName(vk::mapTextureFormat(m_texelBuffers.getTextureFormat()… in logTestPlan()