Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1707 VkClearValue makeClearColorValue (VkFormat format, float r, float g, float b, float a) in makeClearColorValue() function
2155makeClearColorValue(format, colorParams.clearColors[0][0], colorParams.clearColors[0][1], colorPar… in createImageClearingTestsCommon()
2156makeClearColorValue(format, colorParams.clearColors[1][0], colorParams.clearColors[1][1], colorPar… in createImageClearingTestsCommon()
2161 …expectedColors[0] = makeClearColorValue(format, colorParams.expectedColors[0][0], colorParams.expe… in createImageClearingTestsCommon()
2162 …expectedColors[1] = makeClearColorValue(format, colorParams.expectedColors[1][0], colorParams.expe… in createImageClearingTestsCommon()
2183 makeClearColorValue(format, 0.2f, 0.1f, 0.7f, 0.8f), // VkClearValue initValue; in createImageClearingTestsCommon()
2342makeClearColorValue(format, colorParams.clearColors[0][0], colorParams.clearColors[0][1], colorPar… in createImageClearingTestsCommon()
2343makeClearColorValue(format, colorParams.clearColors[1][0], colorParams.clearColors[1][1], colorPar… in createImageClearingTestsCommon()
2348 …expectedColors[0] = makeClearColorValue(format, colorParams.expectedColors[0][0], colorParams.expe… in createImageClearingTestsCommon()
2349 …expectedColors[1] = makeClearColorValue(format, colorParams.expectedColors[1][0], colorParams.expe… in createImageClearingTestsCommon()
[all …]