Home
last modified time | relevance | path

Searched refs:fillWithComponentGradients2 (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.hpp119 void fillWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4&…
DtcuTextureUtil.cpp981 void fillWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& … in fillWithComponentGradients2() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp990 tcu::fillWithComponentGradients2(levelAccess, formatInfo.valueMin, formatInfo.valueMax); in fillWithGradient()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp523 tcu::fillWithComponentGradients2(buffer, tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), maxValue); in generateBuffer()