Home
last modified time | relevance | path

Searched refs:vC (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/vert/
Dno-contraction.vert4 static float4 vC;
10 float4 vC : TEXCOORD2;
23 precise float4 _30 = _15 + vC;
34 vC = stage_input.vC;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/vert/
Dno-contraction.vert4 static float4 vC;
10 float4 vC : TEXCOORD2;
27 precise float4 _30 = _27 + vC;
40 vC = stage_input.vC;
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_analysis.c244 alignas(16) float vC[2][4]; in check_elts24() local
288 make_vert(v12, v9, vC); in check_elts24()
293 assert(test_interps((const_float4_ptr)vC, as, bs, at, bt)); in check_elts24()
298 (const_float4_ptr)vC, in check_elts24()
312 (const_float4_ptr)vC, in check_elts24()
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/legacy/fragment/
Dfma.legacy.frag7 varying highp vec4 vC;
11 gl_FragData[0] = vA * vB + vC;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/legacy/fragment/
Dfma.legacy.frag7 varying highp vec4 vC;
11 gl_FragData[0] = vA * vB + vC;
/third_party/skia/third_party/externals/spirv-cross/shaders/legacy/fragment/
Dfma.legacy.frag5 layout(location = 2) in vec4 vC;
10 FragColor = fma(vA, vB, vC);
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vert/
Dno-contraction.vert5 layout(location = 2) in vec4 vC;
12 precise vec4 mad = vA * vB + vC;
/third_party/skia/third_party/externals/spirv-cross/shaders/vert/
Dno-contraction.vert5 layout(location = 2) in vec4 vC;
12 precise vec4 mad = vA * vB + vC;
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/vert/
Dno-contraction.vert5 layout(location = 2) in vec4 vC;
12 precise vec4 mad = vA * vB + vC;
/third_party/mksh/
Dedit.c3487 #define vC 0x01 /* a valid command that isn't a vM, vE, vU */ macro
3497 #define is_cmd(c) (classify[rtt2asc(c) & 0x7F] & (vM | vE | vC | vU))
3508 vB, 0, 0, 0, 0, vC|vU, vC|vZ, 0,
3510 vM, vC|vZ, 0, 0, vC|vU, 0, vC, 0,
3512 vC, 0, vC|vU, 0, 0, 0, vC, 0,
3514 vC, 0, 0, vC|vZ, 0, 0, 0, 0,
3516 vM, 0, 0, vC, vM, vM, 0, 0,
3518 0, 0, vC, vC, vM, vC, 0, vC|vS,
3522 0, 0, 0, vM, 0, vC, 0, vC|vS,
3524 vC|vX, vC, vM, vC, vC, vM, vM|vX, vC|vU|vZ,
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/vert/
Dno-contraction.vert5 layout(location = 2) in vec4 vC;
12 precise vec4 _30 = _15 + vC;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/vert/
Dno-contraction.vert5 layout(location = 2) in vec4 vC;
16 precise vec4 _30 = _27 + vC;
/third_party/ffmpeg/libavcodec/ppc/
Dh264chroma_template.c32 psum = vec_mladd(vC, vsrc2ssH, psum);\
127 const vec_s16 vC = VEC_SPLAT16(vABCD, 5); in PREFIX_h264_chroma_mc8_altivec() local
168 const vec_s16 vE = vec_add(vB, vC); in PREFIX_h264_chroma_mc8_altivec()
202 const vec_s16 vC = VEC_SPLAT16(vABCD, 5); in PREFIX_no_rnd_vc1_chroma_mc8_altivec() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td274 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
275 !strconcat(opc, " $vD, $vA, $vB, $vC"), IIC_VecFP,
276 [(set Ty:$vD, (IntID Ty:$vA, Ty:$vB, Ty:$vC))]>;
282 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
283 !strconcat(opc, " $vD, $vA, $vB, $vC"), IIC_VecFP,
284 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB, InTy:$vC))]>;
290 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
291 !strconcat(opc, " $vD, $vA, $vB, $vC"), IIC_VecFP,
293 (IntID In1Ty:$vA, In1Ty:$vB, In2Ty:$vC))]>;
462 def VMADDFP : VAForm_1<46, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vC, vrrc:$vB),
[all …]
DPPCInstrVSX.td1205 def : Pat<(v16i8 (vselect v16i8:$vA, v16i8:$vB, v16i8:$vC)),
1207 (XXSEL (COPY_TO_REGCLASS $vC, VSRC),
1210 def : Pat<(v8i16 (vselect v8i16:$vA, v8i16:$vB, v8i16:$vC)),
1212 (XXSEL (COPY_TO_REGCLASS $vC, VSRC),
1215 def : Pat<(vselect v4i32:$vA, v4i32:$vB, v4i32:$vC),
1216 (XXSEL $vC, $vB, $vA)>;
1217 def : Pat<(vselect v2i64:$vA, v2i64:$vB, v2i64:$vC),
1218 (XXSEL $vC, $vB, $vA)>;
1219 def : Pat<(vselect v4i32:$vA, v4f32:$vB, v4f32:$vC),
1220 (XXSEL $vC, $vB, $vA)>;
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vert/
Dno-contraction.vert17 float4 vC [[attribute(2)]];
85 … spvFAdd(spvFAdd(spvFAdd(_15, spvFAdd(in.vA, in.vB)), spvFSub(in.vA, in.vB)), spvFAdd(_15, in.vC));
/third_party/skia/src/core/
DSkColorSpaceXformSteps.cpp158 skvm::F32 vC = approx_powf(v, C); in sk_program_transfer_fn() local
159 v = approx_powf(max(B * vC + A, 0.0f) / (E * vC + D), F); in sk_program_transfer_fn()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vert/
Dno-contraction.vert17 float4 vC [[attribute(2)]];
87 float4 mad = spvFAdd(spvFMul(in.vA, in.vB), in.vC);
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c1091 struct ureg_src vC[2]; /* DIFFUSE, SPECULAR */ member
1260 ureg_LRP(ureg, dst, _WWWW(ps->vC[0]), arg[1], arg[2]); in ps_do_ts_op()
1334 ps.vC[0] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 0, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
1344 ureg_MOV(ureg, ps.rCur, ps.vC[0]); in nine_ff_build_ps()
1355 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
1374 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
1387 ps.vC[1] = ureg_DECL_fs_input(ureg, TGSI_SEMANTIC_COLOR, 1, TGSI_INTERPOLATE_COLOR); in nine_ff_build_ps()
1508 ureg_ADD(ureg, ureg_writemask(ps.rCur, TGSI_WRITEMASK_XYZ), ps.rCurSrc, ps.vC[1]); in nine_ff_build_ps()
Dnine_shader.c486 struct ureg_src vC[2]; /* PS color in */ member
3606 for (i = 0; i < ARRAY_SIZE(tx->regs.vC); ++i) in tx_ctor()
3607 tx->regs.vC[i] = ureg_src_undef(); in tx_ctor()
/third_party/json/test/src/
Dunit-ubjson.cpp1890 std::vector<uint8_t> vC = {'C'}; variable
1891 CHECK_THROWS_AS(_ = json::from_ubjson(vC), json::parse_error&);
1892 …CHECK_THROWS_WITH(_ = json::from_ubjson(vC), "[json.exception.parse_error.110] parse error at byte…
1893 CHECK(json::from_ubjson(vC, true, false).is_discarded());
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dksh.txt383 "vC",
/third_party/icu/icu4c/source/data/locales/
Dksh.txt383 "vC",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dksh.txt383 "vC",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc16574 /* 43791*/ OPC_RecordChild3, // #2 = $vC
16578 …PTR] }, v8i16:{ *:[v8i16] }:$vA, v8i16:{ *:[v8i16] }:$vB, v8i16:{ *:[v8i16] }:$vC) - Complexity = 8
16579 …(VMHADDSHS:{ *:[v8i16] } v8i16:{ *:[v8i16] }:$vA, v8i16:{ *:[v8i16] }:$vB, v8i16:{ *:[v8i16] }:$vC)
16584 /* 43809*/ OPC_RecordChild3, // #2 = $vC
16588 …PTR] }, v8i16:{ *:[v8i16] }:$vA, v8i16:{ *:[v8i16] }:$vB, v8i16:{ *:[v8i16] }:$vC) - Complexity = 8
16589 …VMHRADDSHS:{ *:[v8i16] } v8i16:{ *:[v8i16] }:$vA, v8i16:{ *:[v8i16] }:$vB, v8i16:{ *:[v8i16] }:$vC)
16594 /* 43827*/ OPC_RecordChild3, // #2 = $vC
16598 …PTR] }, v8i16:{ *:[v8i16] }:$vA, v8i16:{ *:[v8i16] }:$vB, v8i16:{ *:[v8i16] }:$vC) - Complexity = 8
16599 …(VMLADDUHM:{ *:[v8i16] } v8i16:{ *:[v8i16] }:$vA, v8i16:{ *:[v8i16] }:$vB, v8i16:{ *:[v8i16] }:$vC)
16604 /* 43845*/ OPC_RecordChild3, // #2 = $vC
[all …]

12