Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp142 SkPMColor4f finalColor = analysis.inputColorIsOverridden() ? overrideColor : fOriginalColor; in finalize() local
143 if (!SkPMColor4fFitsInBytes(finalColor)) { in finalize()
146 SkFloatToHalf_finite_ftz(Sk4f::Load(finalColor.vec())).store(&halfColor); in finalize()
149 this->writeInstanceData(finalColor.toBytes_RGBA()); in finalize()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp286 tcu::Vec4 finalColor = (color - m_texFormatInfo.lookupBias) / m_texFormatInfo.lookupScale; in fillTexture() local
287 texAccess.setPixel(finalColor, x, y); in fillTexture()
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp336 SkColor finalColor = evaluateCommandColor(surface, commandIndex, x, y); in findCommandByPixel() local
344 if (c == finalColor) { in findCommandByPixel()
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_bindless_texture.txt442 out lowp vec4 finalColor;
450 finalColor = texture(allTheSamplers[whichSampler], texCoord);
/third_party/openGLES/extensions/IMG/
DIMG_bindless_texture.txt442 out lowp vec4 finalColor;
450 finalColor = texture(allTheSamplers[whichSampler], texCoord);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerTests.cpp1487 const tcu::Vec4 finalColor = (texColor - formatInfo.lookupBias) / formatInfo.lookupScale; in iterate() local
1488 texPixels.setPixel(finalColor, x, y, z); in iterate()
/third_party/openGLES/extensions/NV/
DNV_bindless_texture.txt1153 out vec4 finalColor;
1161 finalColor = texture(allTheSamplers[whichSampler], texCoord);
1174 out vec4 finalColor;
1178 finalColor = texture(theSampler, texCoord);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_bindless_texture.txt1153 out vec4 finalColor;
1161 finalColor = texture(allTheSamplers[whichSampler], texCoord);
1174 out vec4 finalColor;
1178 finalColor = texture(theSampler, texCoord);
/third_party/openGLES/extensions/ARB/
DARB_bindless_texture.txt1167 out vec4 finalColor;
1175 finalColor = texture(allTheSamplers[whichSampler], texCoord);
1187 out vec4 finalColor;
1191 finalColor = texture(theSampler, texCoord);
DARB_fragment_program.txt675 1 temp, 1 attribute, and 3, 4, or 2 instructions. "finalColor" in
691 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
705 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
717 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_bindless_texture.txt1157 out vec4 finalColor;
1165 finalColor = texture(allTheSamplers[whichSampler], texCoord);
1177 out vec4 finalColor;
1181 finalColor = texture(theSampler, texCoord);
DARB_fragment_program.txt665 1 temp, 1 attribute, and 3, 4, or 2 instructions. "finalColor" in
681 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
695 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;
707 LRP result.color.rgb, fogFactor.x, finalColor, fogColor;