Searched refs:makeClearColorValue (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 1707 VkClearValue makeClearColorValue (VkFormat format, float r, float g, float b, float a) in makeClearColorValue() function 2155 …makeClearColorValue(format, colorParams.clearColors[0][0], colorParams.clearColors[0][1], colorPar… in createImageClearingTestsCommon() 2156 …makeClearColorValue(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() 2342 …makeClearColorValue(format, colorParams.clearColors[0][0], colorParams.clearColors[0][1], colorPar… in createImageClearingTestsCommon() 2343 …makeClearColorValue(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 …]
|