Home
last modified time | relevance | path

Searched refs:dv (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/ffmpeg/libavdevice/
H A Diec61883.c33 #include "libavformat/dv.h"
91 int (*parse_queue)(struct iec61883_data *dv, AVPacket *pkt);
103 struct iec61883_data *dv = callback_data; in iec61883_callback() local
108 pthread_mutex_lock(&dv->mutex); in iec61883_callback()
111 if (dv->packets >= dv->max_packets) { in iec61883_callback()
134 if (dv->queue_first) { in iec61883_callback()
135 dv->queue_last->next = packet; in iec61883_callback()
136 dv->queue_last = packet; in iec61883_callback()
138 dv in iec61883_callback()
155 struct iec61883_data *dv = (struct iec61883_data *)opaque; iec61883_receive_task() local
190 iec61883_parse_queue_dv(struct iec61883_data *dv, AVPacket *pkt) iec61883_parse_queue_dv() argument
223 iec61883_parse_queue_hdv(struct iec61883_data *dv, AVPacket *pkt) iec61883_parse_queue_hdv() argument
247 struct iec61883_data *dv = context->priv_data; iec61883_read_header() local
424 struct iec61883_data *dv = context->priv_data; iec61883_read_packet() local
453 struct iec61883_data *dv = context->priv_data; iec61883_close() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp26 DomainValue *dv = Avail.empty() ? new (Allocator.Allocate()) DomainValue
29 dv->addDomain(domain);
30 assert(dv->Refs == 0 && "Reference count wasn't cleared");
31 assert(!dv->Next && "Chained DomainValue shouldn't have been recycled");
32 return dv;
70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg() argument
74 if (LiveRegs[rx] == dv) in setLiveReg()
78 LiveRegs[rx] = retain(dv); in setLiveReg()
94 if (DomainValue *dv = LiveRegs[rx]) { in force()
95 if (dv in force()
112 collapse(DomainValue *dv, unsigned domain) collapse() argument
[all...]
/third_party/node/benchmark/buffers/
H A Ddataview-set.js44 const dv = new DataView(ab, 0, 8);
49 benchInt(dv, fn, n, le);
51 benchFloat(dv, fn, n, le);
54 function benchInt(dv, fn, len, le) {
56 const method = dv[fn];
59 method.call(dv, 0, i % m, le);
64 function benchFloat(dv, fn, len, le) {
65 const method = dv[fn];
68 method.call(dv, 0, i * 0.1, le);
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_temperature.cpp95 real64 dv = kTempTable [index] . t; in Set_xy_coord() local
97 real64 len = sqrt (1.0 + dv * dv); in Set_xy_coord()
100 dv /= len; in Set_xy_coord()
109 real64 dt = - uu * dv + vv * du; in Set_xy_coord()
150 dv = dv * (1.0 - f) + last_dv * f; in Set_xy_coord()
152 len = sqrt (du * du + dv * dv); in Set_xy_coord()
155 dv / in Set_xy_coord()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_div.c17 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
36 if (dv != NULL)
37 BN_zero(dv);
43 if (dv == NULL)
44 dv = BN_CTX_get(ctx);
47 if (D == NULL || dv == NULL || rem == NULL)
58 * The next 2 are needed so we can do a dv->d[0]|=1 later since
61 BN_zero(dv);
62 if (bn_wexpand(dv, 1) == NULL)
64 dv
209 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) BN_div() argument
264 bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) bn_div_fixed_top() argument
[all...]
H A Dbn_recp.c84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() argument
91 d = (dv != NULL) ? dv : BN_CTX_get(ctx); in BN_div_recp()
163 bn_check_top(dv); in BN_div_recp()
/third_party/openssl/crypto/bn/
H A Dbn_div.c17 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
36 if (dv != NULL)
37 BN_zero(dv);
43 if (dv == NULL)
44 dv = BN_CTX_get(ctx);
47 if (D == NULL || dv == NULL || rem == NULL)
58 * The next 2 are needed so we can do a dv->d[0]|=1 later since
61 BN_zero(dv);
62 if (bn_wexpand(dv, 1) == NULL)
64 dv
209 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) BN_div() argument
264 bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) bn_div_fixed_top() argument
[all...]
H A Dbn_recp.c84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() argument
91 d = (dv != NULL) ? dv : BN_CTX_get(ctx); in BN_div_recp()
163 bn_check_top(dv); in BN_div_recp()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_eval.c182 GLfloat vv = (v - map->v1) * map->dv; in vbo_exec_do_EvalCoord2f()
205 GLfloat vv = (v - map->v1) * map->dv; in vbo_exec_do_EvalCoord2f()
212 GLfloat du[4], dv[4]; in vbo_exec_do_EvalCoord2f() local
214 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv, in vbo_exec_do_EvalCoord2f()
223 dv[0] = dv[0]*vertex[3] - dv[3]*vertex[0]; in vbo_exec_do_EvalCoord2f()
224 dv[1] = dv[1]*vertex[3] - dv[ in vbo_exec_do_EvalCoord2f()
[all...]
/third_party/ffmpeg/tests/fate/
H A Ddvvideo.mak2 fate-bsf-dv-error-marker: CMD = md5 -i $(TARGET_SAMPLES)/dv/dvcprohd_720p50.mov -flags +bitexact -fflags +bitexact -c:v copy -bsf noise=100,dv_error_marker=color=blue -f avi
3 fate-bsf-dv-error-marker: CMP = oneline
4 fate-bsf-dv-error-marker: REF = 4e884d3e8045299d0d45ec920fa58a44
5 FATE_DVVIDEO-$(call ALLYES, MOV_DEMUXER DV_ERROR_MARKER_BSF NOISE_BSF AVI_MUXER) += fate-bsf-dv-error-marker
H A Dvcodec.mak133 FATE_VCODEC_DV := dv dv-411 dv-50 dv-hd dv-fhd
135 fate-vsynth%-dv: ENCOPTS = -dct int -s pal
137 fate-vsynth%-dv-411: ENCOPTS = -dct int -s pal -pix_fmt yuv411p \
139 fate-vsynth%-dv-411: DECOPTS = -sws_flags area
141 fate-vsynth%-dv-50: ENCOPTS = -dct int -s pal -pix_fmt yuv422p \
143 fate-vsynth%-dv
[all...]
H A Dseek.mak54 dv dv-411 dv-50 \
81 fate-seek-vsynth_lena-dv: SRC = fate/vsynth_lena-dv.dv
82 fate-seek-vsynth_lena-dv-411: SRC = fate/vsynth_lena-dv-411.dv
83 fate-seek-vsynth_lena-dv
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey.c53 int du, dv, i; in do_chromakey_pixel() local
57 dv = (int)v[i] - ctx->chromakey_uv[1]; in do_chromakey_pixel()
59 diff += sqrt((du * du + dv * dv) / (255.0 * 255.0 * 2)); in do_chromakey_pixel()
75 int du, dv, i; in do_chromakey_pixel16() local
79 dv = (int)v[i] - ctx->chromakey_uv[1]; in do_chromakey_pixel16()
81 diff += sqrt((du * du + dv * dv) / (max * max * 2)); in do_chromakey_pixel16()
195 int du, dv; in do_chromahold_slice() local
198 dv in do_chromahold_slice()
234 int du, dv; do_chromahold16_slice() local
[all...]
H A Dvf_v360.c401 * @param dv vertical relative coordinate
407 static void nearest_kernel(float du, float dv, const XYRemap *rmap, in nearest_kernel() argument
410 const int i = lrintf(dv) + 1; in nearest_kernel()
421 * @param dv vertical relative coordinate
427 static void bilinear_kernel(float du, float dv, const XYRemap *rmap, in bilinear_kernel() argument
437 ker[0] = lrintf((1.f - du) * (1.f - dv) * 16385.f); in bilinear_kernel()
438 ker[1] = lrintf( du * (1.f - dv) * 16385.f); in bilinear_kernel()
439 ker[2] = lrintf((1.f - du) * dv * 16385.f); in bilinear_kernel()
440 ker[3] = lrintf( du * dv * 16385.f); in bilinear_kernel()
460 * @param dv vertica
466 lagrange_kernel(float du, float dv, const XYRemap *rmap, int16_t *u, int16_t *v, int16_t *ker) lagrange_kernel() argument
511 bicubic_kernel(float du, float dv, const XYRemap *rmap, int16_t *u, int16_t *v, int16_t *ker) bicubic_kernel() argument
564 lanczos_kernel(float du, float dv, const XYRemap *rmap, int16_t *u, int16_t *v, int16_t *ker) lanczos_kernel() argument
606 spline16_kernel(float du, float dv, const XYRemap *rmap, int16_t *u, int16_t *v, int16_t *ker) spline16_kernel() argument
659 gaussian_kernel(float du, float dv, const XYRemap *rmap, int16_t *u, int16_t *v, int16_t *ker) gaussian_kernel() argument
724 mitchell_kernel(float du, float dv, const XYRemap *rmap, int16_t *u, int16_t *v, int16_t *ker) mitchell_kernel() argument
1448 xyz_to_cube3x2(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube3x2() argument
1605 xyz_to_cube1x6(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube1x6() argument
1685 xyz_to_cube6x1(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube6x1() argument
1901 xyz_to_stereographic(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_stereographic() argument
2005 xyz_to_equisolid(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_equisolid() argument
2116 xyz_to_orthographic(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_orthographic() argument
2176 xyz_to_equirect(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_equirect() argument
2217 xyz_to_hequirect(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_hequirect() argument
2274 xyz_to_flat(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_flat() argument
2321 xyz_to_mercator(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_mercator() argument
2389 xyz_to_ball(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_ball() argument
2499 xyz_to_hammer(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_hammer() argument
2569 xyz_to_sinusoidal(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_sinusoidal() argument
2764 xyz_to_eac(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_eac() argument
2931 xyz_to_fisheye(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_fisheye() argument
3008 xyz_to_pannini(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_pannini() argument
3120 xyz_to_cylindrical(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cylindrical() argument
3228 xyz_to_cylindricalea(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cylindricalea() argument
3340 xyz_to_tetrahedron(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_tetrahedron() argument
3451 xyz_to_dfisheye(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_dfisheye() argument
3573 xyz_to_barrel(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_barrel() argument
3645 xyz_to_barrelsplit(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_barrelsplit() argument
3872 xyz_to_tspyramid(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_tspyramid() argument
3973 xyz_to_octahedron(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_octahedron() argument
4245 float du, dv; v360_slice() local
[all...]
H A Dvf_vignette.c192 double dv = 0; in get_dither_value() local
194 dv = s->dither / (double)(1LL<<32); in get_dither_value()
197 return dv; in get_dither_value()
267 const double dv = get_dither_value(s); in filter_frame() local
268 if (chroma) *dstp++ = av_clip_uint8(fmap[x << hsub] * (*srcp++ - 127) + 127 + dv); in filter_frame()
269 else *dstp++ = av_clip_uint8(fmap[x ] * *srcp++ + dv); in filter_frame()
H A Dvf_lenscorrection.c153 const uint64_t dv = off_y >= 0 ? (radius_mult * off_y + add) & max : max - ((radius_mult * -off_y + add) & max); \
160 sum += (max - du) * (max - dv) * p0; \
161 sum += ( du) * (max - dv) * p1; \
162 sum += (max - du) * ( dv) * p2; \
163 sum += ( du) * ( dv) * p3; \
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp206 literal dv, cv0, cv1; in fold_setcc() local
411 literal dv, cv = v0->get_const_value(); in fold_alu_op1() local
415 case ALU_OP1_CEIL: dv = ceilf(cv.f); break; in fold_alu_op1()
416 case ALU_OP1_COS: dv = cos(cv.f * 2.0f * M_PI); break; in fold_alu_op1()
417 case ALU_OP1_EXP_IEEE: dv = exp2f(cv.f); break; in fold_alu_op1()
418 case ALU_OP1_FLOOR: dv = floorf(cv.f); break; in fold_alu_op1()
419 case ALU_OP1_FLT_TO_INT: dv = (int)cv.f; break; // FIXME: round modes ???? in fold_alu_op1()
420 case ALU_OP1_FLT_TO_INT_FLOOR: dv = (int32_t)floorf(cv.f); break; in fold_alu_op1()
421 case ALU_OP1_FLT_TO_INT_RPI: dv = (int32_t)floorf(cv.f + 0.5f); break; in fold_alu_op1()
422 case ALU_OP1_FLT_TO_INT_TRUNC: dv in fold_alu_op1()
958 literal dv, cv0, cv1, cv2; fold_alu_op3() local
[all...]
/third_party/python/Objects/
H A Dodictobject.c1889 odictkeys_iter(_PyDictViewObject *dv) in odictkeys_iter() argument
1891 if (dv->dv_dict == NULL) { in odictkeys_iter()
1894 return odictiter_new((PyODictObject *)dv->dv_dict, in odictkeys_iter()
1899 odictkeys_reversed(_PyDictViewObject *dv, PyObject *Py_UNUSED(ignored)) in odictkeys_reversed() argument
1901 if (dv->dv_dict == NULL) { in odictkeys_reversed()
1904 return odictiter_new((PyODictObject *)dv->dv_dict, in odictkeys_reversed()
1956 odictitems_iter(_PyDictViewObject *dv) in odictitems_iter() argument
1958 if (dv->dv_dict == NULL) { in odictitems_iter()
1961 return odictiter_new((PyODictObject *)dv->dv_dict, in odictitems_iter()
1966 odictitems_reversed(_PyDictViewObject *dv, PyObjec argument
2023 odictvalues_iter(_PyDictViewObject *dv) odictvalues_iter() argument
2033 odictvalues_reversed(_PyDictViewObject *dv, PyObject *Py_UNUSED(ignored)) odictvalues_reversed() argument
[all...]
H A Ddictobject.c4548 dictview_dealloc(_PyDictViewObject *dv) in dictview_dealloc() argument
4551 _PyObject_GC_UNTRACK(dv); in dictview_dealloc()
4552 Py_XDECREF(dv->dv_dict); in dictview_dealloc()
4553 PyObject_GC_Del(dv); in dictview_dealloc()
4557 dictview_traverse(_PyDictViewObject *dv, visitproc visit, void *arg) in dictview_traverse() argument
4559 Py_VISIT(dv->dv_dict); in dictview_traverse()
4564 dictview_len(_PyDictViewObject *dv) in dictview_len() argument
4567 if (dv->dv_dict != NULL) in dictview_len()
4568 len = dv->dv_dict->ma_used; in dictview_len()
4575 _PyDictViewObject *dv; in _PyDictView_New() local
4707 dictview_repr(_PyDictViewObject *dv) dictview_repr() argument
4732 dictkeys_iter(_PyDictViewObject *dv) dictkeys_iter() argument
4741 dictkeys_contains(_PyDictViewObject *dv, PyObject *obj) dictkeys_contains() argument
5132 dictkeys_reversed(_PyDictViewObject *dv, PyObject *Py_UNUSED(ignored)) dictkeys_reversed() argument
5143 dictitems_iter(_PyDictViewObject *dv) dictitems_iter() argument
5152 dictitems_contains(_PyDictViewObject *dv, PyObject *obj) dictitems_contains() argument
5238 dictitems_reversed(_PyDictViewObject *dv, PyObject *Py_UNUSED(ignored)) dictitems_reversed() argument
5249 dictvalues_iter(_PyDictViewObject *dv) dictvalues_iter() argument
5319 dictvalues_reversed(_PyDictViewObject *dv, PyObject *Py_UNUSED(ignored)) dictvalues_reversed() argument
[all...]
/third_party/mesa3d/src/mesa/math/
H A Dm_eval.c186 * at the same time. To get the correct tangent length du and dv
196 GLfloat * dv, GLfloat u, GLfloat v, GLuint dim, in _math_de_casteljau_surf()
222 dv[k] = us * (CN(0, 1, k) - CN(0, 0, k)) + in _math_de_casteljau_surf()
257 dv[k] = DCN(0, 1) - DCN(0, 0); in _math_de_casteljau_surf()
296 dv[k] = us * DCN(0, 1) + u * DCN(1, 1); in _math_de_casteljau_surf()
328 dv[k] = us * (DCN(0, 1) - DCN(0, 0)) + u * (DCN(1, 1) - DCN(1, 0)); in _math_de_casteljau_surf()
380 dv[k] = DCN(0, 1) - DCN(0, 0); in _math_de_casteljau_surf()
438 dv[k] = us * DCN(0, 2) + u * DCN(1, 2); in _math_de_casteljau_surf()
195 _math_de_casteljau_surf(GLfloat * cn, GLfloat * out, GLfloat * du, GLfloat * dv, GLfloat u, GLfloat v, GLuint dim, GLuint uorder, GLuint vorder) _math_de_casteljau_surf() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp33 TIntermTyped *dv, in DerivativeQuotient()
36 // (du v - dv u) / v^2 in DerivativeQuotient()
40 new TIntermBinary(EOpMul, dv->deepCopy(), u->deepCopy())), in DerivativeQuotient()
86 TIntermTyped *dv, in TransformDerivativeXMajor()
96 block->appendStatement(new TIntermBinary(EOpAssign, dv->deepCopy(), dvValue)); in TransformDerivativeXMajor()
102 TIntermTyped *dv) in TransformImplicitDerivativeXMajor()
107 new TIntermBinary(EOpAssign, dv->deepCopy(), Swizzle1(dOuter->deepCopy(), 1))); in TransformImplicitDerivativeXMajor()
139 TIntermTyped *dv, in TransformDerivativeYMajor()
149 block->appendStatement(new TIntermBinary(EOpAssign, dv->deepCopy(), dvValue)); in TransformDerivativeYMajor()
155 TIntermTyped *dv) in TransformImplicitDerivativeYMajor()
30 DerivativeQuotient(TIntermTyped *u, TIntermTyped *du, TIntermTyped *v, TIntermTyped *dv, TIntermTyped *vRecip) DerivativeQuotient() argument
77 TransformDerivativeXMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *xRecip) TransformDerivativeXMajor() argument
99 TransformImplicitDerivativeXMajor(TIntermBlock *block, TIntermTyped *dOuter, TIntermTyped *du, TIntermTyped *dv) TransformImplicitDerivativeXMajor() argument
130 TransformDerivativeYMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *yRecip) TransformDerivativeYMajor() argument
152 TransformImplicitDerivativeYMajor(TIntermBlock *block, TIntermTyped *dOuter, TIntermTyped *du, TIntermTyped *dv) TransformImplicitDerivativeYMajor() argument
183 TransformDerivativeZMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *zRecip) TransformDerivativeZMajor() argument
205 TransformImplicitDerivativeZMajor(TIntermBlock *block, TIntermTyped *dOuter, TIntermTyped *du, TIntermTyped *dv) TransformImplicitDerivativeZMajor() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.h53 inline std::ostream &operator<<(std::ostream &o, const DecorateVariable &dv) in operator <<() argument
55 if (dv.getName().compare(0, 3, "gl_") != 0) in operator <<()
59 o << dv.getName(); in operator <<()
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/
H A Dfixer.js447 var dv = d.join('')
448 dv = dv.trim()
449 dv = dv.replace(/^@/, '')
450 o[dn] = dv
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp38 // vec4 dv = sqrt(Dead); in TEST_F()
52 ; CHECK-NOT: OpName %dv "dv" in TEST_F()
53 OpName %dv "dv" in TEST_F()
71 ; CHECK-NOT: %dv = OpVariable in TEST_F()
72 %dv = OpVariable %_ptr_Function_v4float Function in TEST_F()
79 ; CHECK-NOT: OpStore %dv in TEST_F()
80 OpStore %dv %18 in TEST_F()
103 // vec4 dv in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp38 // vec4 dv = sqrt(Dead); in TEST_F()
52 ; CHECK-NOT: OpName %dv "dv" in TEST_F()
53 OpName %dv "dv" in TEST_F()
71 ; CHECK-NOT: %dv = OpVariable in TEST_F()
72 %dv = OpVariable %_ptr_Function_v4float Function in TEST_F()
79 ; CHECK-NOT: OpStore %dv in TEST_F()
80 OpStore %dv %18 in TEST_F()
103 // vec4 dv in TEST_F()
[all...]

Completed in 32 milliseconds

1234