Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp146 virtual const tcu::TextureFormat& getTextureFormat (void) const = 0;
176 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1D
198 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture1DArray
220 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2D
242 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture2DArray
263 virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat(); } in getTextureFormat() function in vkt::pipeline::TestTexture3D
285 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCube
307 …virtual const tcu::TextureFormat& getTextureFormat (void) const { return m_texture.getFormat();… in getTextureFormat() function in vkt::pipeline::TestTextureCubeArray
DvktPipelineImageUtil.cpp423 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTexture()
428 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
431 switch (srcTexture.getTextureFormat().type) in uploadTestTexture()
449 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
450 …cTexture.copy(tcu::getEffectiveDepthStencilTextureFormat(srcTexture.getTextureFormat(), tcu::Sampl… in uploadTestTexture()
452 …x, allocator, *srcDepthTexture, srcStencilTexture.get(), srcTexture.getTextureFormat(), destImage); in uploadTestTexture()
455 …queue, queueFamilyIndex, allocator, srcTexture, DE_NULL, srcTexture.getTextureFormat(), destImage); in uploadTestTexture()
471 if (tcu::isCombinedDepthStencilType(srcTexture.getTextureFormat().type)) in uploadTestTextureSparse()
476 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTextureSparse()
479 switch (srcTexture.getTextureFormat().type) in uploadTestTextureSparse()
[all …]
DvktPipelineImageSamplingInstance.cpp1371 …const bool allowSnorm8Bug = m_texture->getTextureFormat().type == tcu::TextureFormat::SNORM_… in verifyImage()
1384 if (tcu::isSRGB(m_texture->getTextureFormat())) in verifyImage()
1390 if (isCombinedDepthStencilType(m_texture->getTextureFormat().type)) in verifyImage()
1397 switch (m_texture->getTextureFormat().type) in verifyImage()
/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp59 virtual EGLenum getTextureFormat() const;
DSurface.cpp224 EGLenum Surface::getTextureFormat() const in getTextureFormat() function in egl::Surface
DlibEGL.cpp511 *value = eglSurface->getTextureFormat(); in QuerySurface()
697 if(eglSurface->getTextureFormat() == EGL_NO_TEXTURE) in BindTexImage()
734 if(eglSurface->getTextureFormat() == EGL_NO_TEXTURE) in ReleaseTexImage()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp333 …ureData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(textureData->getTextureFormat()); in updateTextureData()
432 …eData->getCompressedLevel(0, 0).getFormat()) : mapTextureFormat(m_textureData->getTextureFormat()); in updateTextureViewMipLevels()
433 …const bool isShadowTexture = tcu::hasDepthComponent(m_textureData->getTextureFormat().or… in updateTextureViewMipLevels()
1228 …ampler(params.sampler, m_textureBindings[texUnit]->getTestTexture().getTextureFormat(), params.min… in renderQuad()
1240 : mapTextureFormat (testTexture.getTextureFormat()); in renderQuad()
DvktTextureCompressedFormatTests.cpp101 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
DvktTextureSwizzleTests.cpp98 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
DvktTextureFilteringTests.cpp202 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
417 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
615 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
799 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
DvktTextureShadowTests.cpp323 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.cpp161 const tcu::TextureFormat& getTextureFormat (void) const;
845 const tcu::TextureFormat& BaseRenderingTestInstance::getTextureFormat (void) const in getTextureFormat() function in vkt::rasterization::__anonf66987dd0111::BaseRenderingTestInstance
893 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1008 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1125 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1608 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
1935 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
2244 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
2696 tcu::IVec4 colorBits = tcu::getTextureFormatBitDepth(getTextureFormat()); in iterate()
2978 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/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp132 tcu::TextureFormat getTextureFormat (void) const;
DvktSpvAsmGraphicsShaderTestUtil.cpp137 tcu::TextureFormat IFDataType::getTextureFormat (void) const in getTextureFormat() function in vkt::SpirVAssembly::IFDataType
3951 …const tcu::ConstPixelBufferAccess fragOutputBufferAccess (outputType.getTextureFormat(), renderSiz… in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp7590 const tcu::TextureFormat& getTextureFormat (void) const { return m_imageFormat; } in getTextureFormat() function in vkt::BindingModel::__anon96331ace0111::TexelBufferInstanceBuffers
8299 …<< "Buffer format is " << vk::getFormatName(vk::mapTextureFormat(m_texelBuffers.getTextureFormat()… in logTestPlan()
8761 …<< "Buffer format is " << vk::getFormatName(vk::mapTextureFormat(m_texelBuffers.getTextureFormat()… in logTestPlan()