/third_party/skia/modules/skottie/src/effects/ |
H A D | VenetianBlindsEffect.cpp | 121 c23 = SkColorSetA(SK_ColorWHITE, SkScalarRoundToInt(g23 * 0xff)), variable 122 colors[] = { c01, c23, c23, c01 };
|
/third_party/typescript/tests/baselines/reference/ |
H A D | constDeclarations-validContexts.js | 90 const c23 = 0; 198 const c23 = 0;
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelRoutine.cpp | 1001 Short4 c23; in readPixel() local 1021 c23 = *Pointer<Short4>(buffer); in readPixel() 1024 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel() 1025 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel() 1041 c23 = *Pointer<Short4>(buffer); in readPixel() 1044 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel() 1045 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel() 1080 c23 = *Pointer<Short4>(buffer); in readPixel() 1083 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel() 1084 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel() 1557 Short4 c23 = current.y; writeColor() local 1600 Int c23 = Extract(As<Int2>(current.x), 1); writeColor() local 2049 Short4 c23; alphaBlend() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 944 Short4 c23; in readPixel() local 1127 c23 = *Pointer<Short4>(buffer); in readPixel() 1130 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel() 1131 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel() 1147 c23 = *Pointer<Short4>(buffer); in readPixel() 1150 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel() 1151 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel() 1504 Short4 c23 = current.y; in writeColor() local 1565 Int c23 = Extract(As<Int2>(current.x), 1); in writeColor() local 1571 *Pointer<Int>(buffer) = (c23 in writeColor() 1592 Int c23 = Extract(As<Int2>(current.x), 1); writeColor() local 1619 Int c23 = Extract(As<Int2>(current.x), 1); writeColor() local 1646 Int c23 = Extract(As<Int2>(current.x), 1); writeColor() local 1673 Int c23 = Extract(As<Int2>(current.x), 1); writeColor() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_tri.c | 472 __m128i c01, c23, unused; in do_triangle_ccw() local 548 c23 = _mm_unpackhi_epi64(c02, c13); in do_triangle_ccw() 549 transpose2_64_2_32(&c01, &c23, &dcdx, &dcdy, in do_triangle_ccw()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_instructions.cpp | 1109 ir_constant *c23 = new(ir) ir_constant(int(23), elements); in find_lsb_to_float_cast() local 1158 i.insert_before(assign(lsb, sub(rshift(bitcast_f2i(as_float), c23), c7F))); in find_lsb_to_float_cast() 1190 ir_constant *c23 = new(ir) ir_constant(int(23), elements); in find_msb_to_float_cast() local 1262 i.insert_before(assign(msb, sub(rshift(bitcast_f2i(as_float), c23), c7F))); in find_msb_to_float_cast()
|
/third_party/libdrm/tests/tegra/ |
H A D | vic30.h | 242 uint64_t c23 : 20; /* 123..104 */ member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 2192 uint32_t c23 = averageByte4(c2, c3); in fastResolve() local 2193 uint32_t c03 = averageByte4(c01, c23); in fastResolve()
|