| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pt_fetch.c | 50 * Perform the fetch from API vertex elements & vertex buffers, to a 55 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare() argument 60 struct draw_context *draw = fetch->draw; in draw_pt_fetch_prepare() 67 fetch->vertex_size = vertex_size; in draw_pt_fetch_prepare() 133 if (!fetch->translate || in draw_pt_fetch_prepare() 134 translate_key_compare(&fetch->translate->key, &key) != 0) in draw_pt_fetch_prepare() 137 fetch->translate = translate_cache_find(fetch->cache, &key); in draw_pt_fetch_prepare() 143 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run() argument 148 struct draw_context *draw = fetch->draw; in draw_pt_fetch_run() 149 struct translate *translate = fetch->translate; in draw_pt_fetch_run() [all …]
|
| D | draw_pt_vsplit.c | 56 /* map a fetch element to a draw element */ 87 * Add a fetch element and add it to the draw elements. 90 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache() argument 94 hash = fetch % MAP_SIZE; in vsplit_add_cache() 98 if (vsplit->cache.fetches[hash] != fetch) { in vsplit_add_cache() 100 vsplit->cache.fetches[hash] = fetch; in vsplit_add_cache() 103 /* add fetch */ in vsplit_add_cache() 105 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch; in vsplit_add_cache() 117 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx() argument 119 return draw_overflow_uadd(start, fetch, MAX_ELT_IDX); in vsplit_get_base_idx() [all …]
|
| D | draw_vs_variant.c | 42 /* A first pass at incorporating vertex fetch/emit functionality into 56 struct translate *fetch; member 74 vsvg->fetch->set_buffer(vsvg->fetch, in vsvg_set_buffer() 169 vsvg->fetch->run_elts( vsvg->fetch, in vsvg_run_elts() 238 vsvg->fetch->run( vsvg->fetch, in vsvg_run_linear() 304 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local 322 /* Build free-standing fetch and emit functions: in draw_vs_create_variant_generic() 324 fetch.nr_elements = key->nr_inputs; in draw_vs_create_variant_generic() 325 fetch.output_stride = vsvg->temp_vertex_stride; in draw_vs_create_variant_generic() 327 fetch.element[i].type = TRANSLATE_ELEMENT_NORMAL; in draw_vs_create_variant_generic() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| D | sfn_instr_test.cpp | 604 FetchInstr fetch(vc_fetch, in TEST_F() local 618 EXPECT_EQ(fetch.opcode(), vc_fetch); in TEST_F() 619 EXPECT_EQ(fetch.dst(), RegisterVec4(200)); in TEST_F() 620 EXPECT_EQ(fetch.dest_swizzle(0), 0); in TEST_F() 621 EXPECT_EQ(fetch.dest_swizzle(1), 2); in TEST_F() 622 EXPECT_EQ(fetch.dest_swizzle(2), 1); in TEST_F() 623 EXPECT_EQ(fetch.dest_swizzle(3), 3); in TEST_F() 625 EXPECT_EQ(fetch.src(), Register(201, 2, pin_none)); in TEST_F() 626 EXPECT_EQ(fetch.src_offset(), 0); in TEST_F() 628 EXPECT_EQ(fetch.resource_id(), 1); in TEST_F() [all …]
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | convertToAsyncFunction.ts | 10 declare function fetch(input?, init?): Promise<Response>; 439 return fetch('https://typescriptlang.org').then(result => { console.log(result) }); 443 return fetch('https://typescriptlang.org').then(([result]) => { console.log(result) }); 447 return fetch('https://typescriptlang.org').then(({ result }) => { console.log(result) }); 452 return fetch('https://typescriptlang.org').then(([result]) => { console.log(result) }); 457 return fetch('https://typescriptlang.org').then(({ result }) => { console.log(result) }); 461 return fetch('https://typescriptlang.org').then(result => { console.log(result) }); 468 …/*b*/ return /*c*/ fetch( /*d*/ 'https://typescriptlang.org' /*e*/).then( /*f*/ result /*g*/ => { … 474 return fetch('https://typescriptlang.org').then(result => console.log(result)); 478 return fetch('https://typescriptlang.org').then(result => console.log(result)); [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | stackDepthLimitCastingType.types | 14 fetch(options?: any): JQueryXHR; 15 >fetch : (options?: any) => JQueryXHR 41 === tests/cases/compiler/node_modules/backbone-fetch-cache/index.d.ts === 49 fetch(options?: any): JQueryXHR; 50 >fetch : (options?: any) => JQueryXHR 56 >BackboneFetchCache : typeof import("tests/cases/compiler/node_modules/backbone-fetch-cache/index") 62 import * as BackboneFetchCache from "backbone-fetch-cache"; 75 hoge.fetch(null as any); 76 >hoge.fetch(null as any) : JQueryXHR 77 >hoge.fetch : (options?: any) => JQueryXHR [all …]
|
| D | stackDepthLimitCastingType.symbols | 21 fetch(options?: any): JQueryXHR; 22 >fetch : Symbol(Model.fetch, Decl(index.d.ts, 3, 93)) 69 === tests/cases/compiler/node_modules/backbone-fetch-cache/index.d.ts === 80 fetch(options?: any): JQueryXHR; 81 >fetch : Symbol(ModelWithCache.fetch, Decl(index.d.ts, 2, 44)) 94 import * as BackboneFetchCache from "backbone-fetch-cache"; 106 hoge.fetch(null as any); 107 >hoge.fetch : Symbol(Backbone.ModelWithCache.fetch, Decl(index.d.ts, 2, 44)) 109 >fetch : Symbol(Backbone.ModelWithCache.fetch, Decl(index.d.ts, 2, 44))
|
| /third_party/libinput/tools/ |
| D | libinput-replay.py | 58 def fetch(yaml, key): function 72 yaml_udev_section = fetch(yaml_data, "udev") 73 yaml_udev_props = fetch(yaml_udev_section, "properties") 113 evdev = fetch(device, "evdev") 116 d.name = fetch(evdev, "name") 118 ids = fetch(evdev, "id") 123 codes = fetch(evdev, "codes") 128 values = fetch(evdev, "absinfo")[code] 144 properties = fetch(evdev, "properties") 193 events = fetch(device, "events") [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | mtl_command_buffer.mm | 92 id<MTLRenderPipelineState> state = stream->fetch<id<MTLRenderPipelineState>>(); 99 MTLTriangleFillMode mode = stream->fetch<MTLTriangleFillMode>(); 106 MTLWinding winding = stream->fetch<MTLWinding>(); 112 MTLCullMode mode = stream->fetch<MTLCullMode>(); 118 id<MTLDepthStencilState> state = stream->fetch<id<MTLDepthStencilState>>(); 125 float depthBias = stream->fetch<float>(); 126 float slopeScale = stream->fetch<float>(); 127 float clamp = stream->fetch<float>(); 134 uint32_t frontRef = stream->fetch<uint32_t>(); 135 uint32_t backRef = stream->fetch<uint32_t>(); [all …]
|
| /third_party/skia/third_party/externals/brotli/fetch-spec/ |
| D | shared-brotli-fetch-spec.txt | 5 This document is a draft proposal for Shard Brotli dictionaries in the fetch spec 6 (https://fetch.spec.whatwg.org/). 21 Below are changes and additions to add Shared Brotli dictionaries to the fetch spec 22 at https://fetch.spec.whatwg.org/: 24 Additions to `4.5. HTTP-network-or-cache fetch` 33 Additions to `4.6. HTTP-network fetch` 35 Add after point `10. Run these steps, but abort if the ongoing fetch is terminated`: 48 Shared-Brotli-dictionary fetch given dictionaryId and request. 75 New section `4.10. Shared-Brotli-dictionary fetch` 77 …To perform a Shared-Brotli-dictionary fetch using dictionaryId, and parentRequest, perform these s… [all …]
|
| /third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
| D | convertToAsyncFunction_PromiseDotAll.ts | 4 …return Promise.all([fetch('https://typescriptlang.org'), fetch('https://microsoft.com'), fetch('ht… 12 …const vals = await Promise.all([fetch('https://typescriptlang.org'), fetch('https://microsoft.com'…
|
| D | convertToAsyncFunction_Conditionals.ts | 4 return fetch("https://typescriptlang.org").then(res => { 6 return fetch("https://microsoft.com"); 13 return fetch("https://github.com"); 22 const res = await fetch("https://typescriptlang.org"); 24 return fetch("https://microsoft.com"); 31 return fetch("https://github.com");
|
| D | convertToAsyncFunction_Conditionals.js | 4 return fetch("https://typescriptlang.org").then(res => { 6 return fetch("https://microsoft.com"); 13 return fetch("https://github.com"); 22 const res = await fetch("https://typescriptlang.org"); 24 return fetch("https://microsoft.com"); 31 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen4.js | 5 …Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.resolve(… 6 return fetch("https://github.com"); 14 …const res = await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com")… 15 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen1.ts | 5 …return Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.r… 6 return fetch("https://github.com"); 15 …return await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Pro… 16 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen2.js | 5 …return Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.r… 6 return fetch("https://github.com"); 15 …const res = await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com")… 16 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen4.ts | 5 …Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.resolve(… 6 return fetch("https://github.com"); 14 …const res = await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com")… 15 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen3.js | 5 …Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.resolve(… 6 return fetch("https://github.com"); 14 …return await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Pro… 15 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen2.ts | 5 …return Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.r… 6 return fetch("https://github.com"); 15 …const res = await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com")… 16 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen3.ts | 5 …Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.resolve(… 6 return fetch("https://github.com"); 14 …return await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Pro… 15 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen1.js | 5 …return Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.r… 6 return fetch("https://github.com"); 15 …return await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Pro… 16 return fetch("https://github.com");
|
| D | convertToAsyncFunction_MultipleReturns2.ts | 4 let x = fetch("https://microsoft.com").then(res => console.log("Microsoft:", res)); 6 return fetch("https://typescriptlang.org").then(res => console.log(res)); 10 return fetch("https://microsoft.com").then(res => console.log("Another one!")); 17 let x = fetch("https://microsoft.com").then(res => console.log("Microsoft:", res)); 19 const res_1 = await fetch("https://typescriptlang.org"); 24 const res_2 = await fetch("https://microsoft.com");
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | ir2_assemble.c | 116 /* fetch instructions can swizzle dest, but src swizzle needs conversion */ 179 bc->fetch.opc = instr->fetch.opc; in fill_instr() 180 bc->fetch.pred_select = !!instr->pred; in fill_instr() 181 bc->fetch.pred_condition = instr->pred & 1; in fill_instr() 185 if (instr->fetch.opc == VTX_FETCH) { in fill_instr() 186 instr_fetch_vtx_t *vtx = &bc->fetch.vtx; in fill_instr() 188 assert(instr->fetch.vtx.const_idx <= 0x1f); in fill_instr() 189 assert(instr->fetch.vtx.const_idx_sel <= 0x3); in fill_instr() 197 vtx->const_index = instr->fetch.vtx.const_idx; in fill_instr() 198 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel; in fill_instr() [all …]
|
| /third_party/python/Lib/idlelib/ |
| D | history.py | 10 fetch - Fetch stored statement matching prefix already entered. 32 "Fetch later statement; start with earliest if cyclic." 33 self.fetch(reverse=False) 37 "Fetch earlier statement; start with most recent." 38 self.fetch(reverse=True) 41 def fetch(self, reverse): member in History 42 '''Fetch statement and replace current line in text widget.
|
| /third_party/typescript/tests/cases/compiler/ |
| D | stackDepthLimitCastingType.ts | 8 fetch(options?: any): JQueryXHR; 24 // @filename: node_modules/backbone-fetch-cache/index.d.ts 28 fetch(options?: any): JQueryXHR; method 36 import * as BackboneFetchCache from "backbone-fetch-cache"; 40 hoge.fetch(null as any);
|