| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTableBuilder.cpp | 208 Error PDBStringTableBuilder::commit(BinaryStreamWriter &Writer) const { in commit() function in PDBStringTableBuilder
|
| H A D | TpiStreamBuilder.cpp | 143 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in TpiStreamBuilder
|
| H A D | DbiModuleDescriptorBuilder.cpp | 135 Error DbiModuleDescriptorBuilder::commit(BinaryStreamWriter &ModiWriter, in commit() function in DbiModuleDescriptorBuilder
|
| H A D | TpiStream.cpp | 246 Error TpiStream::commit() { return Error::success(); } in commit() function in TpiStream
|
| H A D | PDBFileBuilder.cpp | 264 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { in commit() function in PDBFileBuilder [all...] |
| H A D | DbiStreamBuilder.cpp | 391 Error DbiStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in DbiStreamBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 103 Error DebugLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugLinesSubsection
|
| /third_party/skia/experimental/sktext/src/ |
| H A D | LogicalRun.h | 18 void commit() { in commit() function in skia::text::LogicalRun
|
| /third_party/mbedtls/library/ |
| H A D | mps_reader.c | 415 mbedtls_mps_size_t pending, commit; in mbedtls_mps_reader_reclaim() local [all...] |
| /third_party/littlefs/scripts/ |
| H A D | perfbd.py | 335 def commit(): function
|
| H A D | perf.py | 433 def commit(): function
|
| /third_party/lz4/tests/ |
| H A D | test-lz4-speed.py | 318 commit = "" global() variable 332 commit = execute('git show -s --format=%h ' + branch, verbose)[0] global() variable [all...] |
| /third_party/python/Lib/msilib/ |
| H A D | __init__.py | 215 def commit(self, db): member in CAB
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 421 Error WritableMappedBlockStream::commit() { return WriteInterface.commit(); } in commit() function in WritableMappedBlockStream
|
| H A D | MSFBuilder.cpp | 338 Expected<FileBufferByteStream> MSFBuilder::commit(StringRef Path, in commit() function in MSFBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | HashTable.h | 184 Error commit(BinaryStreamWriter &Writer) const { in commit() function in llvm::pdb::HashTable
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_buffer.c | 725 si_buffer_commit(struct si_context *ctx, struct si_resource *res, struct pipe_box *box, bool commit) si_buffer_commit() argument 731 si_resource_commit(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) si_resource_commit() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cSparseTextureTests.cpp | 1771 texPageCommitment(const glw::Functions& gl, glw::GLint target, glw::GLint format, glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth, GLboolean commit) texPageCommitment() argument 2422 texPageCommitment(const glw::Functions& gl, glw::GLint target, glw::GLint format, glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth, GLboolean commit) texPageCommitment() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 726 buffer_commit_single(struct zink_screen *screen, struct zink_resource *res, struct zink_bo *bo, uint32_t bo_offset, uint32_t offset, uint32_t size, bool commit, VkSemaphore wait) in buffer_commit_single() argument 761 buffer_bo_commit(struct zink_screen *screen, struct zink_resource *res, uint32_t offset, uint32_t size, bool commit, VkSemaphore *sem) in buffer_bo_commit() argument 875 texture_commit_single(struct zink_screen *screen, struct zink_resource *res, VkSparseImageMemoryBind *ibind, unsigned num_binds, bool commit, VkSemaphore wait) in texture_commit_single() argument 900 texture_commit_miptail(struct zink_screen *screen, struct zink_resource *res, struct zink_bo *bo, uint32_t bo_offset, uint32_t offset, bool commit, VkSemaphore wait) in texture_commit_miptail() argument 932 zink_bo_commit(struct zink_screen *screen, struct zink_resource *res, unsigned level, struct pipe_box *box, bool commit, VkSemaphor argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texobj.c | 2312 texture_page_commitment(struct gl_context *ctx, GLenum target, struct gl_texture_object *tex_obj, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit, const char *func) texture_page_commitment() argument 2364 _mesa_TexPageCommitmentARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexPageCommitmentARB() argument 2383 _mesa_TexturePageCommitmentEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLboolean commit) _mesa_TexturePageCommitmentEXT() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_context.c | 694 dd_context_resource_commit(struct pipe_context *_pipe, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) dd_context_resource_commit() argument
|
| /third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.c | 1166 amdgpu_bo_sparse_commit(struct radeon_winsys *rws, struct pb_buffer *buf, uint64_t offset, uint64_t size, bool commit) amdgpu_bo_sparse_commit() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_state.c | 360 noop_resource_commit(struct pipe_context *ctx, struct pipe_resource *res, unsigned level, struct pipe_box *box, bool commit) noop_resource_commit() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 545 r600_resource_commit(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) r600_resource_commit() argument
|
| /third_party/selinux/libsepol/src/ |
| H A D | write.c | 105 avtab_write_item(policydb_t * p, avtab_ptr_t cur, struct policy_file *fp, unsigned merge, unsigned commit, uint32_t * nel) avtab_write_item() argument
|