/external/mesa3d/src/panfrost/midgard/ |
D | midgard_opt_perspective.c | 151 unsigned vary = ins->src[0]; in midgard_opt_varying_projection() local 154 if (vary & PAN_IS_REG) continue; in midgard_opt_varying_projection() 156 if (!mir_single_use(ctx, vary)) continue; in midgard_opt_varying_projection() 163 if (v->dest != vary) continue; in midgard_opt_varying_projection()
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 55 Marking: Should vary between 0x88,0x90,0x98 and 0x0 60 Marking: Should vary between 0x90,0x98 and 0x0 65 Marking: Should vary between 0x98 and 0x0 107 Marking: Should vary between 0x88,0x90,0x98 and 0x0 112 Marking: Should vary between 0x90,0x98 and 0x0 117 Marking: Should vary between 0x98 and 0x0
|
/external/cldr/common/testData/ |
D | _readme.txt | 2 # The format may vary between folders or files.
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 1017 uint32_t vary = var->data.driver_location; in assignSlots() local 1019 assert(vary + slots <= PIPE_MAX_SHADER_INPUTS); in assignSlots() 1026 setInterpolate(&info_out->in[vary + i], var->data.interpolation, in assignSlots() 1043 slot = VERT_ATTRIB_GENERIC0 + vary; in assignSlots() 1047 info_out->io.edgeFlagIn = vary; in assignSlots() 1058 for (uint16_t i = 0u; i < slots; ++i, ++vary) { in assignSlots() 1059 nv50_ir_varying *v = &info_out->in[vary]; in assignSlots() 1066 info_out->numInputs = std::max<uint8_t>(info_out->numInputs, vary); in assignSlots() 1073 uint32_t vary = var->data.driver_location; in assignSlots() local 1075 assert(vary < PIPE_MAX_SHADER_OUTPUTS); in assignSlots() [all …]
|
/external/v8/src/objects/ |
D | code.tq | 8 // TODO(v8:8983): bytecode array object sizes vary based on their contents.
|
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/ |
D | Selawik-README.md | 60 …vary vertical metrics with weight, thus doesn't vary CVTs, thus doesn't need a cvar. So, to make i…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/opt-viewer/ |
D | unicode-function-name.test | 6 # that may slightly vary between pygment versions
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_tables.txt | 63 | 59 | vary | |
|
/external/python/cpython3/Objects/ |
D | dictnotes.txt | 12 Dictionaries vary in size with 8 to 16 elements being common. 18 Dictionaries vary in size. 4 to 10 elements are common. 80 vary dramatically depending on the exact number of keys, whether the
|
/external/u-boot/board/wandboard/ |
D | README | 28 (Note - the SD card node may vary, so adjust this as needed).
|
/external/angle/doc/ |
D | ResourceLimits.md | 33 * fn1: limits vary based on the underlying hardware capabilities
|
/external/ltp/doc/ |
D | mini-howto-building-ltp-from-git.txt | 33 # PREREQS on Ubuntu (package-list is incomplete and may vary for other distros)
|
/external/igt-gpu-tools/ |
D | README.md | 140 the default configuration (package names may vary): 160 (package names may vary): 168 (package names may vary):
|
/external/u-boot/arch/arm/dts/ |
D | rk3368-lion-u-boot.dtsi | 37 * may vary from the default configured here (e.g. 164.gzip is fastest
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Where.pbtxt | 13 the output tensor can vary depending on how many true values there are in
|
D | api_def_PaddingFIFOQueue.pbtxt | 22 any shape dimension to -1. In this case, the inputs' shape may vary along
|
D | api_def_PaddingFIFOQueueV2.pbtxt | 24 any shape dimension to -1. In this case, the inputs' shape may vary along
|
/external/pdfium/build_overrides/ |
D | README.md | 19 vary as appropriate to suit the needs of the two different builds.
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.texture.upload.txt | 48 sizes vary from 16x16 to 2048x2048 and include an npot texture with size
|
/external/curl/tests/data/ |
D | test1420 | 101 # These options vary with configurations - just ignore them
|
D | test1407 | 96 # These options vary with configurations - just ignore them
|
D | test1400 | 52 # CURLOPT_SSL_VERIFYPEER, SSH_KNOWNHOSTS and HTTP_VERSION vary with
|
/external/llvm/test/Analysis/BasicAA/ |
D | phi-aa.ll | 38 ; Pointers can vary in between iterations of loops.
|
/external/walt/docs/ |
D | ScreenLatency.md | 15 …e screen may update several milliseconds later than others. These details vary considerably betwee…
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 696 struct qreg vary; in emit_fragment_varying() local 701 vary = vir_emit_def(c, ldvary); in emit_fragment_varying() 704 vary = r3; in emit_fragment_varying() 712 c->interp[input_idx].vp = vary; in emit_fragment_varying() 723 return vir_FADD(c, vir_FMUL(c, vary, c->payload_w), r5); in emit_fragment_varying() 745 vir_MOV_dest(c, c->undef, vary); in emit_fragment_varying() 748 result = vir_FADD(c, vir_FMUL(c, vary, in emit_fragment_varying() 759 result = vir_FADD(c, vir_FMUL(c, vary, in emit_fragment_varying() 762 result = vir_FADD(c, vir_FMUL(c, vary, c->payload_w), r5); in emit_fragment_varying() 768 result = vir_FADD(c, vir_MOV(c, vary), r5); in emit_fragment_varying() [all …]
|