Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp120 virtual const tcu::TextureFormat& getTextureFormat (void) const = 0;
150 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1D
172 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1DArray
193 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2D
215 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2DArray
236 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture3D
258 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCube
280 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCubeArray
DvktPipelineImageUtil.cpp585 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()
590 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
593 switch (srcTexture.getTextureFormat().type) { in uploadTestTexture()
610 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
611 …cTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampl… in uploadTestTexture()
613 …x, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage); in uploadTestTexture()
616 …queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage); in uploadTestTexture()
778 tcu::TextureFormat textureFormat = getTextureFormat(); in getBufferCopyRegions()
DvktPipelineImageSamplingInstance.cpp1412 …const bool allowSnorm8Bug = m_texture->getTextureFormat().type == tcu::TextureFormat::SNORM_… in verifyImage()
1424 if (tcu::isSRGB(m_texture->getTextureFormat())) in verifyImage()
/external/swiftshader/src/OpenGL/libGL/
DSurface.h59 virtual GLenum getTextureFormat() const;
DSurface.cpp213 GLenum Surface::getTextureFormat() const in getTextureFormat() function in gl::Surface
/external/swiftshader/src/OpenGL/libEGL/
DSurface.h55 virtual EGLenum getTextureFormat() const;
DlibEGL.cpp428 *value = eglSurface->getTextureFormat(); in QuerySurface()
567 if(eglSurface->getTextureFormat() == EGL_NO_TEXTURE) in BindTexImage()
604 if(eglSurface->getTextureFormat() == EGL_NO_TEXTURE) in ReleaseTexImage()
DSurface.cpp205 EGLenum Surface::getTextureFormat() const in getTextureFormat() function in egl::Surface
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp317 const VkFormat format = mapTextureFormat(textureData->getTextureFormat()); in updateTextureData()
382 const vk::VkFormat format = mapTextureFormat(m_textureData->getTextureFormat()); in updateTextureViewMipLevels()
383 …const bool isShadowTexture = tcu::hasDepthComponent(m_textureData->getTextureFormat().or… in updateTextureViewMipLevels()
1321 …ampler(params.sampler, m_textureBindings[texUnit]->getTestTexture().getTextureFormat(), params.min… in renderQuad()
1331 …ysicalDevice(), mapTextureFormat(m_textureBindings[texUnit]->getTestTexture().getTextureFormat())); in renderQuad()
DvktTextureFilteringTests.cpp194 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
403 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
596 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
774 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
DvktTextureShadowTests.cpp321 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
DvktTextureMipmapTests.cpp770 const tcu::TextureFormat& texFmt = m_texture->getTextureFormat(); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp159 const tcu::TextureFormat& getTextureFormat (void) const;
1023 const tcu::TextureFormat& BaseRenderingTestInstance::getTextureFormat (void) const in getTextureFormat() function in vkt::rasterization::__anon5184a2b40111::BaseRenderingTestInstance
1071 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1186 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1303 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1786 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
2113 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
2400 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
2682 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp457 deUint32 getTextureFormat (glu::DataType samplerType) in getTextureFormat() function
497 const deUint32 format = getTextureFormat(samplerType); in createTexture()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp6692 const tcu::TextureFormat& getTextureFormat (void) const { return m_imageFormat; } in getTextureFormat() function in vkt::BindingModel::__anona9e2bae50111::TexelBufferInstanceBuffers
7248 …<< "Buffer format is " << vk::getFormatName(vk::mapTextureFormat(m_texelBuffers.getTextureFormat()… in logTestPlan()
7583 …<< "Buffer format is " << vk::getFormatName(vk::mapTextureFormat(m_texelBuffers.getTextureFormat()… in logTestPlan()