Home
last modified time | relevance | path

Searched defs:mode (Results 4076 - 4100 of 4210) sorted by relevance

1...<<161162163164165166167168169

/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc1418 Generate_InterpreterPushArgsThenCallImpl( MacroAssembler* masm, ConvertReceiverMode receiver_mode, InterpreterPushArgsMode mode) Generate_InterpreterPushArgsThenCallImpl() argument
1483 Generate_InterpreterPushArgsThenConstructImpl( MacroAssembler* masm, InterpreterPushArgsMode mode) Generate_InterpreterPushArgsThenConstructImpl() argument
2237 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<CodeT> code) Generate_CallOrConstructForwardVarargs() argument
2323 Generate_CallFunction(MacroAssembler* masm, ConvertReceiverMode mode) Generate_CallFunction() argument
2525 Generate_Call(MacroAssembler* masm, ConvertReceiverMode mode) Generate_Call() argument
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc1571 void TurboAssembler::li(Register dst, ExternalReference value, LiFlags mode) { in li() argument
1606 void TurboAssembler::li_optimized(Register rd, Operand j, LiFlags mode) { in li_optimized() argument
212 CallRecordWriteStubSaveRegisters( Register object, Register slot_address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode, StubCallMode mode) CallRecordWriteStubSaveRegisters() argument
236 CallRecordWriteStub( Register object, Register slot_address, RememberedSetAction remembered_set_action, SaveFPRegsMode fp_mode, StubCallMode mode) CallRecordWriteStub() argument
1582 li(Register dst, const StringConstantBase* string, LiFlags mode) li() argument
1613 li(Register rd, Operand j, LiFlags mode) li() argument
5127 DropArguments(Register count, ArgumentsCountType type, ArgumentsCountMode mode, Register scratch) DropArguments() argument
5151 DropArgumentsAndPushNewReceiver(Register argc, Register receiver, ArgumentsCountType type, ArgumentsCountMode mode, Register scratch) DropArgumentsAndPushNewReceiver() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc3014 EncodeVCVT(const VFPType dst_type, const int dst_code, const VFPType src_type, const int src_code, VFPConversionMode mode, const Condition cond) EncodeVCVT() argument
3055 vcvt_f64_s32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_s32() argument
3061 vcvt_f32_s32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_s32() argument
3066 vcvt_f64_u32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_u32() argument
3072 vcvt_f32_u32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_u32() argument
3077 vcvt_s32_f32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_s32_f32() argument
3082 vcvt_u32_f32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_u32_f32() argument
3087 vcvt_s32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_s32_f64() argument
3093 vcvt_u32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_u32_f64() argument
3099 vcvt_f64_f32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_f32() argument
3105 vcvt_f32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_f64() argument
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc3652 bool get_inv_op_vfp_flag(VFPRoundingMode mode, double val, bool unsigned_) { in get_inv_op_vfp_flag() argument
3696 ConvertDoubleToInt(double val, bool unsigned_integer, VFPRoundingMode mode) ConvertDoubleToInt() argument
3780 VFPRoundingMode mode = (instr->Bit(7) != 1) ? FPSCR_rounding_mode_ : RZ; DecodeVCVTBetweenFloatingPointAndInteger() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1787 WriteBarrierMode mode = allocation == AllocationType::kYoung in NewPropertyCell() local
2030 WriteBarrierMode mode = result.GetWriteBarrierMode(no_gc); in CopyArrayWithMap() local
2031 result.CopyElements(isolate(), 0, *src, 0, len, mode); in CopyArrayWithMap() local
2048 WriteBarrierMode mode = result.GetWriteBarrierMode(no_gc); in CopyArrayAndGrow() local
2049 result.CopyElements(isolate(), 0, *src, 0, old_len, mode); in CopyArrayAndGrow() local
2107 WriteBarrierMode mode = raw.GetWriteBarrierMode(no_gc); in CopyWeakArrayListAndGrow() local
2108 raw.CopyElements(isolate(), 0, *src, 0, old_len, mode); in CopyWeakArrayListAndGrow() local
2124 WriteBarrierMode mode in CompactWeakArrayList() local
2155 WriteBarrierMode mode = result.GetWriteBarrierMode(no_gc); CopyFixedArrayUpTo() local
2156 result.CopyElements(isolate(), 0, *array, 0, new_len, mode); CopyFixedArrayUpTo() local
2611 NewJSArray(ElementsKind elements_kind, int length, int capacity, ArrayStorageAllocationMode mode, AllocationType allocation) NewJSArray() argument
2657 NewJSArrayStorage(Handle<JSArray> array, int length, int capacity, ArrayStorageAllocationMode mode) NewJSArrayStorage() argument
2678 NewJSArrayStorage( ElementsKind elements_kind, int capacity, ArrayStorageAllocationMode mode) NewJSArrayStorage() argument
3225 CharToString(Factory* factory, const char* string, NumberCacheMode mode) CharToString() argument
3266 NumberToString(Handle<Object> number, NumberCacheMode mode) NumberToString() argument
3284 HeapNumberToString(Handle<HeapNumber> number, double value, NumberCacheMode mode) HeapNumberToString() argument
3312 SmiToString(Smi number, NumberCacheMode mode) SmiToString() argument
3971 WriteBarrierMode mode = allocation_type_ == AllocationType::kYoung BuildRaw() local
[all...]
H A Dmark-compact.cc552 bool MarkCompactCollector::StartCompaction(StartCompactionMode mode) { in StartCompaction() argument
698 EnsureSweepingCompleted( SweepingForcedFinalizationMode mode) EnsureSweepingCompleted() argument
3555 EvacuationModeName(EvacuationMode mode) EvacuationModeName() argument
4503 CollectRememberedSetUpdatingItems( std::vector<std::unique_ptr<UpdatingItem>>* items, IterateableSpace* space, RememberedSetUpdatingMode mode) CollectRememberedSetUpdatingItems() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc300 ConvertToNumberOrNumeric(Isolate* isolate, Handle<Object> input, Conversion mode) ConvertToNumberOrNumeric() argument
5259 PretenureDecision mode = pretenure_decision(); GetAllocationType() local
5737 WriteBarrierMode mode = new_table.GetWriteBarrierMode(no_gc); Rehash() local
5779 Swap(InternalIndex entry1, InternalIndex entry2, WriteBarrierMode mode) Swap() argument
5801 WriteBarrierMode mode = GetWriteBarrierMode(no_gc); Rehash() local
6204 WriteBarrierMode mode = elements.GetWriteBarrierMode(no_gc); CopyValuesTo() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h1046 V8_INLINE void SetLanguageMode(Scope* scope, LanguageMode mode) { in SetLanguageMode() argument
1065 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int position) DeclareVariable() argument
1071 DeclareAndBindVariable(const VariableProxy* proxy, VariableKind kind, VariableMode mode, Scope* scope, bool* was_added, int initializer_position) DeclareAndBindVariable() argument
1080 DeclarePrivateVariableName(const AstRawString* name, ClassScope* scope, VariableMode mode, IsStaticFlag is_static_flag, bool* was_added) DeclarePrivateVariableName() argument
1088 DeclareVariableName(const AstRawString* name, VariableMode mode, Scope* scope, bool* was_added, int position = kNoSourcePosition, VariableKind kind = NORMAL_VARIABLE) DeclareVariableName() argument
1160 DeclareFunction( const PreParserIdentifier& variable_name, const PreParserExpression& function, VariableMode mode, VariableKind kind, int beg_pos, int end_pos, ZonePtrList<const AstRawString>* names) DeclareFunction() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2276 emit_smi_check(Register obj, Label* target, SmiCheckMode mode) emit_smi_check() argument
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1703 emit_smi_check(Register obj, Label* target, SmiCheckMode mode) emit_smi_check() argument
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h2006 emit_smi_check(Register obj, Label* target, SmiCheckMode mode) emit_smi_check() argument
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h569 SVGA3dStretchBltMode mode; member
1314 uint16 mode; member
H A Dsvga3d_dx.h909 SVGA3dDXPresentBltMode mode; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.h988 inline void setInterpolate(unsigned int mode) { ipa = mode; } in setInterpolate() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c3532 unsigned mode = 0; in bi_emit_texc() local
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard.h887 unsigned mode : 4; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c978 unsigned mode; member
991 tc_render_condition(struct pipe_context *_pipe, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) tc_render_condition() argument
/third_party/musl/ldso/linux/
H A Ddynlink.c3467 static void *dlopen_post(struct dso* p, int mode) { in dlopen_post() argument
3552 dlopen_impl( const char *file, int mode, const char *namespace, const void *caller_addr, const dl_extinfo *extinfo) dlopen_impl() argument
3892 dlopen(const char *file, int mode) dlopen() argument
3950 dlopen_ns(Dl_namespace *dlns, const char *file, int mode) dlopen_ns() argument
3967 dlopen_ns_ext(Dl_namespace *dlns, const char *file, int mode, const dl_extinfo *extinfo) dlopen_ns_ext() argument
4849 dlopen_ext(const char *file, int mode, const dl_extinfo *extinfo) dlopen_ext() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c36 static inline unsigned evergreen_array_mode(unsigned mode) in evergreen_array_mode() argument
3695 unsigned mode = rctx->screen->has_compressed_msaa_texturing ? in evergreen_create_decompress_blend() local
3707 unsigned mode in evergreen_create_fastclear_blend() local
323 evergreen_create_blend_state_mode(struct pipe_context *ctx, const struct pipe_blend_state *state, int mode) evergreen_create_blend_state_mode() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c1595 void SSL_set_verify(SSL *s, int mode, in SSL_set_verify() argument
3683 SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*cb) (int, X509_STORE_CTX *)) SSL_CTX_set_verify() argument
3835 ssl_update_cache(SSL *s, int mode) ssl_update_cache() argument
4411 SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) SSL_CTX_set_quiet_shutdown() argument
4421 SSL_set_quiet_shutdown(SSL *s, int mode) SSL_set_quiet_shutdown() argument
4431 SSL_set_shutdown(SSL *s, int mode) SSL_set_shutdown() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp277 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates() argument
298 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() argument
326 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates() argument
2679 TextureQueryLodInstance(Context& context, const bool isVertexCase, const TextureSpec& textureSpec, const TestMode mode) TextureQueryLodInstance() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.cpp5403 CaptureBlendEquationiEXT(const State &glState, bool isCallValid, GLuint buf, GLenum mode) CaptureBlendEquationiEXT() argument
6187 CaptureMultiDrawArraysIndirectEXT(const State &glState, bool isCallValid, GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) CaptureMultiDrawArraysIndirectEXT() argument
6220 CaptureMultiDrawElementsIndirectEXT(const State &glState, bool isCallValid, GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) CaptureMultiDrawElementsIndirectEXT() argument
8998 CaptureBlendEquationiOES(const State &glState, bool isCallValid, GLuint buf, GLenum mode) CaptureBlendEquationiOES() argument
[all...]
H A Dcapture_gles_ext_params.cpp206 CaptureMultiDrawArraysIndirectEXT_indirect(const State &glState, bool isCallValid, GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride, angle::ParamCapture *paramCapture) CaptureMultiDrawArraysIndirectEXT_indirect() argument
217 CaptureMultiDrawElementsIndirectEXT_indirect(const State &glState, bool isCallValid, GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride, angle::ParamCapture *paramCapture) CaptureMultiDrawElementsIndirectEXT_indirect() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp7948 VULKAN_HPP_NAMESPACE::DisplayModeKHR mode; in createDisplayModeKHR() local
7969 VULKAN_HPP_NAMESPACE::DisplayModeKHR mode; in createDisplayModeKHRUnique() local
8003 PhysicalDevice::getDisplayPlaneCapabilitiesKHR( VULKAN_HPP_NAMESPACE::DisplayModeKHR mode, in getDisplayPlaneCapabilitiesKHR() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp111 void GL_APIENTRY GL_BlendEquationi(GLuint buf, GLenum mode) in GL_BlendEquationi() argument
217 void GL_APIENTRY GL_DrawArraysIndirect(GLenum mode, const void *indirect) in GL_DrawArraysIndirect() argument
243 GL_DrawElementsIndirect(GLenum mode, GLenum type, const void *indirect) GL_DrawElementsIndirect() argument
272 GL_DrawTransformFeedback(GLenum mode, GLuint id) GL_DrawTransformFeedback() argument
298 GL_DrawTransformFeedbackStream(GLenum mode, GLuint id, GLuint stream) GL_DrawTransformFeedbackStream() argument
3957 GL_DrawArraysInstancedBaseInstance(GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) GL_DrawArraysInstancedBaseInstance() argument
3991 GL_DrawElementsInstancedBaseInstance(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) GL_DrawElementsInstancedBaseInstance() argument
4027 GL_DrawElementsInstancedBaseVertexBaseInstance(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) GL_DrawElementsInstancedBaseVertexBaseInstance() argument
4067 GL_DrawTransformFeedbackInstanced(GLenum mode, GLuint id, GLsizei instancecount) GL_DrawTransformFeedbackInstanced() argument
4095 GL_DrawTransformFeedbackStreamInstanced(GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) GL_DrawTransformFeedbackStreamInstanced() argument
5212 GL_MultiDrawArraysIndirect(GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) GL_MultiDrawArraysIndirect() argument
5243 GL_MultiDrawElementsIndirect(GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) GL_MultiDrawElementsIndirect() argument
9729 GL_MultiDrawArraysIndirectCount(GLenum mode, const void *indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride) GL_MultiDrawArraysIndirectCount() argument
9762 GL_MultiDrawElementsIndirectCount(GLenum mode, GLenum type, const void *indirect, GLintptr drawcount, GLsizei maxdrawcount, GLsizei stride) GL_MultiDrawElementsIndirectCount() argument
[all...]

Completed in 174 milliseconds

1...<<161162163164165166167168169