Home
last modified time | relevance | path

Searched defs:mode (Results 4051 - 4075 of 4454) sorted by relevance

1...<<161162163164165166167168169170>>...179

/third_party/node/deps/v8/src/execution/
H A Dframes.cc926 void PrintIndex(StringStream* accumulator, StackFrame::PrintMode mode, in PrintIndex() argument
944 void StackFrame::Print(StringStream* accumulator, PrintMode mode, in Print() argument
952 void BuiltinExitFrame::Print(StringStream* accumulator, PrintMode mode, in Print() argument
2047 void WasmFrame::Print(StringStream* accumulator, PrintMode mode, in Print() argument
2180 void WasmDebugBreakFrame::Print(StringStream* accumulator, PrintMode mode, in Print() argument
2280 Print(StringStream* accumulator, PrintMode mode, int index) const Print() argument
2486 BuiltinContinuationModeIsWithCatch(BuiltinContinuationMode mode) BuiltinContinuationModeIsWithCatch() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dic.cc90 const char* GetModifier(KeyedAccessLoadMode mode) { in GetModifier() argument
95 const char* GetModifier(KeyedAccessStoreMode mode) { in GetModifier() argument
128 KeyedAccessLoadMode mode = nexus()->GetKeyedAccessLoadMode(); in TraceIC() local
132 KeyedAccessStoreMode mode = nexus()->GetKeyedAccessStoreMode(); in TraceIC() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc509 BytecodeArrayBuilder& BytecodeArrayBuilder::LogicalNot(ToBooleanMode mode) { in LogicalNot() argument
1158 BytecodeArrayBuilder& BytecodeArrayBuilder::JumpIfTrue(ToBooleanMode mode, in JumpIfTrue() argument
1170 JumpIfFalse(ToBooleanMode mode, BytecodeLabel* label) JumpIfFalse() argument
1644 operator <<(std::ostream& os, const BytecodeArrayBuilder::ToBooleanMode& mode) operator <<() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h1294 Call(uint32_t bitfield, ConvertReceiverMode mode, ValueNode* function, in Call() argument
/third_party/node/deps/v8/src/objects/
H A Delements.cc2200 WriteBarrierMode mode = in MoveElements() local
2470 WriteBarrierMode mode = raw_backing_store.GetWriteBarrierMode(no_gc); in CopyArguments() local
2494 SetImpl(FixedArrayBase backing_store, InternalIndex entry, Object value, WriteBarrierMode mode) SetImpl() argument
2831 SetImpl(FixedArrayBase backing_store, InternalIndex entry, Object value, WriteBarrierMode mode) SetImpl() argument
2920 SetImpl(FixedArrayBase backing_store, InternalIndex entry, Object value, WriteBarrierMode mode) SetImpl() argument
[all...]
H A Dvalue-serializer.cc284 void ValueSerializer::SetTreatArrayBufferViewsAsHostObjects(bool mode) { in SetTreatArrayBufferViewsAsHostObjects() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c64 lp_sampler_wrap_mode_uses_border_color(enum pipe_tex_wrap mode, in lp_sampler_wrap_mode_uses_border_color() argument
2250 lp_build_reduce_filter(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef *v00, LLVMValueRef *v01, LLVMValueRef *out) lp_build_reduce_filter() argument
2278 lp_build_reduce_filter_2d(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef y, LLVMValueRef *v00, LLVMValueRef *v01, LLVMValueRef *v10, LLVMValueRef *v11, LLVMValueRef *out) lp_build_reduce_filter_2d() argument
2309 lp_build_reduce_filter_3d(struct lp_build_context *bld, enum pipe_tex_reduction_mode mode, unsigned flags, unsigned num_chan, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef *v000, LLVMValueRef *v001, LLVMValueRef *v010, LLVMValueRef *v011, LLVMValueRef *v100, LLVMValueRef *v101, LLVMValueRef *v110, LLVMValueRef *v111, LLVMValueRef *out) lp_build_reduce_filter_3d() argument
[all...]
H A Dlp_bld_arit.c1942 lp_build_round_altivec(struct lp_build_context *bld, LLVMValueRef a, enum lp_build_round_mode mode) lp_build_round_altivec() argument
1977 lp_build_round_arch(struct lp_build_context *bld, LLVMValueRef a, enum lp_build_round_mode mode) lp_build_round_arch() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1839 const uint8_t mode = translateInterpMode(&info_out->in[ptr ? 0 : in interpolate() local
3046 int c, mode = 0; in handleINTERP() local
[all...]
/third_party/musl/ldso/
H A Ddynlink.c2158 void *dlopen(const char *file, int mode) argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c2838 static inline unsigned r600_array_mode(unsigned mode) in r600_array_mode() argument
319 r600_create_blend_state_mode(struct pipe_context *ctx, const struct pipe_blend_state *state, int mode) r600_create_blend_state_mode() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c305 D3DDISPLAYMODEEX *mode = NULL; in NineDevice9_ctor() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c3377 int SSL_CTX_set_tlsext_max_fragment_length(SSL_CTX *ctx, uint8_t mode) in SSL_CTX_set_tlsext_max_fragment_length() argument
3389 SSL_set_tlsext_max_fragment_length(SSL *ssl, uint8_t mode) SSL_set_tlsext_max_fragment_length() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c2889 uv_fs_open(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags, int mode, uv_fs_cb cb) uv_fs_open() argument
2994 uv_fs_mkdir(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb) uv_fs_mkdir() argument
3353 uv_fs_chmod(uv_loop_t* loop, uv_fs_t* req, const char* path, int mode, uv_fs_cb cb) uv_fs_chmod() argument
3369 uv_fs_fchmod(uv_loop_t* loop, uv_fs_t* req, uv_file fd, int mode, uv_fs_cb cb) uv_fs_fchmod() argument
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c1306 sljit_s32 mode = compiler->mode; in emit_commutative() local
1389 sljit_s32 mode = compiler->mode; in emit_non_commutative() local
2596 sljit_s32 mode = compiler->mode; sljit_emit_bitwise_imm() local
[all...]
H A DsljitNativeX86_common.c2261 emit_shift(struct sljit_compiler *compiler, sljit_u8 mode, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument
2368 emit_shift_with_flags(struct sljit_compiler *compiler, sljit_u8 mode, sljit_s32 set_flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) global() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c2438 bool pa_sink_update_proplist(pa_sink *s, pa_update_mode_t mode, pa_proplist *p) { in pa_sink_update_proplist() argument
[all...]
H A Dprotocol-native.c4071 uint32_t mode; in command_update_proplist() local
[all...]
H A Dcore-util.c3605 int pa_open_cloexec(const char *fn, int flags, mode_t mode) { in pa_open_cloexec() argument
3734 FILE* pa_fopen_cloexec(const char *path, const char *mode) { in pa_fopen_cloexec() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp102 TestMode mode; member
2614 TestMode mode; createAttachmentRateTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2546 static inline const char* compareModeName (tcu::Sampler::CompareMode mode) in compareModeName() argument
2600 tcu::Sampler::WrapMode mode; in init() member
2816 const auto& mode = levelModes[modeIdx].levelMode; in init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp86 TestMode mode; member
2365 TestMode mode; createAttachmentRateTests() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTexture.cpp1040 void Texture::setDepthStencilTextureMode(const Context *context, GLenum mode) in setDepthStencilTextureMode() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp1392 int mode = 0; in testInstanced() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp33 void GL_APIENTRY GL_BeginConditionalRender(GLuint id, GLenum mode) in GL_BeginConditionalRender() argument
2349 void GL_APIENTRY GL_DrawArraysInstanced(GLenum mode, in GL_DrawArraysInstanced() argument
2380 GL_DrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) GL_DrawElementsInstanced() argument
2763 GL_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) GL_DrawElementsBaseVertex() argument
2798 GL_DrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) GL_DrawElementsInstancedBaseVertex() argument
2836 GL_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) GL_DrawRangeElementsBaseVertex() argument
3096 GL_MultiDrawElementsBaseVertex(GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) GL_MultiDrawElementsBaseVertex() argument
3134 GL_ProvokingVertex(GLenum mode) GL_ProvokingVertex() argument
[all...]

Completed in 104 milliseconds

1...<<161162163164165166167168169170>>...179