Home
last modified time | relevance | path

Searched refs:testedFormat (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp68 VkFormat testedFormat; member
104 const VkExtent3D extentCompressed = makeExtent3D(getCompressedImageResolutionInBlocks(m_parameters.testedFormat, m_parameters.imageSize)); in iterate()
117 m_parameters.testedFormat, // VkFormat format; in iterate()
176 m_parameters.testedFormat, // VkFormat format; in iterate()
182 Move<VkImageView> referenceView = makeImageView(vk, device, referenceImage.get(), imageViewType, m_parameters.testedFormat, subresourceRange); in iterate()
201 const VkDeviceSize bufferSizeCompresed = getCompressedImageSizeInBytes(m_parameters.testedFormat, m_parameters.imageSize); in iterate()
214 auto blocks = getCompressedImageResolutionInBlocks(m_parameters.testedFormat, m_parameters.imageSize); in iterate()
217 mapVkCompressedFormat(m_parameters.testedFormat), in iterate()
411 if (VK_ERROR_FORMAT_NOT_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_parameters.testedFormat, in checkSupport()
H A DvktImageLoadStoreTests.cpp2564 const auto testedFormat = mapVkFormat(isWriteTest() ? m_writeFormat : m_readFormat); in initPrograms() local
2565 const bool isSigned = (getTextureChannelClass(testedFormat.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp68 VkFormat testedFormat; member
104 const VkExtent3D extentCompressed = makeExtent3D(getCompressedImageResolutionInBlocks(m_parameters.testedFormat, m_parameters.imageSize)); in iterate()
117 m_parameters.testedFormat, // VkFormat format; in iterate()
176 m_parameters.testedFormat, // VkFormat format; in iterate()
182 Move<VkImageView> referenceView = makeImageView(vk, device, referenceImage.get(), imageViewType, m_parameters.testedFormat, subresourceRange); in iterate()
201 const VkDeviceSize bufferSizeCompresed = getCompressedImageSizeInBytes(m_parameters.testedFormat, m_parameters.imageSize); in iterate()
214 auto blocks = getCompressedImageResolutionInBlocks(m_parameters.testedFormat, m_parameters.imageSize); in iterate()
217 mapVkCompressedFormat(m_parameters.testedFormat), in iterate()
413 if (VK_ERROR_FORMAT_NOT_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_parameters.testedFormat, in checkSupport()
H A DvktImageLoadStoreTests.cpp2532 const auto testedFormat = mapVkFormat(isWriteTest() ? m_writeFormat : m_readFormat); in initPrograms() local
2533 const bool isSigned = (getTextureChannelClass(testedFormat.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER); in initPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp600 const FormatInfo* testedFormat = findFormat(internalformat); in fillTextureWithColor() local
601 const GLubyte* red = testedFormat->internalred; in fillTextureWithColor()
602 const GLubyte* green = testedFormat->internalgreen; in fillTextureWithColor()
603 const GLubyte* blue = testedFormat->internalblue; in fillTextureWithColor()
604 const GLubyte* white = testedFormat->internalwhite; in fillTextureWithColor()
605 const GLsizei size = testedFormat->pixelSize; in fillTextureWithColor()
749 const FormatInfo* testedFormat = findFormat(internalformat); in verifyClampToEdge() local
750 const GLubyte* red = testedFormat->RGBAred; in verifyClampToEdge()
751 const GLubyte* green = testedFormat->RGBAgreen; in verifyClampToEdge()
752 const GLubyte* blue = testedFormat in verifyClampToEdge()
842 const FormatInfo* testedFormat = findFormat(internalformat); verifyRepeat() local
925 const FormatInfo* testedFormat = findFormat(internalformat); verifyMirroredRepeat() local
[all...]

Completed in 16 milliseconds