Searched refs:colorParams (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 2148 const ClearTestColorParams& colorParams = clearColorsToTest[clearColorIndex]; in createImageClearingTestsCommon() local 2150 if (colorParams.matchTextureChannelClass && channelClass != colorParams.textureChannelClass) in createImageClearingTestsCommon() 2155 …ClearColorValue(format, colorParams.clearColors[0][0], colorParams.clearColors[0][1], colorParams.… in createImageClearingTestsCommon() 2156 …ClearColorValue(format, colorParams.clearColors[1][0], colorParams.clearColors[1][1], colorParams.… in createImageClearingTestsCommon() 2161 …rColorValue(format, colorParams.expectedColors[0][0], colorParams.expectedColors[0][1], colorParam… in createImageClearingTestsCommon() 2162 …rColorValue(format, colorParams.expectedColors[1][0], colorParams.expectedColors[1][1], colorParam… in createImageClearingTestsCommon() 2170 …std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNam… in createImageClearingTestsCommon() 2335 const ClearTestColorParams& colorParams = clearColorsToTest[clearColorIndex]; in createImageClearingTestsCommon() local 2337 if (colorParams.matchTextureChannelClass && channelClass != colorParams.textureChannelClass) in createImageClearingTestsCommon() 2342 …ClearColorValue(format, colorParams.clearColors[0][0], colorParams.clearColors[0][1], colorParams.… in createImageClearingTestsCommon() [all …]
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_render_utils.mm | 784 const ColorBlitParams *colorParams = static_cast<const ColorBlitParams *>(¶ms); 785 uniformParams.dstLuminance = colorParams->dstLuminance ? 1 : 0;
|