Home
last modified time | relevance | path

Searched defs:access (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/third_party/node/deps/v8/src/compiler/
Daccess-builder.cc27 FieldAccess access = {kUntaggedBase, 0, MaybeHandle<Name>(), in ForExternalIntPtr() local
35 FieldAccess access = {kTaggedBase, HeapObject::kMapOffset, in ForMap() local
44 FieldAccess access = { in ForHeapNumberValue() local
53 FieldAccess access = { in ForBigIntBitfield() local
63 FieldAccess access = { in ForBigIntOptionalPadding() local
73 FieldAccess access = { in ForBigIntLeastSignificantDigit64() local
82 FieldAccess access = {kTaggedBase, JSObject::kPropertiesOrHashOffset, in ForJSObjectPropertiesOrHash() local
91 FieldAccess access = {kTaggedBase, JSObject::kPropertiesOrHashOffset, in ForJSObjectPropertiesOrHashKnownPointer() local
100 FieldAccess access = {kTaggedBase, JSObject::kElementsOffset, in ForJSObjectElements() local
111 FieldAccess access = {kTaggedBase, offset, in ForJSObjectInObjectProperty() local
[all …]
Dallocation-builder.h33 void Store(const FieldAccess& access, Node* value) { in Store()
39 void Store(ElementAccess const& access, Node* index, Node* value) { in Store()
63 void Store(const FieldAccess& access, const ObjectRef& value) { in Store()
Djs-context-specialization.cc54 const ContextAccess& access = ContextAccessOf(node->op()); in SimplifyJSLoadContext() local
73 const ContextAccess& access = ContextAccessOf(node->op()); in SimplifyJSStoreContext() local
139 const ContextAccess& access = ContextAccessOf(node->op()); in ReduceJSLoadContext() local
201 const ContextAccess& access = ContextAccessOf(node->op()); in ReduceJSStoreContext() local
/third_party/node/deps/v8/src/execution/
Dstack-guard.cc42 ExecutionAccess access(isolate_); in SetStackLimit() local
57 ExecutionAccess access(isolate_); in AdjustStackLimitForSimulator() local
68 ExecutionAccess access(isolate_); in EnableInterrupts() local
75 ExecutionAccess access(isolate_); in DisableInterrupts() local
80 ExecutionAccess access(isolate_); in PushInterruptsScope() local
108 ExecutionAccess access(isolate_); in PopInterruptsScope() local
135 ExecutionAccess access(isolate_); in CheckInterrupt() local
140 ExecutionAccess access(isolate_); in RequestInterrupt() local
156 ExecutionAccess access(isolate_); in ClearInterrupt() local
169 ExecutionAccess access(isolate_); in HasTerminationRequest() local
[all …]
/third_party/vk-gl-cts/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp105 MultisamplePixelBufferAccess getSubregion (const MultisamplePixelBufferAccess& access, int x, int y… in getSubregion()
110 MultisampleConstPixelBufferAccess getSubregion (const MultisampleConstPixelBufferAccess& access, in… in getSubregion()
215 tcu::Vec4 resolveMultisamplePixel (const MultisampleConstPixelBufferAccess& access, int x, int y) in resolveMultisamplePixel()
224 void clear (const MultisamplePixelBufferAccess& access, const tcu::Vec4& color) in clear()
229 void clear (const MultisamplePixelBufferAccess& access, const tcu::IVec4& color) in clear()
234 void clearDepth (const MultisamplePixelBufferAccess& access, float depth) in clearDepth()
239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) in clearStencil()
/third_party/alsa-utils/axfer/test/
Dgenerator.c48 static void *allocate_buf(snd_pcm_access_t access, in allocate_buf()
60 static void *allocate_vector(snd_pcm_access_t access, in allocate_vector()
88 static int fill_buf(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_buf()
107 static int fill_vector(int fd, void *frame_buffer, snd_pcm_access_t access, in fill_vector()
149 snd_pcm_access_t access, in test_frame_count()
200 snd_pcm_access_t access, in test_samples_per_frame()
217 snd_pcm_access_t access) in test_sample_format()
Dmapper-test.c39 static void test_demuxer(struct mapper_context *mapper, snd_pcm_access_t access, in test_demuxer()
69 static int test_demux(struct mapper_trial *trial, snd_pcm_access_t access, in test_demux()
130 static void test_muxer(struct mapper_context *mapper, snd_pcm_access_t access, in test_muxer()
160 static int test_mux(struct mapper_trial *trial, snd_pcm_access_t access, in test_mux()
220 static int test_mapper(struct mapper_trial *trial, snd_pcm_access_t access, in test_mapper()
279 static int test_i_buf(struct mapper_trial *trial, snd_pcm_access_t access, in test_i_buf()
319 static int test_vector(struct mapper_trial *trial, snd_pcm_access_t access, in test_vector()
378 static int test_n_buf(struct mapper_trial *trial, snd_pcm_access_t access, in test_n_buf()
406 static int callback(struct test_generator *gen, snd_pcm_access_t access, in callback()
447 snd_pcm_access_t access; in main() local
/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.cc34 ast::Access access, in Variable()
47 ast::Access access, in LocalVariable()
58 ast::Access access, in GlobalVariable()
70 ast::Access access, in Parameter()
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc-inl.h113 ConstantPoolEntry::Access access; in constant_pool_entry_address() local
272 ConstantPoolEntry::Access access; in target_address_at() local
315 ConstantPoolEntry::Access* access) { in IsConstantPoolLoadStart()
334 ConstantPoolEntry::Access* access) { in IsConstantPoolLoadEnd()
355 ConstantPoolEntry::Access access, in GetConstantPoolOffset()
376 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
409 Address pc, Address constant_pool, ConstantPoolEntry::Access access, in target_constant_pool_address_at()
447 ConstantPoolEntry::Access access; in set_target_address_at() local
/third_party/node/deps/v8/src/base/platform/
Dplatform-macos.cc20 vm_prot_t GetVMProtFromMemoryPermission(OS::MemoryPermission access) { in GetVMProtFromMemoryPermission()
70 void* OS::AllocateShared(void* hint, size_t size, MemoryPermission access, in AllocateShared()
92 MemoryPermission access) { in RemapPages()
118 OS::MemoryPermission access, in AllocateShared()
Dplatform-fuchsia.cc44 zx_vm_option_t GetProtectionFromMemoryPermission(OS::MemoryPermission access) { in GetProtectionFromMemoryPermission()
94 OS::MemoryPermission access) { in MapVmo()
135 size_t alignment, OS::MemoryPermission access) { in CreateAndMapVmo()
166 OS::MemoryPermission access) { in SetPermissionsInternal()
248 MemoryPermission access) { in Allocate()
263 OS::MemoryPermission access, in AllocateShared()
282 bool OS::SetPermissions(void* address, size_t size, MemoryPermission access) { in SetPermissions()
407 OS::MemoryPermission access) { in Allocate()
423 OS::MemoryPermission access, in AllocateShared()
440 OS::MemoryPermission access) { in SetPermissions()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_shader_tile_image.adoc279 === API Changes
287 === Barrier Proposal A: MemoryBarrier via vkCmdPipelineBarrier2
320 === Barrier Proposal B: ImageMemoryBarrier via vkCmdPipelineBarrier2
358 === Barrier Proposal C: New simple API for tile image barriers
390 === SPIR-V and GLSL changes
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp260 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int… in getSubregion()
287 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width, in… in getSubregion()
312 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int heigh… in getSubregion()
326 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int width,… in getSubregion()
336 PixelBufferAccess flipYAccess (const PixelBufferAccess& access) in flipYAccess()
350 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access) in flipYAccess()
754 void clear (const PixelBufferAccess& access, const Vec4& color) in clear()
785 void clear (const PixelBufferAccess& access, const IVec4& color) in clear()
816 void clear (const PixelBufferAccess& access, const UVec4& color) in clear()
821 void clearDepth (const PixelBufferAccess& access, float depth) in clearDepth()
[all …]
/third_party/node/doc/contributing/
Dstreaming-to-youtube.md24 ### Youtube
34 ### Zoom
/third_party/mesa3d/src/mesa/main/
Dshaderimage.c524 GLenum access, GLenum format, bool check_level_layer) in validate_bind_image_texture()
565 GLint level, GLboolean layered, GLint layer, GLenum access, in set_image_binding()
588 GLenum access, GLenum format) in bind_image_texture()
602 GLboolean layered, GLint layer, GLenum access, in _mesa_BindImageTexture_no_error()
617 GLboolean layered, GLint layer, GLenum access, in _mesa_BindImageTexture()
662 GLboolean layered, GLint layer, GLenum access, in _mesa_BindImageTextureEXT()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_vdpau.h52 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_map_surface()
57 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_unmap_surface()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h85 const angle::Format &getActualImageFormat(ImageAccess access) const in getActualImageFormat()
103 angle::FormatID getActualImageFormatID(ImageAccess access) const in getActualImageFormatID()
108 VkFormat getActualImageVkFormat(ImageAccess access) const in getActualImageVkFormat()
113 LoadImageFunctionInfo getTextureLoadFunction(ImageAccess access, GLenum type) const in getTextureLoadFunction()
/third_party/python/Doc/reference/
Ddatamodel.rst1680 Customizing module attribute access
1736 .. _descriptors:
1738 Implementing Descriptors
1791 Invoking Descriptors
1889 __slots__
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_winsys.h44 struct nouveau_bo *bo, uint32_t access) in PUSH_REFN()
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access) in PUSH_MTHDl()
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) in PUSH_MTHDo()
72 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHDs()
85 struct nouveau_bo *bo, uint32_t data, uint32_t access, in PUSH_MTHD()
104 struct nv04_resource *r, uint32_t data, uint32_t access, in PUSH_RESRC()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c84 enum gl_access_qualifier access; member
312 enum gl_access_qualifier access = base->access | deref_chain->access; in vtn_pointer_dereference() local
493 enum gl_access_qualifier access) in _vtn_local_load_store()
548 enum gl_access_qualifier access) in vtn_local_load()
564 nir_deref_instr *dest, enum gl_access_qualifier access) in vtn_local_store()
598 enum gl_access_qualifier access, in _vtn_variable_load_store()
696 enum gl_access_qualifier access) in vtn_variable_load()
705 struct vtn_pointer *dest, enum gl_access_qualifier access) in vtn_variable_store()
2269 unsigned *idx, SpvMemoryAccessMask *access, unsigned *alignment, in vtn_get_mem_operands()
2299 spv_access_to_gl_access(SpvMemoryAccessMask access) in spv_access_to_gl_access()
[all …]
/third_party/lwip/src/include/lwip/apps/
Dsnmp_scalar.h56 snmp_access_t access; member
66 #define SNMP_SCALAR_CREATE_NODE(oid, access, asn1_type, get_value_method, set_test_method, set_valu… argument
79 snmp_access_t access; member
/third_party/alsa-lib/src/pcm/
Dpcm_simple.c55 snd_pcm_access_t access) in set_hw_params()
163 snd_pcm_access_t access, in snd_spcm_init()
216 snd_pcm_access_t access, in snd_spcm_init_duplex()
/third_party/node/deps/v8/src/base/
Dbounded-page-allocator.cc31 PageAllocator::Permission access) { in AllocatePages()
70 PageAllocator::Permission access) { in AllocatePagesAt()
181 PageAllocator::Permission access) { in SetPermissions()
Dvirtual-address-space-page-allocator.cc16 PageAllocator::Permission access) { in AllocatePages()
55 void* address, size_t size, PageAllocator::Permission access) { in SetPermissions()
/third_party/gn/src/base/win/
Dregistry.cc45 RegKey::RegKey(HKEY rootkey, const char16_t* subkey, REGSAM access) in RegKey()
62 LONG RegKey::Create(HKEY rootkey, const char16_t* subkey, REGSAM access) { in Create()
70 REGSAM access) { in CreateWithDisposition()
85 LONG RegKey::CreateKey(const char16_t* name, REGSAM access) { in CreateKey()
109 LONG RegKey::Open(HKEY rootkey, const char16_t* subkey, REGSAM access) { in Open()
123 LONG RegKey::OpenKey(const char16_t* relative_key_name, REGSAM access) { in OpenKey()
392 REGSAM access) { in RegDelRecurse()

12345678910>>...20