/third_party/skia/modules/skottie/src/effects/ |
D | VenetianBlindsEffect.cpp | 121 c23 = SkColorSetA(SK_ColorWHITE, SkScalarRoundToInt(g23 * 0xff)), in onMakeMask() local 122 colors[] = { c01, c23, c23, c01 }; in onMakeMask()
|
/third_party/selinux/libsepol/tests/policies/test-expander/ |
D | user-base.conf | 447 gen_user(user_check_1,, user_check_1_1_r user_check_1_2_r, s0, s0 - s0:c0.c23) 448 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23) 449 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23) 450 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
|
D | role-base.conf | 444 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23) 445 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23) 446 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
|
D | alias-base.conf | 462 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23) 463 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23) 464 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
|
D | small-base.conf | 682 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23) 683 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23) 684 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
|
/third_party/typescript/tests/baselines/reference/ |
D | constDeclarations-validContexts.js | 90 const c23 = 0; constant 198 const c23 = 0;
|
D | constDeclarations-validContexts.symbols | 137 const c23 = 0; 138 >c23 : Symbol(c23, Decl(constDeclarations-validContexts.ts, 88, 15))
|
D | constDeclarations-validContexts.types | 185 const c23 = 0; 186 >c23 : 0
|
D | constDeclarations-validContexts.errors.txt | 95 const c23 = 0;
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
D | unord-relational-op.asm.frag | 45 OpName %c23 "c23" 111 %c23 = OpVariable %_ptr_Function_v4bool Function 194 OpStore %c23 %111
|
/third_party/selinux/libsepol/tests/policies/test-deps/ |
D | base-notmetreq.conf | 471 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23) 472 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23) 473 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
|
D | small-base.conf | 472 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23) 473 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23) 474 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
|
D | base-metreq.conf | 484 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23) 485 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23) 486 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
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() [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | constDeclarations-validContexts.ts | 93 const c23 = 0; constant
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
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 & mask23) | (value & ~mask23); in writeColor() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vulkan/frag/ |
D | spec-constant.msl11.vk.frag | 47 bool c23 = c < d; // OpSLessThan
|
D | spec-constant.vk.frag | 47 bool c23 = c < d; // OpSLessThan
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/ |
D | unord-relational-op.asm.frag | 53 bool4 c23 = (isunordered(in.g, in.h) || in.g <= in.h);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-reflection/frag/ |
D | spec-constant.vk.frag | 53 bool c23 = c < d; // OpSLessThan
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/vulkan/frag/ |
D | spec-constant.vk.frag | 52 bool c23 = c < d; // OpSLessThan
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/ |
D | spec-constant.frag | 52 bool c23 = c < d; // OpSLessThan
|
/third_party/selinux/libsepol/tests/policies/test-hooks/ |
D | cmp_policy.conf | 438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
|
D | small-base.conf | 438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/frag/ |
D | spec-constant.msl11.vk.frag | 108 bool c23 = _72;
|