Home
last modified time | relevance | path

Searched defs:source (Results 1976 - 2000 of 2079) sorted by relevance

1...<<71727374757677787980>>...84

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc1269 void RegisterState::CopyFrom(RegisterIndex reg, RegisterState* source) { in CopyFrom() argument
3130 UnallocatedOperand* source = AllocateRegisters() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h374 TNode<Smi> BIntToSmi(TNode<BInt> source) { return source; } in BIntToSmi() argument
375 TNode<IntPtrT> BIntToIntPtr(TNode<BInt> source) { in BIntToIntPtr() argument
378 TNode<BInt> SmiToBInt(TNode<Smi> source) { return source; } in SmiToBInt() argument
379 TNode<BInt> IntPtrToBInt(TNode<IntPtrT> source) { in IntPtrToBInt() argument
383 TNode<Smi> BIntToSmi(TNode<BInt> source) { retur argument
384 BIntToIntPtr(TNode<BInt> source) BIntToIntPtr() argument
385 SmiToBInt(TNode<Smi> source) SmiToBInt() argument
386 IntPtrToBInt(TNode<IntPtrT> source) IntPtrToBInt() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc1133 MemOperand source = rs; in CallRecordWriteStub() local
1168 MemOperand source = rs; in CallRecordWriteStub() local
1183 MemOperand source = rs; CallRecordWriteStub() local
1217 MemOperand source = rs; CallRecordWriteStub() local
1253 MemOperand source = rs; CallRecordWriteStub() local
1281 MemOperand source = rs; CallRecordWriteStub() local
1316 MemOperand source = rs; CallRecordWriteStub() local
1379 MemOperand source = rs; CallRecordWriteStub() local
1385 MemOperand source = rs; CallRecordWriteStub() local
1391 MemOperand source = rs; CallRecordWriteStub() local
1397 MemOperand source = rs; CallRecordWriteStub() local
1403 MemOperand source = rs; CallRecordWriteStub() local
1409 MemOperand source = rs; CallRecordWriteStub() local
1415 MemOperand source = rs; CallRecordWriteStub() local
1421 MemOperand source = rs; CallRecordWriteStub() local
1427 MemOperand source = rs; CallRecordWriteStub() local
1433 MemOperand source = rs; CallRecordWriteStub() local
1439 MemOperand source = rs; CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2999 DecompressTaggedPointer(const Register& destination, const Register& source) TruncateDoubleToI() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc598 DecompressTaggedPointer(Register destination, Register source) DecompressTaggedPointer() argument
622 DecompressAnyTagged(Register destination, Register source) DecompressAnyTagged() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc875 MemOperand source = rj; in CallRecordWriteStub() local
885 MemOperand source = rj; in CallRecordWriteStub() local
895 MemOperand source = rj; CallRecordWriteStub() local
905 MemOperand source = rj; CallRecordWriteStub() local
915 MemOperand source = rj; CallRecordWriteStub() local
925 MemOperand source = rj; CallRecordWriteStub() local
935 MemOperand source = rj; CallRecordWriteStub() local
952 MemOperand source = rj; CallRecordWriteStub() local
962 MemOperand source = rj; CallRecordWriteStub() local
979 MemOperand source = rj; CallRecordWriteStub() local
996 MemOperand source = rj; CallRecordWriteStub() local
2111 ExtractBits(Register dest, Register source, Register pos, int size, bool sign_extend) CallRecordWriteStub() argument
2133 InsertBits(Register dest, Register source, Register pos, int size) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc49 void MacroAssembler::Load(Register destination, ExternalReference source) { in Load() argument
65 void MacroAssembler::Store(ExternalReference destination, Register source) { in Store() argument
70 movq(Operand(kRootRegister, static_cast<int32_t>(delta)), source); in Store() local
78 movq(ExternalReferenceAsOperand(destination), source); in Store() local
105 LoadAddress(Register destination, ExternalReference source) LoadAddress() argument
154 PushAddress(ExternalReference source) PushAddress() argument
321 DecompressTaggedPointer(Register destination, Register source) DecompressTaggedPointer() argument
1239 GetSmiConstant(Smi source) CallRecordWriteStub() argument
1454 Push(Smi source) CallRecordWriteStub() argument
1475 Move(Register dst, Smi source) CallRecordWriteStub() argument
1615 Cmp(Register dst, Handle<Object> source) CallRecordWriteStub() argument
1624 Cmp(Operand dst, Handle<Object> source) CallRecordWriteStub() argument
1652 Push(Handle<HeapObject> source) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc4134 uint32_t source = condition_reg_; in ExecuteGeneric() local
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc2932 FormatRangeSource source = FormatRangeSource::kShared; in GetSource() local
2948 Handle<String> Intl::SourceString(Isolate* isolate, FormatRangeSource source) { in SourceString() argument
H A Djs-objects.cc273 FastAssign( Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) FastAssign() argument
414 SetOrCopyDataProperties( Isolate* isolate, Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) SetOrCopyDataProperties() argument
5643 Object source = script_object.source(); GetSource() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc30 std::string source; member
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c742 static void freeandcopy(char **dest, const char *source) in freeandcopy() argument
/third_party/openssl/apps/
H A Ds_client.c742 static void freeandcopy(char **dest, const char *source) in freeandcopy() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp3100 std::stringstream source; in initPrograms() local
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp81 WriteSource(Blob *blob, spv::SourceLanguage sourceLanguage, LiteralInteger version, const IdRef *file, const LiteralString *source) WriteSource() argument
613 WriteCopyMemory(Blob *blob, IdRef target, IdRef source, const spv::MemoryAccessMask *memoryAccess) WriteCopyMemory() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2508 copyTexture(const gl::Context *context, const gl::Texture *source, GLint sourceLevel, gl::TextureTarget srcTarget, const gl::Box &sourceBox, GLenum destFormat, GLenum destType, const gl::Offset &destOffset, TextureStorage *storage, gl::TextureTarget destTarget, GLint destLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyTexture() argument
2534 copyCompressedTexture(const gl::Context *context, const gl::Texture *source, GLint sourceLevel, TextureStorage *storage, GLint destLevel) copyCompressedTexture() argument
2611 createRenderTargetCopy(const gl::Context *context, RenderTargetD3D *source, RenderTargetD3D **outRT) createRenderTargetCopy() argument
2766 boxFilter(Context9 *context9, IDirect3DSurface9 *source, IDirect3DSurface9 *dest) boxFilter() argument
2790 copyToRenderTarget(const gl::Context *context, IDirect3DSurface9 *dest, IDirect3DSurface9 *source, bool fromManaged) copyToRenderTarget() argument
2861 copyImage(const gl::Context *context, ImageD3D *dest, ImageD3D *source, const gl::Box &sourceBox, const gl::Offset &destOffset, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyImage() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp2265 std::string source = GenCS<T>(internalformat); in Read() local
3929 std::string source = GenStoreShader(m_stage, internalformat, write_value); in Write() local
3940 std::string source = GenLoadShader(m_stage, internalformat, expected_value); in Write() local
4416 std::string source = GenShader<T>(stage, internalformat); in Atomic() local
[all...]
H A Dgl4cShaderStorageBufferObjectTests.cpp368 GLuint BuildShaderProgram(GLenum type, const std::string& source) in BuildShaderProgram() argument
8915 bool Compile(const std::string& source) in Compile() argument
H A Dgl3cTextureSwizzleTests.cpp1208 void GLW_APIENTRY debug_proc(glw::GLenum source, glw::GLenum type, glw::GLuint id, glw::GLenum severity, in debug_proc() argument
[all...]
H A Dgl4cDirectStateAccessTexturesTests.cpp902 glw::GLchar const* source[3]; in PrepareProgram() member in gl4cts::DirectStateAccess::Textures::Shader::glw
2082 glw::GLchar const* source[3]; PrepareProgram() member in gl4cts::DirectStateAccess::Textures::Shader::glw
3493 glw::GLchar const* source[3]; PrepareProgram() member in gl4cts::DirectStateAccess::Textures::Shader::glw
7458 glw::GLchar const* source; CreateProgram() member in gl4cts::DirectStateAccess::Textures::Shader::glw
[all...]
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp243 GLuint BuildShaderProgram(GLenum type, const std::string& source) in BuildShaderProgram() argument
8329 bool Compile(const std::string& source) in Compile() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp239 GLuint BuildShaderProgram(GLenum type, const std::string& source) in BuildShaderProgram() argument
8497 bool Compile(const std::string& source) in Compile() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp145 ValidateCopyTexture3DCommon(const Context *context, angle::EntryPoint entryPoint, const Texture *source, GLint sourceLevel, GLint srcInternalFormat, const Texture *dest, GLint destLevel, GLint internalFormat, TextureTarget destTarget) ValidateCopyTexture3DCommon() argument
1220 const FramebufferAttachment *source = framebuffer->getReadColorAttachment(); ValidateES3CopyTexImageParametersBase() local
2503 const Texture *source = context->getTexture(sourceId); ValidateCopyTexture3DANGLE() local
2572 const Texture *source = context->getTexture(sourceId); ValidateCopySubTexture3DANGLE() local
[all...]
H A DvalidationES2.cpp1867 static bool ValidDebugSource(GLenum source, bool mustBeThirdPartyOrApplication) in ValidDebugSource() argument
1922 ValidateDebugMessageControlKHR(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) ValidateDebugMessageControlKHR() argument
1973 ValidateDebugMessageInsertKHR(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) ValidateDebugMessageInsertKHR() argument
2063 ValidatePushDebugGroupKHR(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLuint id, GLsizei length, const GLchar *message) ValidatePushDebugGroupKHR() argument
3167 const Texture *source = context->getTexture(sourceId); ValidateCopyTextureCHROMIUM() local
3275 const Texture *source = context->getTexture(sourceId); ValidateCopySubTextureCHROMIUM() local
3397 const Texture *source = context->getTexture(sourceId); ValidateCompressedCopyTextureCHROMIUM() local
4497 ValidateGetShaderSource(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID shader, GLsizei bufsize, const GLsizei *length, const GLchar *source) ValidateGetShaderSource() argument
5953 ValidateGetTranslatedShaderSourceANGLE(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID shader, GLsizei bufsize, const GLsizei *length, const GLchar *source) ValidateGetTranslatedShaderSourceANGLE() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp540 const uint8_t *source = in setSubImageImpl() local
570 copyImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, GLenum internalFormat, gl::Framebuffer *source) copyImage() argument
589 copySubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, gl::Framebuffer *source) copySubImage() argument
599 copyTexture(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, GLenum type, GLint sourceLevelGL, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copyTexture() argument
626 copySubTexture(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &dstOffset, GLint srcLevelGL, const gl::Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTexture() argument
697 copyCompressedTexture(const gl::Context *context, const gl::Texture *source) copyCompressedTexture() argument
724 copySubImageImpl(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, const gl::InternalFormat &internalFormat, gl::Framebuffer *source) copySubImageImpl() argument
826 copySubTextureImpl(ContextVk *contextVk, const gl::ImageIndex &index, const gl::Offset &dstOffset, const gl::InternalFormat &dstFormat, gl::LevelIndex sourceLevelGL, const gl::Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, TextureVk *source) copySubTextureImpl() argument
2575 syncState(const gl::Context *context, const gl::Texture::DirtyBits &dirtyBits, gl::Command source) syncState() argument
[all...]

Completed in 146 milliseconds

1...<<71727374757677787980>>...84