/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 999 const tcu::TextureFormat m_textureFormat; member in deqp::gles31::Functional::__anon39ed81040111::TextureGatherCase 1053 , m_textureFormat (textureFormat) in TextureGatherCase() 1068 …DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat… in TextureGatherCase() 1078 …DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's … in TextureGatherCase() 1304 if (isDepthFormat(m_textureFormat)) in init() 1362 … bool needNormalizedCoordInShader = needPixelCoordInShader || isDepthFormat(m_textureFormat); in iterate() 1366 …derProgram(renderCtx, genProgramSources(m_gatherType, m_textureType, m_textureFormat, gatherArgs, … in iterate() 1371 … << genGatherFuncCall(m_gatherType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange(), 0) in iterate() 1514 if (isDepthFormat(m_textureFormat)) in verify() 1528 if (isUnormFormatType(m_textureFormat.type)) in verify() [all …]
|
D | es31fShaderImageLoadStoreTests.cpp | 1281 , m_textureFormat (format) in ImageLoadAndStoreCase() 1291 , m_textureFormat (textureFormat) in ImageLoadAndStoreCase() 1307 const TextureFormat m_textureFormat; member in deqp::gles31::Functional::__anon0a49b9df0111::ImageLoadAndStoreCase 1355 const deUint32 textureInternalFormatGL = glu::getInternalFormat(m_textureFormat); in iterate() 1360 …const float storeColorScale = isFormatTypeUnorm(m_textureFormat.type) ? 1.0f / (float)(maxI… in iterate() 1361 : isFormatTypeSnorm(m_textureFormat.type) ? 2.0f / (float)(maxImageDimension - 1) in iterate() 1363 const float storeColorBias = isFormatTypeSnorm(m_textureFormat.type) ? -1.0f : 0.0f; in iterate() 1365 const bool isIntegerTextureFormat = isFormatTypeInteger(m_textureFormat.type); in iterate() 1370 …LayeredImage reference (m_textureType, m_textureFormat, imageSize.x(), imageSize.y(), image… in iterate() 1397 …if (m_imageFormat.type == TextureFormat::HALF_FLOAT && m_textureFormat.type != TextureFormat::HALF… in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 226 const tcu::TextureFormat m_textureFormat; member in vkt::texture::util::TextureRenderer
|
D | vktTextureTestUtil.cpp | 468 , m_textureFormat (vk::mapVkFormat(m_imageFormat)) in TextureRenderer() 470 , m_resultBufferSize (renderWidth * renderHeight * m_textureFormat.getPixelSize()) in TextureRenderer() 1431 …tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderWidt… in renderQuad()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 169 const tcu::TextureFormat m_textureFormat; member in vkt::rasterization::__anon5184a2b40111::BaseRenderingTestInstance 208 , m_textureFormat (vk::mapVkFormat(m_imageFormat)) in BaseRenderingTestInstance() 210 , m_resultBufferSize (renderSize * renderSize * m_textureFormat.getPixelSize()) in BaseRenderingTestInstance() 777 …tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderSize… in drawPrimitives() 847 return m_textureFormat; in getTextureFormat() 2614 …tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderSize… in drawPrimitives()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 1367 tcu::TextureFormat m_textureFormat; member in vkt::api::__anon0e89ab3d0111::CopyImageToBuffer 1378 , m_textureFormat(mapVkFormat(testParams.src.image.format)) in CopyImageToBuffer() 1379 , m_bufferSize(m_params.dst.buffer.size * tcu::getPixelSize(m_textureFormat)) in CopyImageToBuffer() 1437 m_sourceTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat, in iterate() 1442 …m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat, … in iterate() 1467 getAspectFlags(m_textureFormat), // VkImageAspectFlags aspectMask; in iterate() 1502 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_textureFormat, (int)m_params.… in iterate() 1569 tcu::TextureFormat m_textureFormat; member in vkt::api::__anon0e89ab3d0111::CopyBufferToImage 1580 , m_textureFormat(mapVkFormat(testParams.dst.image.format)) in CopyBufferToImage() 1581 , m_bufferSize(m_params.src.buffer.size * tcu::getPixelSize(m_textureFormat)) in CopyBufferToImage() [all …]
|