Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.hpp188 virtual const tcu::TextureFormat& getTextureFormat (void) const = 0;
218 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1D
240 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1DArray
262 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2D
284 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2DArray
305 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture3D
327 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCube
349 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCubeArray
DvktPipelineImageUtil.cpp607 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()
612 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
615 switch (srcTexture.getTextureFormat().type) in uploadTestTexture()
633 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
634 …cTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampl… in uploadTestTexture()
636 …x, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage,… in uploadTestTexture()
639 …queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage,… in uploadTestTexture()
655 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTextureSparse()
660 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTextureSparse()
663 switch (srcTexture.getTextureFormat().type) in uploadTestTextureSparse()
[all …]
DvktPipelineImageSamplingInstance.cpp1521 if (tcu::isSRGB(m_texture->getTextureFormat())) in verifyImage()
1527 if (isCombinedDepthStencilType(m_texture->getTextureFormat().type)) in verifyImage()
1544 switch (m_texture->getTextureFormat().type) in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp188 virtual const tcu::TextureFormat& getTextureFormat (void) const = 0;
218 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1D
240 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1DArray
262 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2D
284 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2DArray
305 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture3D
327 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCube
349 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCubeArray
DvktPipelineImageUtil.cpp607 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()
612 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
615 switch (srcTexture.getTextureFormat().type) in uploadTestTexture()
633 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
634 …cTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampl… in uploadTestTexture()
636 …x, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage,… in uploadTestTexture()
639 …queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage,… in uploadTestTexture()
655 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTextureSparse()
660 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTextureSparse()
663 switch (srcTexture.getTextureFormat().type) in uploadTestTextureSparse()
[all …]
DvktPipelineImageSamplingInstance.cpp1521 if (tcu::isSRGB(m_texture->getTextureFormat())) in verifyImage()
1527 if (isCombinedDepthStencilType(m_texture->getTextureFormat().type)) in verifyImage()
1544 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.cpp369 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
500 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
DvktTextureTestUtil.cpp357 …ureData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(textureData->getTextureFormat()); in updateTextureData()
459 …eData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(m_textureData->getTextureFormat()); in updateTextureViewMipLevels()
1463 …ampler(params.sampler, m_textureBindings[texUnit]->getTestTexture().getTextureFormat(), params.min… in renderQuad()
1476 : mapTextureFormat (testTexture.getTextureFormat()); in renderQuad()
DvktTextureFilteringTests.cpp328 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
563 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
781 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
990 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
DvktTextureSwizzleTests.cpp135 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureCompressedFormatTests.cpp369 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
500 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
DvktTextureTestUtil.cpp357 …ureData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(textureData->getTextureFormat()); in updateTextureData()
459 …eData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(m_textureData->getTextureFormat()); in updateTextureViewMipLevels()
1463 …ampler(params.sampler, m_textureBindings[texUnit]->getTestTexture().getTextureFormat(), params.min… in renderQuad()
1476 : mapTextureFormat (testTexture.getTextureFormat()); in renderQuad()
DvktTextureFilteringTests.cpp328 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
563 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
781 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
990 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
DvktTextureSwizzleTests.cpp135 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
DvktTextureShadowTests.cpp372 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
1062 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
/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
/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_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp132 tcu::TextureFormat getTextureFormat (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp132 tcu::TextureFormat getTextureFormat (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
DvktRasterizationTests.cpp222 const tcu::TextureFormat& getTextureFormat (void) const;
1019 const tcu::TextureFormat& BaseRenderingTestInstance::getTextureFormat (void) const in getTextureFormat() function in vkt::rasterization::__anon979382000111::BaseRenderingTestInstance
1093 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
1475 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
1759 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
4828 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5155 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5481 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5943 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
6233 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp222 const tcu::TextureFormat& getTextureFormat (void) const;
1019 const tcu::TextureFormat& BaseRenderingTestInstance::getTextureFormat (void) const in getTextureFormat() function in vkt::rasterization::__anonea4fb4400111::BaseRenderingTestInstance
1093 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
1475 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
1759 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in compareAndVerify()
4828 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5155 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5481 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
5943 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
6233 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()

12