Home
last modified time | relevance | path

Searched defs:origin (Results 226 - 250 of 590) sorted by relevance

12345678910>>...24

/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_esgs_io_to_mem.c188 nir_ssa_def *origin = nir_build_load_gs_vertex_offset_amd(b, .base = vertex_index); in gs_get_vertex_offset() local
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs50 public override long Seek(long offset, System.IO.SeekOrigin origin) in Seek() argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp84 validate_object(command_queue &q, buffer &mem, const vector_t &origin, in validate_object() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp36 box(const resource::vector &origin, const resource::vector &size) : in box() argument
59 resource::copy(command_queue &q, const vector &origin, const vector &region, in copy() argument
69 resource::clear(command_queue &q, const vector &origin, const vector &region, in clear() argument
84 add_map(command_queue &q, cl_map_flags flags, bool blocking, const vector &origin, const vector &region) add_map() argument
226 mapping(command_queue &q, resource &r, cl_map_flags flags, bool blocking, const resource::vector &origin, const resource::vector &region) mapping() argument
[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Diowin32.c314 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() argument
352 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() argument
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c454 static const uint8_t origin[] = "nghttp2.org"; in test_nghttp2_frame_pack_altsvc() local
503 nghttp2_ext_origin origin, oorigin; test_nghttp2_frame_pack_origin() local
[all...]
H A Dfailmalloc_test.c225 const uint8_t origin[] = "nghttp2.org"; in run_nghttp2_session_send_server() local
/third_party/node/deps/icu-small/source/common/
H A Duchriter.cpp297 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { in move() argument
322 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { in move32() argument
/third_party/lz4/examples/
H A DdictionaryRandomAccess.c51 void seek_bin(FILE* fp, long offset, int origin) { in seek_bin() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64-inl.h148 Handle<HeapObject> RelocInfo::target_object_handle(Assembler* origin) { in target_object_handle() argument
207 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips-inl.h169 Handle<HeapObject> RelocInfo::target_object_handle(Assembler* origin) { in target_object_handle() argument
234 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry() argument
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390-inl.h161 Handle<HeapObject> RelocInfo::target_object_handle(Assembler* origin) { in target_object_handle() argument
210 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64-inl.h98 Handle<HeapObject> RelocInfo::target_object_handle(Assembler* origin) { in target_object_handle() argument
162 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h89 Handle<HeapObject> RelocInfo::target_object_handle(Assembler* origin) { in target_object_handle() argument
134 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64-inl.h173 Handle<HeapObject> RelocInfo::target_object_handle(Assembler* origin) { in target_object_handle() argument
250 Address RelocInfo::target_runtime_entry(Assembler* origin) { in target_runtime_entry() argument
/third_party/node/deps/v8/src/heap/
H A Dfree-list.cc212 Allocate(size_t size_in_bytes, size_t* node_size, AllocationOrigin origin) Allocate() argument
305 Allocate(size_t size_in_bytes, size_t* node_size, AllocationOrigin origin) Allocate() argument
344 Allocate(size_t size_in_bytes, size_t* node_size, AllocationOrigin origin) Allocate() argument
410 Allocate(size_t size_in_bytes, size_t* node_size, AllocationOrigin origin) Allocate() argument
H A Dspaces.cc284 void SpaceWithLinearArea::UpdateAllocationOrigins(AllocationOrigin origin) { in UpdateAllocationOrigins() argument
H A Dspaces-inl.h195 AllocateFastUnaligned( int size_in_bytes, AllocationOrigin origin) AllocateFastUnaligned() argument
212 AllocateFastAligned( int size_in_bytes, int* result_aligned_size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateFastAligned() argument
240 AllocateRaw(int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateRaw() argument
257 AllocateRawUnaligned( int size_in_bytes, AllocationOrigin origin) AllocateRawUnaligned() argument
278 AllocateRawAligned( int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateRawAligned() argument
302 AllocateRawSlow( int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateRawSlow() argument
[all...]
H A Dlocal-heap.cc385 PerformCollectionAndAllocateAgain( int object_size, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) PerformCollectionAndAllocateAgain() argument
/third_party/node/deps/v8/src/torque/
H A Dcfg.cc129 void CfgAssembler::Poke(StackRange destination, StackRange origin, in Poke() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.h62 Node *origin; member in nv50_ir::Graph::Edge
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DSurfaceImpl.cpp139 EGLint SurfaceImpl::origin() const in origin() function in rx::SurfaceImpl
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.h147 GrOpsRenderPass(GrRenderTarget* rt, GrSurfaceOrigin origin) in GrOpsRenderPass() argument
152 void set(GrRenderTarget* rt, GrSurfaceOrigin origin) { in set() argument
H A DGrAHardwareBufferImageGenerator.cpp185 onGenerateTexture( GrRecordingContext* context, const SkImageInfo& info, const SkIPoint& origin, GrMipmapped mipMapped, GrImageTexGenPolicy texGenPolicy) onGenerateTexture() argument
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp249 setRenderTargetState(SkISize colorAttachmentDimensions, GrSurfaceOrigin origin) setRenderTargetState() argument

Completed in 18 milliseconds

12345678910>>...24