Home
last modified time | relevance | path

Searched refs:resultFormat (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp73 VkFormat resultFormat; member
137 m_parameters.resultFormat, // VkFormat format; in iterate()
183 Move<VkImageView> resultView = makeImageView(vk, device, resultImage.get(), imageViewType, m_parameters.resultFormat, in iterate()
202 const VkDeviceSize bufferSizeUncompressed = getImageSizeBytes(IVec3((int)extentUnCompressed.width, (int)extentUnCompressed.height, (int)extentUnCompressed.depth), m_parameters.resultFormat); in iterate()
416 if (VK_ERROR_FORMAT_NOT_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_parameters.resultFormat, in checkSupport()
426 context.getInstanceInterface().getPhysicalDeviceFormatProperties(context.getPhysicalDevice(), m_parameters.resultFormat, &properties); in checkSupport()
436 const string formatQualifierStr = getShaderImageFormatQualifier(mapVkFormat(m_parameters.resultFormat)); in initPrograms()
437 const string imageTypeStr = getShaderImageType(mapVkFormat(m_parameters.resultFormat), m_parameters.imageType); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp73 VkFormat resultFormat; member
137 m_parameters.resultFormat, // VkFormat format; in iterate()
183 Move<VkImageView> resultView = makeImageView(vk, device, resultImage.get(), imageViewType, m_parameters.resultFormat, in iterate()
202 const VkDeviceSize bufferSizeUncompressed = getImageSizeBytes(IVec3((int)extentUnCompressed.width, (int)extentUnCompressed.height, (int)extentUnCompressed.depth), m_parameters.resultFormat); in iterate()
418 if (VK_ERROR_FORMAT_NOT_SUPPORTED == vk.getPhysicalDeviceImageFormatProperties(physicalDevice, m_parameters.resultFormat, in checkSupport()
428 context.getInstanceInterface().getPhysicalDeviceFormatProperties(context.getPhysicalDevice(), m_parameters.resultFormat, &properties); in checkSupport()
438 const string formatQualifierStr = getShaderImageFormatQualifier(mapVkFormat(m_parameters.resultFormat)); in initPrograms()
439 const string imageTypeStr = getShaderImageType(mapVkFormat(m_parameters.resultFormat), m_parameters.imageType); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureConversionTests.cpp224 tcu::TextureFormat resultFormat (mapVkFormat(m_outFormat)); in iterate()
231 tcu::PixelBufferAccess rendered (resultFormat, width, height, 1, renderedData.get()); in iterate()
232 tcu::PixelBufferAccess reference (resultFormat, width, height, 1, referenceData.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureConversionTests.cpp224 tcu::TextureFormat resultFormat (mapVkFormat(m_outFormat)); in iterate()
231 tcu::PixelBufferAccess rendered (resultFormat, width, height, 1, renderedData.get()); in iterate()
232 tcu::PixelBufferAccess reference (resultFormat, width, height, 1, referenceData.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp272 const tcu::TextureFormat resultFormat = mapVkFormat(colorFormat); in iterate() local
273 tcu::ConstPixelBufferAccess outputAccess(resultFormat, renderSize.x(), renderSize.y(), 1u, outputBuffer.getAllocation().getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp294 const tcu::TextureFormat resultFormat = mapVkFormat(colorFormat); in iterate() local
295 tcu::ConstPixelBufferAccess outputAccess(resultFormat, renderSize.x(), renderSize.y(), 1u, outputBuffer.getAllocation().getHostPtr()); in iterate()
801 const tcu::TextureFormat resultFormat = mapVkFormat(colorFormat); in iterate() local
802 tcu::ConstPixelBufferAccess resultAccess(resultFormat, renderSize.x(), renderSize.y(), 1u, outputBuffer.getAllocation().getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp838 tcu::TextureFormat resultFormat (mapVkFormat(m_readImageFormat)); in iterate()
1091 PixelBufferAccess resultPBA(resultFormat, m_imageExtent.width, m_imageExtent.height, m_imageExtent.depth, dstBuffer.memory->getHostPtr()); in iterate()
1096 if (isCombinedDepthStencilType(resultFormat.type)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp836 tcu::TextureFormat resultFormat (mapVkFormat(m_readImageFormat)); in iterate()
1089 PixelBufferAccess resultPBA(resultFormat, m_imageExtent.width, m_imageExtent.height, m_imageExtent.depth, dstBuffer.memory->getHostPtr()); in iterate()
1094 if (isCombinedDepthStencilType(resultFormat.type)) in iterate()
/third_party/skia/tools/skpbench/
H A 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/shaderrender/
H A DvktShaderRender.cpp2347 const tcu::TextureFormat resultFormat = mapVkFormat(m_colorFormat);
2348 const VkDeviceSize imageSizeBytes = (VkDeviceSize)(resultFormat.getPixelSize() * m_renderSize.x() * m_renderSize.y());
2378 const tcu::ConstPixelBufferAccess resultAccess (resultFormat, m_renderSize.x(), m_renderSize.y(), 1, readImageBufferMemory->getHostPtr());
2380 m_resultImage.setStorage(resultFormat, m_renderSize.x(), m_renderSize.y());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp2349 const tcu::TextureFormat resultFormat = mapVkFormat(m_colorFormat);
2350 const VkDeviceSize imageSizeBytes = (VkDeviceSize)(resultFormat.getPixelSize() * m_renderSize.x() * m_renderSize.y());
2380 const tcu::ConstPixelBufferAccess resultAccess (resultFormat, m_renderSize.x(), m_renderSize.y(), 1, readImageBufferMemory->getHostPtr());
2382 m_resultImage.setStorage(resultFormat, m_renderSize.x(), m_renderSize.y());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp138 const tcu::TextureFormat resultFormat = mapVkFormat(format); in drawTriangleTest() local
139 const VkDeviceSize imageSizeBytes = (VkDeviceSize)(resultFormat.getPixelSize() * 256 * 256); in drawTriangleTest()
419 const tcu::ConstPixelBufferAccess resultAccess(resultFormat, 256, 256, 1, readImageBufferMemory->getHostPtr()); in drawTriangleTest()
H A DvktApiCopiesAndBlittingTests.cpp4477 const tcu::TextureFormat& resultFormat (result.getFormat());
4478 VkFormat nativeResultFormat (mapTextureFormat(resultFormat));
4486 getFloatOrFixedPointFormatThreshold(resultFormat)));
4497 if (resultFormat != tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8))
4509 if (resultFormat.type == tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV)
4524 else if ((resultFormat.type != tcu::TextureFormat::FLOAT) &&
4525 (resultFormat.type != tcu::TextureFormat::HALF_FLOAT))
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiPipelineTests.cpp138 const tcu::TextureFormat resultFormat = mapVkFormat(format); in drawTriangleTest() local
139 const VkDeviceSize imageSizeBytes = (VkDeviceSize)(resultFormat.getPixelSize() * 256 * 256); in drawTriangleTest()
419 const tcu::ConstPixelBufferAccess resultAccess(resultFormat, 256, 256, 1, readImageBufferMemory->getHostPtr()); in drawTriangleTest()
H A DvktApiCopiesAndBlittingTests.cpp4033 const tcu::TextureFormat& resultFormat (result.getFormat()); in checkCompressedNearestFilteredResult()
4034 VkFormat nativeResultFormat (mapTextureFormat(resultFormat)); in checkCompressedNearestFilteredResult()
4042 getFloatOrFixedPointFormatThreshold(resultFormat))); in checkCompressedNearestFilteredResult()
4053 if (resultFormat != tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8)) in checkCompressedNearestFilteredResult()
4065 if (resultFormat.type == tcu::TextureFormat::UNSIGNED_INT_11F_11F_10F_REV) in checkCompressedNearestFilteredResult()
4080 else if ((resultFormat.type != tcu::TextureFormat::FLOAT) && in checkCompressedNearestFilteredResult()
4081 (resultFormat.type != tcu::TextureFormat::HALF_FLOAT)) in checkCompressedNearestFilteredResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1813 const VkFormat resultFormat = VK_FORMAT_R8G8B8A8_UNORM; in run() local
2046 resultFormat, // VkFormat format in run()
2083 resultFormat, // VkFormat format in run()
2093 const VkDeviceSize bufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(resultFormat)); in run()
2310 tcu::ConstPixelBufferAccess resultBufferAccess(mapVkFormat(resultFormat), renderSize.x(), renderSize.y(), 1, resultImageBuffer->getAllocation().getHostPtr()); in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1813 const VkFormat resultFormat = VK_FORMAT_R8G8B8A8_UNORM; in run() local
2046 resultFormat, // VkFormat format in run()
2083 resultFormat, // VkFormat format in run()
2093 const VkDeviceSize bufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(resultFormat)); in run()
2310 tcu::ConstPixelBufferAccess resultBufferAccess(mapVkFormat(resultFormat), renderSize.x(), renderSize.y(), 1, resultImageBuffer->getAllocation().getHostPtr()); in run()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1394 const tcu::TextureFormat resultFormat(tcu::TextureFormat::RGBA, format.type); in execute()
1395 const tcu::ConstPixelBufferAccess resultAccess(resultFormat, renderSize.x(), renderSize.y(), 1, readImageBufferMemory->getHostPtr()); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1394 const tcu::TextureFormat resultFormat(tcu::TextureFormat::RGBA, format.type); in execute()
1395 const tcu::ConstPixelBufferAccess resultAccess(resultFormat, renderSize.x(), renderSize.y(), 1, readImageBufferMemory->getHostPtr()); in execute()

Completed in 92 milliseconds