/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.h | 378 shader_info base; member 490 struct util_live_shader base; member 774 uint64_t vs_output_param_mask; /* which params to export, indexed by "base" */ 840 struct si_pm4_state pm4; /* base class */ 1041 !shader->selector->info.base.vs.blit_sgprs_amd && in gfx10_edgeflags_have_effect() 1064 return shader->selector->info.base.fs.uses_discard || in si_shader_uses_discard()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_image.c | 290 vk_object_base_init(&device->vk, &buffer->base, VK_OBJECT_TYPE_BUFFER); in lvp_CreateBuffer() 341 vk_object_base_finish(&buffer->base); in lvp_DestroyBuffer() 382 vk_object_base_init(&device->vk, &view->base, in lvp_CreateBufferView() 403 vk_object_base_finish(&view->base); in lvp_DestroyBufferView()
|
/third_party/node/lib/internal/assert/ |
H A D | assertion_error.js | 367 let base = kReadableOperator[operator]; 375 base = kReadableOperator.notStrictEqualObject; 389 super(`${base}${res[0].length > 5 ? '\n\n' : ' '}${res[0]}`); 391 super(`${base}\n\n${ArrayPrototypeJoin(res, '\n')}\n`);
|
/third_party/musl/src/malloc/mallocng/ |
H A D | malloc.c | 17 extern int je_iterate(uintptr_t base, size_t size, 495 int malloc_iterate(void* base, size_t size, void (*callback)(void* base, size_t size, void* arg), void* arg) in malloc_iterate() argument 498 return je_iterate(base, size, callback, arg); in malloc_iterate()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | cfi.c | 75 #define LADDR(p, v) (void *)((p)->base + (v)) 156 size_t base = (size_t)pldso->base; in is_addr_in_ldso() local 159 if (a - base - ph->p_vaddr < ph->p_memsz) in is_addr_in_ldso()
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | malloc.c | 15 extern int je_iterate(uintptr_t base, size_t size, 488 int malloc_iterate(void* base, size_t size, void (*callback)(void* base, size_t size, void* arg), void* arg) in malloc_iterate() argument 491 return je_iterate(base, size, callback, arg); in malloc_iterate()
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_driver_ds.cc | 158 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() 208 packet->set_timestamp(perfetto::base::GetBootTimeNs().count()); in send_descriptors() 449 return perfetto::base::GetBootTimeNs().count(); in intel_ds_begin_submit() 462 uint64_t end_ts = perfetto::base::GetBootTimeNs().count(); in intel_ds_end_submit()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_recv.py | 126 base = '__glXDisp' 128 base = '__glXDispSwap' 131 print 'void %s_%s(GLbyte * pc)' % (base, name) 133 print 'int %s_%s(__GLXclientState *cl, GLbyte *pc)' % (base, name) 247 # If any parameter has a 64-bit base type, then we
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_feedback.c | 435 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_feedback_cmd_pools_init() 481 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_feedback_cmd_pools_fini()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | linkage.h | 8 #include "src/base/compiler-specific.h" 9 #include "src/base/flags.h" 168 using TypeField = base::BitField<LocationType, 0, 1>; 251 using Flags = base::Flags<Flag>; 478 mutable base::Optional<size_t> gp_param_count_; 479 mutable base::Optional<size_t> fp_param_count_;
|
/third_party/node/deps/v8/include/ |
H A D | v8-internal.h | 202 // base shifted to the left. This way, it is guaranteed that the offset is 557 internal::Address base = in ReadTaggedPointerField() local 559 return base + static_cast<internal::Address>(static_cast<uintptr_t>(value)); in ReadTaggedPointerField() 617 internal::Address base = in DecompressTaggedAnyField() local 619 return base + static_cast<internal::Address>(static_cast<uintptr_t>(value)); in DecompressTaggedAnyField() 649 // A base class for backing stores, which is needed due to vagaries of
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-arraybuffer.cc | 235 base::ScopedVector<Handle<Object>> argv(argc); in SliceHelper() 329 base::Relaxed_Memcpy(reinterpret_cast<base::Atomic8*>(to_data), in SliceHelper() 330 reinterpret_cast<base::Atomic8*>(from_data), in SliceHelper()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | reloc-info.cc | 7 #include "src/base/vlq.h" 86 base::VLQEncodeUnsigned( in WriteLongPCJump() 203 uint32_t pc_jump = base::VLQDecodeUnsigned([this] { return *--pos_; }); in AdvanceReadLongPCJump() 293 RelocIterator::RelocIterator(base::Vector<byte> instructions, in RelocIterator() 294 base::Vector<const byte> reloc_info, in RelocIterator()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | target.cc | 8 #include "src/base/platform/time.h" 145 if (semaphore_.WaitFor(base::TimeDelta::FromMilliseconds(500))) { in Suspend() 672 v8::base::MutexGuard guard(&mutex_); in SetStatus() 686 v8::base::MutexGuard guard(&mutex_); in GetCallStack() 692 v8::base::MutexGuard guard(&mutex_); in GetCurrentPc()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | constant-array-builder.cc | 14 #include "src/base/functional.h" 133 : constants_map_(16, base::KeyEqualityMatcher<intptr_t>(), in ConstantArrayBuilder() 194 base::bits::IsPowerOfTwo(static_cast<uint32_t>(array_index))); in ToFixedArray() 253 static_cast<uint32_t>(base::hash_value(bigint.c_str())), in Insert() 261 static_cast<uint32_t>(base::hash_value(scope)), in Insert()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.cc | 10 #include "src/base/sanitizer/asan.h" 11 #include "src/base/sanitizer/msan.h" 162 base::TimeDelta sampling_interval) { in Init() 203 timestamp = base::TimeTicks::Now(); in Init() 334 i::Address bytecode_array = base::Memory<i::Address>( in GetStackSample() 336 i::Address bytecode_offset = base::Memory<i::Address>( in GetStackSample()
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 45 base::Optional<ParseResult> Rule::RunAction(const Item* completed_item, in RunAction() 50 base::Optional<ParseResult> child_result = in RunAction() 189 std::unordered_set<Item, base::hash<Item>>* processed) { in RunEarleyAlgorithm() 199 base::hash<std::pair<size_t, Symbol*>>> in RunEarleyAlgorithm()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_hw.c | 92 hq->period->start = get_sample(batch, ring, hq->base.type); 107 hq->period->end = get_sample(batch, ring, hq->base.type); 283 q = &hq->base; in fd_hw_create_query() 307 struct pipe_screen *pscreen = &batch->ctx->screen->base; in fd_hw_sample_init()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_blit.c | 56 struct lima_screen *screen = lima_screen(ctx->base.screen); in lima_pack_blit_cmd() 277 _mesa_hash_table_insert(ctx->write_jobs, &dst_res->base, job); in lima_do_blit() 297 info->dst.box.width == lima_dst_surf->base.width && in lima_do_blit() 298 info->dst.box.height == lima_dst_surf->base.height) in lima_do_blit()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 229 /** Obtain the base texture width (or number of elements) (returns int32) */ 236 /** Obtain the base texture height (returns int32) */ 243 /** Obtain the base texture depth (or array size) (returns int32) */ 250 /** Obtain the first mipmap level (base level) (returns int32) */ 278 /** Obtain pointer to base of texture */ 470 unsigned base, range; member 479 unsigned base, range; member 744 unsigned base, unsigned range); 761 unsigned base, unsigned range);
|
H A D | lp_bld_tgsi_info.c | 546 tgsi_scan_shader(tokens, &info->base); in lp_build_tgsi_info() 623 for (index = 0; index < info->base.num_outputs; ++index) { in lp_build_tgsi_info() 624 unsigned semantic_name = info->base.output_semantic_name[index]; in lp_build_tgsi_info() 625 unsigned semantic_index = info->base.output_semantic_index[index]; in lp_build_tgsi_info()
|
/third_party/musl/ldso/linux/ |
H A D | cfi.c | 75 #define LADDR(p, v) (void *)((p)->base + (v)) 151 size_t base = (size_t)dso->base; in addr_in_dso() local 154 if (addr - base - ph->p_vaddr < ph->p_memsz) in addr_in_dso()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305_hw.c | 323 ctx->chacha.base.hw->cipher(&ctx->chacha.base, out, in, plen); in chacha20_poly1305_aead_cipher() 330 ctx->chacha.base.hw->cipher(&ctx->chacha.base, out, in, plen); in chacha20_poly1305_aead_cipher()
|
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 109 '--base-directory', 281 base = name + '/' 287 elif not member.name.startswith(base): 288 raise ValueError(member.name, base) 289 member.name = member.name[len(base):].lstrip('/')
|
/third_party/python/Lib/ |
H A D | sysconfig.py | 30 'purelib': '{base}/lib/python{py_version_short}/site-packages', 36 'scripts': '{base}/bin', 37 'data': '{base}', 41 'platstdlib': '{base}/lib/python', 42 'purelib': '{base}/lib/python', 43 'platlib': '{base}/lib/python', 46 'scripts': '{base}/bin', 47 'data': '{base}', 51 'platstdlib': '{base}/Lib', 52 'purelib': '{base}/Li [all...] |