/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_uniforms_to_ubo.c | 68 ubo_idx, uniform_offset, .base=nir_intrinsic_base(instr)); in lower_instr() 71 * base/offset in dword units instead of vec4 units. in lower_instr()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_optimization.h | 137 unsigned base, unsigned components);
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_vdecl.c | 52 svga->curr.vs->base.info.num_inputs); in emit_hw_vs_vdecl()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_gem.c | 110 list_addtail(&to_vc4_bo(&exec->exec_bo->base)->unref_head, in vc4_get_bcl()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | adapter9.h | 55 struct NineUnknown base; member
|
H A D | swapchain9.h | 43 struct NineUnknown base; member
|
H A D | device9ex.h | 30 struct NineDevice9 base; member
|
H A D | vertexshader9.h | 38 struct NineUnknown base; member
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.h | 77 struct pipe_transfer base; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_fs.h | 127 int base; member
|
/third_party/node/src/dataqueue/ |
H A D | queue.h | 130 uint8_t* base; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | stacks.h | 12 #include "src/base/build_config.h" 60 Address base() const { return reinterpret_cast<Address>(limit_ + size_); } in base() function in v8::internal::wasm::StackMemory
|
H A D | memory-protection-key.cc | 13 #include "src/base/build_config.h" 14 #include "src/base/logging.h" 15 #include "src/base/macros.h" 16 #include "src/base/platform/platform.h" 37 // base/platform/platform.h {OS} (lower-level functions) and 38 // {base::PageAllocator} (exported API). 110 // was {base::ProtectedMemory} to protect the function pointer from being 165 PageAllocator* page_allocator, base::AddressRegion region, in SetPermissionsAndMemoryProtectionKey() 173 // Copied with slight modifications from base/platform/platform-posix.cc in SetPermissionsAndMemoryProtectionKey() 177 // once the whole PKU code is moved into base/platfor in SetPermissionsAndMemoryProtectionKey() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationruleparser.h | 109 CollationRuleParser(const CollationData *base, UErrorCode &errorCode);
|
H A D | double-conversion-bignum.h | 65 void AssignPowerUInt16(uint16_t base, const int exponent);
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_enums.py | 237 value = int(enum.get('value'), base=16)
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_layout.c | 42 vk_object_base_init(device, &layout->base, VK_OBJECT_TYPE_PIPELINE_LAYOUT); in vk_pipeline_layout_init()
|
H A D | vk_android.c | 120 struct vk_device *device = queue->base.device; in vk_common_QueueSignalReleaseImageANDROID()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_pool.h | 70 pool_subclass *pool = container_of(p, pool_subclass, base); \
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_opt_dce.c | 74 uint16_t *live = mem_dup(block->base.live_out, ctx->temp_count * sizeof(uint16_t)); in midgard_opt_dead_code_eliminate_block()
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_lower_xfb.c | 50 nir_ssa_def *buf = nir_load_xfb_address(b, 64, .base = buffer); in lower_xfb_output()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state.h | 105 struct pipe_stream_output_info base; member
|
/third_party/ltp/testcases/kernel/kvm/include/ |
H A D | kvm_x86_svm.h | 63 uint64_t base; member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | allocation-builder-inl.h | 30 DCHECK(base::IsInRange(map.instance_type(), FIRST_CONTEXT_TYPE, in AllocateContext()
|
/third_party/node/deps/v8/src/common/ |
H A D | assert-scope.cc | 7 #include "src/base/bit-field.h" 8 #include "src/base/lazy-instance.h" 9 #include "src/base/platform/platform.h" 19 using PerThreadDataBit = base::BitField<bool, kType, 1>;
|