Home
last modified time | relevance | path

Searched refs:tcuFormat (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp62 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in isDepthStencilFormat() local
63 …return tcuFormat.order == tcu::TextureFormat::D || tcuFormat.order == tcu::TextureFormat::S || tcu… in isDepthStencilFormat()
506 …const tcu::TextureFormat tcuFormat = (isCompressedFormat(format)) ? tcu::getUncompressedFormat(map… in getFormatComponentMapping() local
509 switch (tcuFormat.order) in getFormatComponentMapping()
582 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in fullTextureFormatRoundTripSupported() local
584 switch (tcuFormat.type) in fullTextureFormatRoundTripSupported()
639 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in imageUtilSelfTest() local
640 const VkFormat remappedFormat = mapTextureFormat(tcuFormat); in imageUtilSelfTest()
642 DE_TEST_ASSERT(isValid(tcuFormat)); in imageUtilSelfTest()
DvkNullDriver.cpp552 const tcu::CompressedTexFormat tcuFormat = mapVkCompressedFormat(format); in getCompressedImageDataSize() local
553 const size_t blockSize = tcu::getBlockSize(tcuFormat); in getCompressedImageDataSize()
554 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(tcuFormat); in getCompressedImageDataSize()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp903 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(colorFormat); in renderTriangleTest() local
912 …const tcu::ConstPixelBufferAccess resultAccess (tcuFormat, renderSize.x(), renderSize.y(), 1, read… in renderTriangleTest()
917 tcu::TextureLevel refImage (tcuFormat, renderSize.x(), renderSize.y()); in renderTriangleTest()
1520 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(colorFormat); in renderTriangleUnusedResolveAttachmentTest() local
1529 …const tcu::ConstPixelBufferAccess resultAccess (tcuFormat, renderSize.x(), renderSize.y(), 1, read… in renderTriangleUnusedResolveAttachmentTest()
1534 tcu::TextureLevel refImage (tcuFormat, renderSize.x(), renderSize.y()); in renderTriangleUnusedResolveAttachmentTest()
DvktApiBufferViewAccessTests.cpp780 const tcu::TextureFormat tcuFormat = mapVkFormat(m_colorFormat); in checkResult() local
781 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(tcuFormat, m_renderSize.x(), m… in checkResult()
DvktApiCopiesAndBlittingTests.cpp450 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in readImage() local
451 …xelDataSize = imageSize.width * imageSize.height * imageSize.depth * tcu::getPixelSize(tcuFormat); in readImage()
452 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(tcuFormat, imageSize.width, im… in readImage()
513 getAspectFlag(tcuFormat), // VkImageAspectFlags aspectMask; in readImage()
541 { getAspectFlag(tcuFormat), 0u, 0u, 1u }, // VkImageSubresourceLayers imageSubresource; in readImage()
DvktApiFeatureInfo.cpp1730 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in getRequiredOptimalTilingSampleCounts() local
1734 else if (tcuFormat.order == tcu::TextureFormat::D) in getRequiredOptimalTilingSampleCounts()
1736 else if (tcuFormat.order == tcu::TextureFormat::S) in getRequiredOptimalTilingSampleCounts()
1738 else if (tcuFormat.order == tcu::TextureFormat::DS) in getRequiredOptimalTilingSampleCounts()
1742 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(tcuFormat.type); in getRequiredOptimalTilingSampleCounts()
DvktApiCommandBuffersTests.cpp409 const tcu::TextureFormat tcuFormat = mapVkFormat(DEFAULT_IMAGE_FORMAT); in readColorAttachment() local
410 … pixelDataSize = DEFAULT_IMAGE_SIZE.height * DEFAULT_IMAGE_SIZE.height * tcuFormat.getPixelSize(); in readColorAttachment()
411 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(tcuFormat, DEFAULT_IMAGE_SIZE.w… in readColorAttachment()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyFragmentTests.cpp697 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in getImageAspectFlags() local
699 …if (tcuFormat.order == tcu::TextureFormat::DS) return VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_A… in getImageAspectFlags()
700 else if (tcuFormat.order == tcu::TextureFormat::D) return VK_IMAGE_ASPECT_DEPTH_BIT; in getImageAspectFlags()
701 else if (tcuFormat.order == tcu::TextureFormat::S) return VK_IMAGE_ASPECT_STENCIL_BIT; in getImageAspectFlags()
DvktPipelineImageUtil.cpp181 const tcu::TextureFormat tcuFormat = mapVkFormat(format); in readColorAttachment() local
182 const VkDeviceSize pixelDataSize = renderSize.x() * renderSize.y() * tcuFormat.getPixelSize(); in readColorAttachment()
183 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(tcuFormat, renderSize.x(), rend… in readColorAttachment()
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp509 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
510 const IVec3 blockPixels = getBlockPixelSize(tcuFormat); in init()
512 const size_t blockBytes = getBlockSize(tcuFormat); in init()
521 …const size_t blockBytes = getBlockSize(tcuFormat) * cubeSize; // We have a x * y grid of blocks in init()
2690 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
2691 const IVec3 blockPixels = getBlockPixelSize(tcuFormat); in init()
2692 const size_t blockBytes = getBlockSize(tcuFormat); in init()
3003 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
3004 const IVec3 blockPixels = getBlockPixelSize(tcuFormat); in init()
3146 const CompressedTexFormat tcuFormat = mapGLCompressedTexFormat(format); in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.cpp97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); in ImageViewCreateInfo() local
99 switch (tcuFormat.order) in ImageViewCreateInfo()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); in ImageViewCreateInfo() local
99 switch (tcuFormat.order) in ImageViewCreateInfo()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCreateInfoUtil.cpp97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); in ImageViewCreateInfo() local
99 switch (tcuFormat.order) in ImageViewCreateInfo()