/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXUtilities.cpp | 72 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD() argument 86 if (entity != gv) in cacheAnnotationFromMD() 97 (*annotationCache)[m][gv] = std::move(tmp); in cacheAnnotationFromMD() 100 tmp1[gv] = std::move(tmp); in cacheAnnotationFromMD() 105 bool findOneNVVMAnnotation(const GlobalValue *gv, const std::string &prop, in findOneNVVMAnnotation() argument 108 const Module *m = gv->getParent(); in findOneNVVMAnnotation() 110 cacheAnnotationFromMD(m, gv); in findOneNVVMAnnotation() 111 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end()) in findOneNVVMAnnotation() 112 cacheAnnotationFromMD(m, gv); in findOneNVVMAnnotation() 113 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end()) in findOneNVVMAnnotation() [all …]
|
/third_party/wayland_standard/doc/doxygen/ |
D | Makefile.am | 2 .SUFFIXES = .gv .png .map 55 diagramssrc := $(wildcard $(diagramsdir)/*.gv) 56 diagrams := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.png)) 57 diagram_maps := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.map)) 95 xml/%.png: $(diagramsdir)/%.gv | $(CURDIR)/xml 98 xml/%.map: $(diagramsdir)/%.gv | $(CURDIR)/xml
|
D | meson.build | 4 'wayland-architecture': files('dot/wayland-architecture.gv'), 5 'x-architecture': files('dot/x-architecture.gv'),
|
D | Makefile.in | 305 .SUFFIXES = .gv .png .map 357 diagramssrc := $(wildcard $(diagramsdir)/*.gv) 358 diagrams := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.png)) 359 diagram_maps := $(patsubst $(diagramsdir)/%,xml/%,$(diagramssrc:.gv=.map)) 641 xml/%.png: $(diagramsdir)/%.gv | $(CURDIR)/xml 644 xml/%.map: $(diagramsdir)/%.gv | $(CURDIR)/xml
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/max-mix-conditional-discard/ |
D | 0-opt.spvasm | 12 OpName %gv "gv" 18 OpDecorate %gv RelaxedPrecision 44 %gv = OpVariable %_ptr_Private_v4float Private 62 %8 = OpLoad %v4float %gv
|
D | 0-opt.wgsl | 8 var<private> gv : vec4<f32>; 16 let x_8 : vec4<f32> = gv;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 18 SystemZConstantPoolValue(const GlobalValue *gv, in SystemZConstantPoolValue() argument 20 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
|
/third_party/boost/boost/graph/ |
D | howard_cycle_ratio.hpp | 305 vertex_t gv = sv; in find_cycle_vertex() local 310 cm[gv] = my_black; in find_cycle_vertex() 311 if (!m_badv[gv]) in find_cycle_vertex() 313 gv = target(m_policy[gv], m_g); in find_cycle_vertex() 317 gv = m_sink; in find_cycle_vertex() 319 } while (cm[gv] != my_black); in find_cycle_vertex() 320 return gv; in find_cycle_vertex() 365 vertex_t gv = find_cycle_vertex(*uv_itr); in policy_mcr() local 366 float_t cr = cycle_ratio(gv); in policy_mcr() 367 mcr_bfv(gv, cr, vcm_); in policy_mcr()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | gv.txt | 3 gv{ 5 gv{"Gaelg"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | gv.txt | 4 gv{ 6 gv{"Gaelg"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | gv.txt | 4 gv{ 6 gv{"Gaelg"}
|
/third_party/libinput/doc/user/ |
D | meson.build | 90 'dot/seats-sketch.gv', 91 'dot/seats-sketch-libinput.gv', 92 'dot/libinput-stack-wayland.gv', 93 'dot/libinput-stack-xorg.gv', 94 'dot/libinput-stack-gnome.gv', 95 'dot/evemu.gv', 96 'dot/libinput-record.gv',
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/similar-nested-ifs/ |
D | 0-opt.spvasm | 12 OpName %gv "gv" 44 %gv = OpVariable %_ptr_Private_float Private 73 %50 = OpLoad %float %gv
|
D | 0-opt.wgsl | 8 var<private> gv : f32; 21 let x_50 : f32 = gv;
|
D | 0-opt.wgsl.expected.hlsl | 6 static float gv = 0.0f; 17 x_43 = abs(gv);
|
D | 0-opt.spvasm.expected.hlsl | 6 static float gv = 0.0f; 17 x_43 = abs(gv);
|
/third_party/glslang/Test/ |
D | hlsl.partialInit.frag | 8 static float4 gv = {0,0,1}; 21 o4.v = gv * gfa[2];
|
/third_party/ffmpeg/libswscale/ |
D | input.c | 65 int32_t rv = rgb2yuv[RV_IDX], gv = rgb2yuv[GV_IDX], bv = rgb2yuv[BV_IDX]; in rgb64ToUV_c_template() local 73 dstV[i] = (rv*r + gv*g + bv*b + (0x10001<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT; in rgb64ToUV_c_template() 84 int32_t rv = rgb2yuv[RV_IDX], gv = rgb2yuv[GV_IDX], bv = rgb2yuv[BV_IDX]; in rgb64ToUV_half_c_template() local 92 dstV[i]= (rv*r + gv*g + bv*b + (0x10001<<(RGB2YUV_SHIFT-1))) >> RGB2YUV_SHIFT; in rgb64ToUV_half_c_template() 156 int32_t rv = rgb2yuv[RV_IDX], gv = rgb2yuv[GV_IDX], bv = rgb2yuv[BV_IDX]; in rgb48ToUV_c_template() local 164 dstV[i] = (rv*r + gv*g + bv*b + (0x10001 << (RGB2YUV_SHIFT - 1))) >> RGB2YUV_SHIFT; in rgb48ToUV_c_template() 178 int32_t rv = rgb2yuv[RV_IDX], gv = rgb2yuv[GV_IDX], bv = rgb2yuv[BV_IDX]; in rgb48ToUV_half_c_template() local 189 dstV[i] = (rv*r + gv*g + bv*b + (0x10001 << (RGB2YUV_SHIFT - 1))) >> RGB2YUV_SHIFT; in rgb48ToUV_half_c_template() 292 …rv = rgb2yuv[RV_IDX] * (1 << rsh), gv = rgb2yuv[GV_IDX] * (1 << gsh), bv = rgb2yuv[BV_IDX] *… in rgb16_32ToUV_c_template() local 303 dstV[i] = (rv * r + gv * g + bv * b + rnd) >> ((S)-6); in rgb16_32ToUV_c_template() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_chromashift.c | 38 int gh, gv; member 206 const int gv = s->gv; \ 226 const int gy = av_clip(y - gv, 0, h-1) * sglinesize; \ 273 const int gv = s->gv; \ 293 int gy = (y - gv) % h; \ 465 …{ "gv", "shift green vertically", OFFSET(gv), AV_OPT_TYPE_INT, {.i64=0}, -255, 255, .flags =…
|
/third_party/python/Lib/idlelib/ |
D | debugger.py | 329 gv = self.globalsviewer 331 if not gv: 334 if gv: 336 gv.close() 342 gv = self.globalsviewer 349 if lv and gv and ldict is gdict: 353 if gv: 354 gv.load_dict(gdict, force, self.pyshell.interp.rpcclt)
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBImporter.java | 137 Vector gv = bundle.getGroupsAsVector(); in importResource() 138 for (int i=0; i < gv.size(); i++) { in importResource() 139 BundleGroup tempg = (BundleGroup)gv.elementAt(i); in importResource() 151 gv = bundle.getGroupsAsVector(); in importResource() 152 for (int i=0; i < gv.size(); i++) { in importResource() 153 BundleGroup tempg = (BundleGroup)gv.elementAt(i); in importResource()
|
/third_party/weston/doc/doxygen/ |
D | devtools.dox | 42 @dotfile tools_arch_old.gv "Original test code organization" 49 @dotfile tools_arch_new.gv "Refactored test code organization"
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.partialInit.frag.out | 10 0:8 'gv' ( global 4-component vector of float) 44 0:21 'gv' ( global 4-component vector of float) 184 0:? 'gv' ( global 4-component vector of float) 210 0:8 'gv' ( global 4-component vector of float) 244 0:21 'gv' ( global 4-component vector of float) 384 0:? 'gv' ( global 4-component vector of float) 420 Name 17 "gv" 456 17(gv): 16(ptr) Variable Private 510 Store 17(gv) 20 543 34: 7(fvec4) Load 17(gv)
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | gv.txt | 3 gv{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | gv.txt | 3 gv{
|