Searched defs:m_textureFormat (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp167 const tcu::TextureFormat m_textureFormat; member in class:vkt::rasterization::__anon3871::BaseRenderingTestInstance
208 , m_textureFormat (vk::mapVkFormat(m_imageFormat))
210 , m_resultBufferSize (renderSize * renderSize * m_textureFormat.getPixelSize())
955 tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderSize, m_renderSize, 1), m_resultBufferMemory->getHostPtr()));
1025 return m_textureFormat;
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp208 const tcu::TextureFormat m_textureFormat; member in class:vkt::texture::util::TextureRenderer
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp983 const tcu::TextureFormat m_textureFormat; member in class:deqp::gles31::Functional::__anon4801::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::__anon4761::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/api/
H A DvktApiCopiesAndBlittingTests.cpp1201 tcu::TextureFormat m_textureFormat; member in class:vkt::api::__anon3720::CopyImageToBuffer
1212 , m_textureFormat(mapVkFormat(testParams.src.image.format))
1213 , m_bufferSize(m_params.dst.buffer.size * tcu::getPixelSize(m_textureFormat))
1269 m_sourceTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat,
1274 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat, (int)m_params.dst.buffer.size, 1));
1299 getAspectFlags(m_textureFormat), // VkImageAspectFlags aspectMask;
1342 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_textureFormat, (int)m_params.dst.buffer.size, 1));
1407 tcu::TextureFormat m_textureFormat; member in class:vkt::api::__anon3720::CopyBufferToImage
1418 , m_textureFormat(mapVkFormat(testParams.dst.image.format))
1419 , m_bufferSize(m_params.src.buffer.size * tcu::getPixelSize(m_textureFormat))
[all...]

Completed in 167 milliseconds