| /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() 136 fetch->translate = translate_cache_find(fetch->cache, &key); in draw_pt_fetch_prepare() 141 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run() argument 146 struct draw_context *draw = fetch->draw; in draw_pt_fetch_run() 147 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 util_clamped_uadd(start, fetch); in vsplit_get_base_idx() [all …]
|
| D | draw_vs_variant.c | 43 /* A first pass at incorporating vertex fetch/emit functionality into 57 struct translate *fetch; member 74 vsvg->fetch->set_buffer(vsvg->fetch, buffer, ptr, stride, max_index); in vsvg_set_buffer() 168 vsvg->fetch->run_elts(vsvg->fetch, in vsvg_run_elts() 231 vsvg->fetch->run(vsvg->fetch, in vsvg_run_linear() 304 /* Build free-standing fetch and emit functions: in draw_vs_create_variant_generic() 306 struct translate_key fetch; in draw_vs_create_variant_generic() local 307 fetch.nr_elements = key->nr_inputs; in draw_vs_create_variant_generic() 308 fetch.output_stride = vsvg->temp_vertex_stride; in draw_vs_create_variant_generic() 310 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 | 657 FetchInstr fetch(vc_fetch, in TEST_F() local 669 EXPECT_EQ(fetch.opcode(), vc_fetch); in TEST_F() 670 EXPECT_EQ(fetch.dst(), RegisterVec4(200)); in TEST_F() 671 EXPECT_EQ(fetch.dest_swizzle(0), 0); in TEST_F() 672 EXPECT_EQ(fetch.dest_swizzle(1), 2); in TEST_F() 673 EXPECT_EQ(fetch.dest_swizzle(2), 1); in TEST_F() 674 EXPECT_EQ(fetch.dest_swizzle(3), 3); in TEST_F() 676 EXPECT_EQ(fetch.src(), Register(201, 2, pin_none)); in TEST_F() 677 EXPECT_EQ(fetch.src_offset(), 0); in TEST_F() 679 EXPECT_EQ(fetch.resource_id(), 1); in TEST_F() [all …]
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | convertToAsyncFunction.ts | 12 declare function fetch(input?, init?): Promise<Response>; 441 return fetch('https://typescriptlang.org').then(result => { console.log(result) }); 445 return fetch('https://typescriptlang.org').then(([result]) => { console.log(result) }); 449 return fetch('https://typescriptlang.org').then(({ result }) => { console.log(result) }); 454 return fetch('https://typescriptlang.org').then(([result]) => { console.log(result) }); 459 return fetch('https://typescriptlang.org').then(({ result }) => { console.log(result) }); 463 return fetch('https://typescriptlang.org').then(result => { console.log(result) }); 470 …/*b*/ return /*c*/ fetch( /*d*/ 'https://typescriptlang.org' /*e*/).then( /*f*/ result /*g*/ => { … 476 return fetch('https://typescriptlang.org').then(result => console.log(result)); 480 return fetch('https://typescriptlang.org').then(result => console.log(result)); [all …]
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_linear_sampler.c | 188 * Fetch and stretch one row. 250 /* Maximise only as we fetch unscaled pixels linearly into a size-64 252 * temporary or fetch sparsely. 625 /* Nearest fetch routines don't employ SSE and always operate one pixel in lp_linear_init_sampler() 630 /* Linear fetch routines employ SSE, and always fetch groups of four in lp_linear_init_sampler() 699 samp->base.fetch = fetch_clamp_bgra_swapped; in lp_linear_init_sampler() 701 samp->base.fetch = fetch_bgra_swapped; in lp_linear_init_sampler() 703 samp->base.fetch = fetch_axis_aligned_bgra_swapped; in lp_linear_init_sampler() 705 samp->base.fetch = fetch_memcpy_bgra_swapped; in lp_linear_init_sampler() 708 samp->base.fetch = fetch_clamp_bgra; in lp_linear_init_sampler() [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.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_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_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_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_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_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_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_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_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_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 | 98 /* fetch instructions can swizzle dest, but src swizzle needs conversion */ 161 bc->fetch.opc = instr->fetch.opc; in fill_instr() 162 bc->fetch.pred_select = !!instr->pred; in fill_instr() 163 bc->fetch.pred_condition = instr->pred & 1; in fill_instr() 167 if (instr->fetch.opc == VTX_FETCH) { in fill_instr() 168 instr_fetch_vtx_t *vtx = &bc->fetch.vtx; in fill_instr() 170 assert(instr->fetch.vtx.const_idx <= 0x1f); in fill_instr() 171 assert(instr->fetch.vtx.const_idx_sel <= 0x3); in fill_instr() 179 vtx->const_index = instr->fetch.vtx.const_idx; in fill_instr() 180 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel; in fill_instr() [all …]
|
| /third_party/rust/rust/tests/ui/lint/ |
| D | lint-invalid-atomic-ordering-fetch-update.stderr | 2 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:26:47 11 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:28:47 19 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:30:47 27 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:32:46 35 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:34:46 43 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:38:47 51 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:40:47 59 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:42:47 67 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:44:46 75 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:46:46
|