Searched refs:m_textureFormat (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp983 const tcu::TextureFormat m_textureFormat; member in class:deqp::gles31::Functional::__anon4905::TextureGatherCase
1037 , m_textureFormat (textureFormat)
1052 DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat));
1062 DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's not clear what shadow textures should return when incomplete.
1284 if (isDepthFormat(m_textureFormat))
1342 const bool needNormalizedCoordInShader = needPixelCoordInShader || isDepthFormat(m_textureFormat);
1346 m_program = MovePtr<ShaderProgram>(new ShaderProgram(renderCtx, genProgramSources(m_gatherType, m_textureType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange())));
1351 << genGatherFuncCall(m_gatherType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange(), 0)
1494 if (isDepthFormat(m_textureFormat))
1508 if (isUnormFormatType(m_textureFormat
[all...]
H A Des31fShaderImageLoadStoreTests.cpp1281 , m_textureFormat (format)
1291 , m_textureFormat (textureFormat)
1307 const TextureFormat m_textureFormat; member in class:deqp::gles31::Functional::__anon4865::ImageLoadAndStoreCase
1355 const deUint32 textureInternalFormatGL = glu::getInternalFormat(m_textureFormat);
1360 const float storeColorScale = isFormatTypeUnorm(m_textureFormat.type) ? 1.0f / (float)(maxImageDimension - 1)
1361 : isFormatTypeSnorm(m_textureFormat.type) ? 2.0f / (float)(maxImageDimension - 1)
1363 const float storeColorBias = isFormatTypeSnorm(m_textureFormat.type) ? -1.0f : 0.0f;
1365 const bool isIntegerTextureFormat = isFormatTypeInteger(m_textureFormat.type);
1370 LayeredImage reference (m_textureType, m_textureFormat, imageSize.x(), imageSize.y(), imageSize.z());
1397 if (m_imageFormat.type == TextureFormat::HALF_FLOAT && m_textureFormat
[all...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp208 const tcu::TextureFormat m_textureFormat; member in class:vkt::texture::util::TextureRenderer
H A DvktTextureTestUtil.cpp418 , m_textureFormat (vk::mapVkFormat(m_imageFormat))
420 , m_resultBufferSize (renderWidth * renderHeight * m_textureFormat.getPixelSize())
1582 tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderWidth, m_renderHeight, 1u), m_resultBufferMemory->getHostPtr()));
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp1322 tcu::TextureFormat m_textureFormat; member in class:vkt::api::__anon3769::CopyImageToBuffer
1333 , m_textureFormat(mapVkFormat(testParams.src.image.format))
1334 , m_bufferSize(m_params.dst.buffer.size * tcu::getPixelSize(m_textureFormat))
1392 m_sourceTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat,
1397 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat, (int)m_params.dst.buffer.size, 1));
1422 getAspectFlags(m_textureFormat), // VkImageAspectFlags aspectMask;
1465 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_textureFormat, (int)m_params.dst.buffer.size, 1));
1530 tcu::TextureFormat m_textureFormat; member in class:vkt::api::__anon3769::CopyBufferToImage
1541 , m_textureFormat(mapVkFormat(testParams.dst.image.format))
1542 , m_bufferSize(m_params.src.buffer.size * tcu::getPixelSize(m_textureFormat))
[all...]
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp167 const tcu::TextureFormat m_textureFormat; member in class:vkt::rasterization::__anon3936::BaseRenderingTestInstance
208 , m_textureFormat (vk::mapVkFormat(m_imageFormat))
210 , m_resultBufferSize (renderSize * renderSize * m_textureFormat.getPixelSize())
925 tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderSize, m_renderSize, 1), m_resultBufferMemory->getHostPtr()));
995 return m_textureFormat;

Completed in 3828 milliseconds