Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 180) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp443 schedule_node *chosen = NULL; in schedule_instructions() local
449 if (!chosen || n->unblocked_time < chosen_time) { in schedule_instructions()
450 chosen = n; in schedule_instructions()
456 assert(chosen); in schedule_instructions()
457 chosen->remove(); in schedule_instructions()
458 next_block_header->insert_before(chosen->inst); in schedule_instructions()
471 for (int i = 0; i < chosen->child_count; i++) { in schedule_instructions()
472 schedule_node *child = chosen->children[i]; in schedule_instructions()
475 time + chosen->child_latency[i]); in schedule_instructions()
488 if (chosen->inst->is_math()) { in schedule_instructions()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp443 schedule_node *chosen = NULL; in schedule_instructions() local
449 if (!chosen || n->unblocked_time < chosen_time) { in schedule_instructions()
450 chosen = n; in schedule_instructions()
456 assert(chosen); in schedule_instructions()
457 chosen->remove(); in schedule_instructions()
458 next_block_header->insert_before(chosen->inst); in schedule_instructions()
471 for (int i = 0; i < chosen->child_count; i++) { in schedule_instructions()
472 schedule_node *child = chosen->children[i]; in schedule_instructions()
475 time + chosen->child_latency[i]); in schedule_instructions()
488 if (chosen->inst->is_math()) { in schedule_instructions()
[all …]
/external/android-clat/
Dconfig.c246 in_addr_t chosen = INADDR_NONE; in config_select_ipv4_address() local
250 return chosen; in config_select_ipv4_address()
263 chosen = htonl(ipv4); in config_select_ipv4_address()
269 return chosen; in config_select_ipv4_address()
/external/chromium_org/components/feedback/proto/
Dweb.proto37 // - NONE_OF_THE_ABOVE if the user has chosen "None of the above".
38 // - Empty string if suggestions were shown but the user hasn't chosen
39 // any of them (and also she hasn't chosen "None of the above").
/external/qemu/android/camera/
Dcamera-capture-linux.c755 int chosen = -1; in _camera_device_get_info() local
764 chosen = _get_format_index(_preferred_formats[f], formats, num_pix_fmts); in _camera_device_get_info()
765 if (chosen >= 0) { in _camera_device_get_info()
769 if (chosen < 0) { in _camera_device_get_info()
772 chosen = 0; in _camera_device_get_info()
777 cis->pixel_format = formats[chosen].format; in _camera_device_get_info()
778 cis->frame_sizes_num = formats[chosen].dim_num; in _camera_device_get_info()
780 cis->frame_sizes = formats[chosen].dims; in _camera_device_get_info()
781 formats[chosen].dims = NULL; in _camera_device_get_info()
/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java77 int chosen = Hashing.consistentHash(h, shards); in countRemaps() local
78 if (chosen != last) { in countRemaps()
80 last = chosen; in countRemaps()
/external/chromium_org/components/leveldb_proto/
DREADME3 It is based on LevelDB[1]. In this implementation, keys are strings chosen by
/external/lldb/test/python_api/formatters/
DTestFormattersSBAPI.py212 chosen = self.dbg.GetFilterForType(lldb.SBTypeNameSpecifier("JustAStruct"))
213 self.assertTrue(chosen.count == 2, "wrong filter found for JustAStruct")
214 …self.assertTrue(chosen.GetExpressionPathAtIndex(0) == 'C', "wrong item at index 0 for JustAStruct")
215 …self.assertTrue(chosen.GetExpressionPathAtIndex(1) == 'F', "wrong item at index 1 for JustAStruct")
/external/llvm/cmake/modules/
DAddLLVMDefinitions.cmake2 # options chosen via `add_definitions', so we need our own method for
/external/noto-fonts/
DREADME1 This directory contains the fonts from the Noto project, chosen for
/external/llvm/test/MC/ARM/
Darm-thumb-cpus-default.s19 @ Make sure the architecture chosen by LLVM defaults to a compatible
/external/wpa_supplicant_8/
DCOPYING12 selected. As of February 11, 2012, the project has chosen to use only
/external/iptables/extensions/
Dlibxt_rateest.man32 between the estimator-determined flow rate and the static value chosen with the
70 the chosen value. See the above bullet list for which option is to be used in
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
D2012-06-15-lsr-noaddrmode.ll12 ;The chosen solution requires 4 regs, with addrec cost 1, plus 3 base adds, plus 2 setup cost:
25 ;The chosen solution requires 4 regs, with addrec cost 1, plus 1 base add, plus 2 setup cost:
/external/chromium_org/components/enhanced_bookmarks/proto/
Dmetadata.proto35 // A snippet of text from the web page, either computed by us or chosen by
/external/llvm/test/MC/Mips/
Dhigher-highest-addressing.s33 # is chosen so that it is just below the value that triggers the addition of +1
/external/llvm/test/Transforms/SROA/
Dslice-order-independence.ll6 ; Check that the chosen type for a split is independent from the order of
/external/deqp/doc/testspecs/GLES2/
Dfunctional.color_clear.txt40 or color mask are chosen using deterministic random number generator.
/external/chromium_org/ppapi/api/
Dpp_graphics_3d.idl58 * with SwapBuffers. The initial value is chosen by the implementation.
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/
D353.txt17 # "Charleville" and "Newcastle West" are chosen over "Rathluirc" and
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt30 levels chosen so that results are not implementation-dependent
44 - Use either the 'precise' qualifier or carefully chosen primitive
158 equal_spacing, the tessellation levels are chosen in a way that makes the
/external/chromium_org/net/third_party/nss/patches/
Drestartclientauth.patch13 + * cert Client cert chosen by application.
144 + * cert Client cert chosen by application.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
Dvs2005.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
Dantlr.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
Dgnu.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.

12345678