Home
last modified time | relevance | path

Searched refs:resultFormat (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAstcDecodeModeTests.cpp72 VkFormat resultFormat; member
136 m_parameters.resultFormat, // VkFormat format; in iterate()
182 …ultView = makeImageView(vk, device, resultImage.get(), imageViewType, m_parameters.resultFormat, in iterate()
201 ….width, (int)extentUnCompressed.height, (int)extentUnCompressed.depth), m_parameters.resultFormat); in iterate()
417 …T_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_parameters.resultFormat, in checkSupport()
427 …hysicalDeviceFormatProperties(context.getPhysicalDevice(), m_parameters.resultFormat, &properties); in checkSupport()
437 …ring formatQualifierStr = getShaderImageFormatQualifier(mapVkFormat(m_parameters.resultFormat)); in initPrograms()
438 …const string imageTypeStr = getShaderImageType(mapVkFormat(m_parameters.resultFormat), m_param… in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp208 tcu::TextureFormat resultFormat (mapVkFormat(m_outFormat)); in iterate() local
215 tcu::PixelBufferAccess rendered (resultFormat, width, height, 1, renderedData.get()); in iterate()
216 tcu::PixelBufferAccess reference (resultFormat, width, height, 1, referenceData.get()); in iterate()
/third_party/skia/tools/skpbench/
Dskpbench.cpp87 static const char resultFormat[] = variable
478 printf(resultFormat, accumValue, values[values.size() / 2], values.back(), values.front(), in print_result()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp138 const tcu::TextureFormat resultFormat = mapVkFormat(format); in drawTriangleTest() local
139 …const VkDeviceSize imageSizeBytes = (VkDeviceSize)(resultFormat.getPixelSize() * 256 * … in drawTriangleTest()
419 …const tcu::ConstPixelBufferAccess resultAccess(resultFormat, 256, 256, 1, readImageBufferMemory->g… in drawTriangleTest()
DvktApiCopiesAndBlittingTests.cpp3993 const tcu::TextureFormat& resultFormat (result.getFormat()); in checkCompressedNearestFilteredResult() local
3994 VkFormat nativeResultFormat (mapTextureFormat(resultFormat)); in checkCompressedNearestFilteredResult()
4002 getFloatOrFixedPointFormatThreshold(resultFormat))); in checkCompressedNearestFilteredResult()
4013 if (resultFormat != tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8)) in checkCompressedNearestFilteredResult()
4025 if (resultFormat.type == tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV) in checkCompressedNearestFilteredResult()
4040 else if ((resultFormat.type != tcu::TextureFormat::FLOAT) && in checkCompressedNearestFilteredResult()
4041 (resultFormat.type != tcu::TextureFormat::HALF_FLOAT)) in checkCompressedNearestFilteredResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp836 tcu::TextureFormat resultFormat (mapVkFormat(m_readImageFormat)); in iterate() local
1089 …PixelBufferAccess resultPBA(resultFormat, m_imageExtent.width, m_imageExtent.height, m_imageExtent… in iterate()
1094 if (isCombinedDepthStencilType(resultFormat.type)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp1545 const VkFormat resultFormat = VK_FORMAT_R8G8B8A8_UNORM; in run() local
1974 resultFormat, // VkFormat format in run()
2011 resultFormat, // VkFormat format in run()
2021 …ze bufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(resultFormat)); in run()
2234 …tcu::ConstPixelBufferAccess resultBufferAccess(mapVkFormat(resultFormat), renderSize.x(), renderSi… in run()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2313 const tcu::TextureFormat resultFormat = mapVkFormat(m_colorFormat); in render() local
2314 …const VkDeviceSize imageSizeBytes = (VkDeviceSize)(resultFormat.getPixelSize() * m_rende… in render()
2344 …const tcu::ConstPixelBufferAccess resultAccess (resultFormat, m_renderSize.x(), m_renderSize… in render()
2346 m_resultImage.setStorage(resultFormat, m_renderSize.x(), m_renderSize.y()); in render()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1391 const tcu::TextureFormat resultFormat(tcu::TextureFormat::RGBA, format.type); in execute() local
1392 …const tcu::ConstPixelBufferAccess resultAccess(resultFormat, renderSize.x(), renderSize.y(), 1, re… in execute()