Home
last modified time | relevance | path

Searched defs:mode (Results 1426 - 1450 of 3652) sorted by relevance

1...<<51525354555657585960>>...147

/third_party/mesa3d/src/mesa/main/
H A Dtexenv.c50 set_env_mode(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum mode) set_env_mode() argument
107 set_combiner_mode(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit, GLenum pname, GLenum mode) set_combiner_mode() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c93 sort_varyings(nir_shader *nir, nir_variable_mode mode) in sort_varyings() argument
105 fixup_varying_slots(nir_shader *nir, nir_variable_mode mode) in fixup_varying_slots() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.h89 enum vk_queue_submit_mode mode; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c336 nv30_draw_arrays(struct nv30_context *nv30, unsigned mode, unsigned start, unsigned count, unsigned instance_count) global() argument
460 nv30_draw_elements(struct nv30_context *nv30, bool shorten, const struct pipe_draw_info *info, unsigned mode, unsigned start, unsigned count, unsigned instance_count, int32_t index_bias, unsigned index_size) global() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c306 uint32_t pntc[8], mode; in nv50_sprite_coords_validate() local
H A Dnv50_query_hw_sm.c103 uint32_t mode : 4; /* LOGOP, LOGOP_PULSE */ member
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h121 const char *mode; /* Mode of building */ member
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java54 int mode; field in CharsetDecoderICU
/third_party/libevdev/tools/
H A Dlibevdev-tweak-device.c39 enum mode { enum
268 enum mode mode = MODE_NONE; in parse_options_mode() local
386 enum mode mode; main() local
[all...]
/third_party/libinput/test/
H A Dtest-pad.c340 unsigned int mode, index; in START_TEST() local
768 unsigned int nmodes, mode; in START_TEST() local
/third_party/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c52 int mode; member
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h175 const char *mode; in clear_status() local
345 int set_profile(const int mode, const char *name) in set_profile() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime.h156 static inline void timex_show(const char *mode, struct tst_timex *timex) in timex_show() argument
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create_common.c32 check_fallocate(const char *filename, const int lineno, int fd, int mode, off_t offset, off_t len) check_fallocate() argument
51 check_fallocate_fail(const char *filename, const int lineno, int fd, int mode, off_t offset, off_t len) check_fallocate_fail() argument
264 check_mfd_open(const char *filename, const int lineno, int fd, int flags, mode_t mode) check_mfd_open() argument
280 check_mfd_fail_open(const char *filename, const int lineno, int fd, int flags, mode_t mode) check_mfd_fail_open() argument
[all...]
/third_party/lwip/src/apps/tftp/
H A Dtftp_server.c229 char mode[TFTP_MAX_MODE_LEN + 1]; in recv() local
/third_party/ltp/include/lapi/
H A Duserfaultfd.h113 __u64 mode; member
133 __u64 mode; member
145 __u64 mode; member
174 __u64 mode; member
/third_party/libinput/tools/
H A Dptraccel-debug.c211 enum mode { enum
225 enum mode mode = ACCEL; in main() local
[all...]
/third_party/ltp/testcases/realtime/lib/
H A Dlibstats.c313 stats_container_save(char *filename, char *title, char *xlabel, char *ylabel, stats_container_t * data, char *mode) stats_container_save() argument
/third_party/lzma/C/
H A DSwapBytes.c753 unsigned mode = 0; // k_SwapBytes_Mode_BASE; in z7_SwapBytesPrepare() local
/third_party/node/deps/v8/src/compiler/
H A Dframe-states.cc101 uint8_t DeoptimizerParameterCountFor(ContinuationFrameStateMode mode) { in DeoptimizerParameterCountFor() argument
149 CreateStubBuiltinContinuationFrameState( JSGraph* jsgraph, Builtin name, Node* context, Node* const* parameters, int parameter_count, Node* outer_frame_state, ContinuationFrameStateMode mode, const wasm::FunctionSig* signature) CreateStubBuiltinContinuationFrameState() argument
210 CreateJavaScriptBuiltinContinuationFrameState( JSGraph* jsgraph, const SharedFunctionInfoRef& shared, Builtin name, Node* target, Node* context, Node* const* stack_parameters, int stack_parameter_count, Node* outer_frame_state, ContinuationFrameStateMode mode) CreateJavaScriptBuiltinContinuationFrameState() argument
H A Dprocessed-feedback.h174 CallFeedback(base::Optional<HeapObjectRef> target, float frequency, SpeculationMode mode, CallFeedbackContent call_feedback_content, FeedbackSlotKind slot_kind) CallFeedback() argument
H A Djs-inlining-heuristic.h102 Mode mode() const { return mode_; } in mode() function in v8::internal::compiler::final
18 JSInliningHeuristic(Editor* editor, Zone* local_zone, OptimizedCompilationInfo* info, JSGraph* jsgraph, JSHeapBroker* broker, SourcePositionTable* source_positions, Mode mode) JSInliningHeuristic() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc211 FlagsMode mode = FlagsModeField::decode(instr->opcode()); in ApplyForwarding() local
/third_party/node/deps/v8/src/codegen/
H A Dcode-factory.cc154 Callable CodeFactory::Call(Isolate* isolate, ConvertReceiverMode mode) { in Call() argument
186 Callable CodeFactory::CallFunction(Isolate* isolate, ConvertReceiverMode mode) { in CallFunction() argument
159 Call_WithFeedback(Isolate* isolate, ConvertReceiverMode mode) Call_WithFeedback() argument
238 InterpreterPushArgsThenCall( Isolate* isolate, ConvertReceiverMode receiver_mode, InterpreterPushArgsMode mode) InterpreterPushArgsThenCall() argument
264 InterpreterPushArgsThenConstruct( Isolate* isolate, InterpreterPushArgsMode mode) InterpreterPushArgsThenConstruct() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64-inl.h127 deserialization_set_target_internal_reference_at( Address pc, Address target, RelocInfo::Mode mode) deserialization_set_target_internal_reference_at() argument

Completed in 23 milliseconds

1...<<51525354555657585960>>...147