/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 186 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
|
D | vktPipelineImageUtil.cpp | 575 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 …]
|
D | vktPipelineImageSamplingInstance.cpp | 1497 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/ |
D | Surface.hpp | 59 virtual EGLenum getTextureFormat() const;
|
D | Surface.cpp | 219 EGLenum Surface::getTextureFormat() const in getTextureFormat() function in egl::Surface
|
D | libEGL.cpp | 547 *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/ |
D | vktTextureCompressedFormatTests.cpp | 196 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate() 316 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
|
D | vktTextureTestUtil.cpp | 347 …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()
|
D | vktTextureFilteringTests.cpp | 301 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()
|
D | vktTextureSwizzleTests.cpp | 135 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate()
|
D | vktTextureShadowTests.cpp | 351 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate() 1006 const tcu::TextureFormat texFmt = texture.getTextureFormat(); in iterate()
|
D | vktTextureMipmapTests.cpp | 770 const tcu::TextureFormat& texFmt = m_texture->getTextureFormat(); in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Surface.h | 109 TextureFormat getTextureFormat() const;
|
D | Surface.cpp | 339 TextureFormat Surface::getTextureFormat() const in getTextureFormat() function in egl::Surface
|
D | validationEGL.cpp | 3059 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateBindTexImage() 3096 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateReleaseTexImage()
|
D | queryutils.cpp | 2976 *value = ToEGLenum(surface->getTextureFormat()); in QuerySurfaceAttrib()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Surface.h | 126 TextureFormat getTextureFormat() const;
|
D | Surface.cpp | 432 TextureFormat Surface::getTextureFormat() const in getTextureFormat() function in egl::Surface
|
D | validationEGL.cpp | 4752 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateBindTexImage() 4800 if (surface->getTextureFormat() == TextureFormat::NoTexture) in ValidateReleaseTexImage()
|
D | queryutils.cpp | 4259 *value = ToEGLenum(surface->getTextureFormat()); in QuerySurfaceAttrib()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 458 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/ |
D | vktSpvAsmGraphicsShaderTestUtil.hpp | 132 tcu::TextureFormat getTextureFormat (void) const;
|
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 137 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/ |
D | vktRasterizationTests.cpp | 211 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/ |
D | vktBindingShaderAccessTests.cpp | 7593 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()
|