/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 1000 const tcu::TextureFormat m_textureFormat; member in deqp::gles31::Functional::__anon30945::TextureGatherCase 1054 , m_textureFormat (textureFormat) in TextureGatherCase() 1069 DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat)); in TextureGatherCase() 1079 DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's not clear what shadow textures should return when incomplete. in TextureGatherCase() 1306 if (isDepthFormat(m_textureFormat)) in init() 1367 const bool needNormalizedCoordInShader = needPixelCoordInShader || isDepthFormat(m_textureFormat); in iterate() 1371 m_program = MovePtr<ShaderProgram>(new ShaderProgram(renderCtx, genProgramSources(m_gatherType, m_textureType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange()))); in iterate() 1376 << genGatherFuncCall(m_gatherType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange(), 0) in iterate() 1519 if (isDepthFormat(m_textureFormat)) in verify() 1533 if (isUnormFormatType(m_textureFormat in verify() [all...] |
H A D | es31fShaderImageLoadStoreTests.cpp | 1315 , m_textureFormat (format) in ImageLoadAndStoreCase() 1325 , m_textureFormat (textureFormat) in ImageLoadAndStoreCase() 1341 const TextureFormat m_textureFormat; member in deqp::gles31::Functional::__anon30903::ImageLoadAndStoreCase 1389 const deUint32 textureInternalFormatGL = glu::getInternalFormat(m_textureFormat); in iterate() 1394 const float storeColorScale = isFormatTypeUnorm(m_textureFormat.type) ? 1.0f / (float)(maxImageDimension - 1) in iterate() 1395 : isFormatTypeSnorm(m_textureFormat.type) ? 2.0f / (float)(maxImageDimension - 1) in iterate() 1397 const float storeColorBias = isFormatTypeSnorm(m_textureFormat.type) ? -1.0f : 0.0f; in iterate() 1399 const bool isIntegerTextureFormat = isFormatTypeInteger(m_textureFormat.type); in iterate() 1404 LayeredImage reference (m_textureType, m_textureFormat, imageSize.x(), imageSize.y(), imageSize.z()); in iterate() 1431 if (m_imageFormat.type == TextureFormat::HALF_FLOAT && m_textureFormat in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 292 const tcu::TextureFormat m_textureFormat; member in vkt::texture::util::TextureRenderer
|
H A D | vktTextureTestUtil.cpp | 548 , m_textureFormat (vk::mapVkFormat(m_imageFormat)) in TextureRenderer() 550 , m_resultBufferSize (renderWidth * renderHeight * m_textureFormat.getPixelSize()) in TextureRenderer() 1610 tcu::copy(result, tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderWidth, m_renderHeight, 1u), m_resultBufferMemory->getHostPtr())); in renderQuad()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 292 const tcu::TextureFormat m_textureFormat; member in vkt::texture::util::TextureRenderer
|
H A D | vktTextureTestUtil.cpp | 581 , m_textureFormat (vk::mapVkFormat(m_imageFormat)) in TextureRenderer() 583 , m_resultBufferSize (renderWidth * renderHeight * m_textureFormat.getPixelSize()) in TextureRenderer() 1643 tcu::copy(result, tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderWidth, m_renderHeight, 1u), m_resultBufferMemory->getHostPtr())); in renderQuad()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 2369 tcu::TextureFormat m_textureFormat; member in vkt::api::__anon27770::CopyImageToBuffer 2380 , m_textureFormat(mapVkFormat(testParams.src.image.format)) in CopyImageToBuffer() 2381 , m_bufferSize(m_params.dst.buffer.size * tcu::getPixelSize(m_textureFormat)) in CopyImageToBuffer() 2439 m_sourceTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat, in iterate() 2444 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat, (int)m_params.dst.buffer.size, 1)); in iterate() 2469 getAspectFlags(m_textureFormat), // VkImageAspectFlags aspectMask; in iterate() 2537 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_textureFormat, (int)m_params.dst.buffer.size, 1)); in iterate() 2875 tcu::TextureFormat m_textureFormat; member in vkt::api::__anon27770::CopyBufferToImage 2886 , m_textureFormat(mapVkFormat(testParams.dst.image.format)) in CopyBufferToImage() 2887 , m_bufferSize(m_params.src.buffer.size * tcu::getPixelSize(m_textureFormat)) in CopyBufferToImage() 3102 tcu::TextureFormat m_textureFormat; global() member in vkt::api::__anon27770::CopyBufferToDepthStencil [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 2180 tcu::TextureFormat m_textureFormat; member in vkt::api::__anon29015::CopyImageToBuffer 2191 , m_textureFormat(mapVkFormat(testParams.src.image.format)) in CopyImageToBuffer() 2192 , m_bufferSize(m_params.dst.buffer.size * tcu::getPixelSize(m_textureFormat)) in CopyImageToBuffer() 2249 m_sourceTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat, in iterate() 2254 m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(m_textureFormat, (int)m_params.dst.buffer.size, 1)); in iterate() 2279 getAspectFlags(m_textureFormat), // VkImageAspectFlags aspectMask; in iterate() 2349 de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_textureFormat, (int)m_params.dst.buffer.size, 1)); in iterate() 2428 tcu::TextureFormat m_textureFormat; member in vkt::api::__anon29015::CopyBufferToImage 2439 , m_textureFormat(mapVkFormat(testParams.dst.image.format)) in CopyBufferToImage() 2440 , m_bufferSize(m_params.src.buffer.size * tcu::getPixelSize(m_textureFormat)) in CopyBufferToImage() 2659 tcu::TextureFormat m_textureFormat; global() member in vkt::api::__anon29015::CopyBufferToDepthStencil [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 232 const tcu::TextureFormat m_textureFormat; member in vkt::rasterization::__anon28377::BaseRenderingTestInstance 279 , m_textureFormat (vk::mapVkFormat(m_imageFormat)) in BaseRenderingTestInstance() 281 , m_resultBufferSize (renderSize * renderSize * m_textureFormat.getPixelSize()) in BaseRenderingTestInstance() 283 , m_additionalResultBufferSize(additionalRenderSize * additionalRenderSize * m_textureFormat.getPixelSize()) in BaseRenderingTestInstance() 931 tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(renderSize, renderSize, 1), resultBufferMemory.getHostPtr())); in drawPrimitives() 1024 return m_textureFormat; in getTextureFormat() 2114 tcu::copy(result, tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderSize, m_renderSize, 1), m_resultBufferMemory->getHostPtr())); in drawPoint() 6104 tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderSize, m_renderSize, 1), m_resultBufferMemory->getHostPtr()));
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 230 const tcu::TextureFormat m_textureFormat; member in vkt::rasterization::__anon29580::BaseRenderingTestInstance 277 , m_textureFormat (vk::mapVkFormat(m_imageFormat)) in BaseRenderingTestInstance() 279 , m_resultBufferSize (renderSize * renderSize * m_textureFormat.getPixelSize()) in BaseRenderingTestInstance() 281 , m_additionalResultBufferSize(additionalRenderSize * additionalRenderSize * m_textureFormat.getPixelSize()) in BaseRenderingTestInstance() 928 tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(renderSize, renderSize, 1), resultBufferMemory.getHostPtr())); in drawPrimitives() 1021 return m_textureFormat; in getTextureFormat() 2098 tcu::copy(result, tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderSize, m_renderSize, 1), m_resultBufferMemory->getHostPtr())); in drawPoint() 5851 tcu::copy(result.getAccess(), tcu::ConstPixelBufferAccess(m_textureFormat, tcu::IVec3(m_renderSize, m_renderSize, 1), m_resultBufferMemory->getHostPtr()));
|