/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_analysis.c | 184 * vA + +--------------------------------------------+ + vC 211 * rectangles by introducing new vertices at vA, vB, vC and vD, and 244 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/mksh/ |
H A D | edit.c | 3487 #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, [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264chroma_template.c | 32 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/src/core/ |
H A D | SkColorSpaceXformSteps.cpp | 158 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/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_ff.c | 1091 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()
|
H A D | nine_shader.c | 486 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/tests/src/ |
H A D | unit-ubjson.cpp | 1858 std::vector<uint8_t> vC = {'C'}; variable 1859 CHECK_THROWS_WITH_AS(_ = json::from_ubjson(vC), "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing UBJSON char: unexpected end of input", json::parse_error&); 1860 CHECK(json::from_ubjson(vC, true, false).is_discarded());
|
H A D | unit-bjdata.cpp | 2731 std::vector<uint8_t> vC = {'C'}; variable 2732 CHECK_THROWS_WITH_AS(_ = json::from_bjdata(vC), "[json.exception.parse_error.110] parse error at byte 2: syntax error while parsing BJData char: unexpected end of input", json::parse_error&); 2733 CHECK(json::from_bjdata(vC, true, false).is_discarded());
|