Home
last modified time | relevance | path

Searched refs:access (Results 1726 - 1750 of 2605) sorted by relevance

1...<<61626364656667686970>>...105

/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dglext.h334 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
338 GL_API void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
649 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
652 GL_API void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp341 GLenum access; in ApplyBindGroup() local
342 switch (bindingInfo.storageTexture.access) { in ApplyBindGroup()
344 access = GL_WRITE_ONLY; in ApplyBindGroup()
362 isLayered, view->GetBaseArrayLayer(), access, in ApplyBindGroup()
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dglext.h323 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
327 GL_API void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
638 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
641 GL_API void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
/third_party/skia/third_party/externals/angle2/include/WGL/
H A Dwgl.h732 typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
734 typedef BOOL (WINAPI * PFNWGLDXOBJECTACCESSNVPROC) (HANDLE hObject, GLenum access);
741 HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
743 BOOL WINAPI wglDXObjectAccessNV (HANDLE hObject, GLenum access);
/third_party/vulkan-headers/registry/
H A Dreg.py820 for access in self.reg.findall('sync/syncaccess'):
822 access_flag = access.get('name')
825 syncInfo = SyncAccessInfo(access, condition)
826 self.addElementInfo(access, syncInfo, 'syncaccess', self.syncaccessdict)
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp403 if (access(bundleDataDir.c_str(), F_OK) != 0) { in AddUserDirDeleteDfx()
410 if (access(databaseParentDir.c_str(), F_OK) != 0) { in AddUserDirDeleteDfx()
443 if (access(bundleDataDir.c_str(), F_OK) != 0) { in CreateBundleDataDir()
1666 if (access(bundleDataDir.c_str(), F_OK) != 0) { in CreateExtensionDataDir()
1766 if (access(filePath.c_str(), F_OK) != 0) { in ReadFileIntoJson()
1767 LOG_D(BMS_TAG_INSTALLD, "access file %{public}s failed, error: %{public}s", filePath.c_str(), strerror(errno)); in ReadFileIntoJson()
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H A Davmuxer_unit_test.cpp1246 if (access(HEVC_LIB_PATH.c_str(), F_OK) != 0) { in HWTEST_F()
1299 if (access(HEVC_LIB_PATH.c_str(), F_OK) != 0) { in HWTEST_F()
1349 if (access(HEVC_LIB_PATH.c_str(), F_OK) != 0) { in HWTEST_F()
1395 if (access(HEVC_LIB_PATH.c_str(), F_OK) != 0) { in HWTEST_F()
1441 if (access(HEVC_LIB_PATH.c_str(), F_OK) != 0) { in HWTEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1317 const tcu::ConstPixelBufferAccess access (mapVkFormat(checksumFormat), caseDef.renderSize.x(), caseDef.renderSize.y(), 1, checksumBufferAlloc->getHostPtr());
1324 deUint32 clearColorCount = access.getPixelUint(x, y).x();
1325 deUint32 primitiveColorCount = access.getPixelUint(x, y).y();
1895 const tcu::ConstPixelBufferAccess access (mapVkFormat(checksumFormat), caseDef.renderSize.x(), caseDef.renderSize.y(), 1, checksumBufferAlloc->getHostPtr());
1897 deUint32 result = access.getPixelUint(0, 0).x();
2053 //! Render to a multisampled image and access it with load/stores in a compute shader.
H A DvktPipelineExtendedDynamicStateTests.cpp1436 void operator()(tcu::PixelBufferAccess& access) const override
1438 const auto kWidth = access.getWidth();
1439 const auto kHeight = access.getHeight();
1445 access.setPixel(m_colorUint, x, y);
1447 access.setPixel(m_colorFloat, x, y);
1470 void operator()(tcu::PixelBufferAccess& access) const override
1472 const auto kWidth = access.getWidth();
1473 const auto kHeight = access.getHeight();
1480 access.setPixel(color, x, y);
1503 void operator()(tcu::PixelBufferAccess& access) cons
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp57 GLenum access, in GL_BindImageTexture()
62 "context = %d, unit = %u, texture = %u, level = %d, layered = %s, layer = %d, access = " in GL_BindImageTexture()
65 GLenumToString(GLenumGroup::BufferAccessARB, access), in GL_BindImageTexture()
75 texturePacked, level, layered, layer, access, format)); in GL_BindImageTexture()
78 context->bindImageTexture(unit, texturePacked, level, layered, layer, access, format); in GL_BindImageTexture()
81 layer, access, format); in GL_BindImageTexture()
52 GL_BindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) GL_BindImageTexture() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc1158 // apply the ReadOnly access control to the containing struct if all in ConvertType()
1610 ast::Access access = ast::Access::kUndefined; in MakeVariable() local
1617 // Apply the access(read) or access(read_write) modifier. in MakeVariable()
1618 access = read_only ? ast::Access::kRead : ast::Access::kReadWrite; in MakeVariable()
1639 access, storage_type->Build(builder_), is_const, in MakeVariable()
2340 // - the usage of the handle by image access instructions in GetSpirvTypeForHandleMemoryObjectDeclaration()
2537 const auto access = ast::Access::kWrite; in GetTypeForHandleVar() local
2542 ast_store_type = ty_.StorageTexture(dim, format, access); in GetTypeForHandleVar()
2736 // Depth reference access implie in RegisterHandleUsage()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp134 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color) in fillWithColor() argument
136 for (int z = 0; z < access.getDepth(); z++) in fillWithColor()
137 for (int y = 0; y < access.getHeight(); y++) in fillWithColor()
138 for (int x = 0; x < access.getWidth(); x++) in fillWithColor()
139 access.setPixel(color, x, y, z); in fillWithColor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp1305 const tcu::ConstPixelBufferAccess access (mapVkFormat(checksumFormat), caseDef.renderSize.x(), caseDef.renderSize.y(), 1, checksumBufferAlloc->getHostPtr());
1312 deUint32 clearColorCount = access.getPixelUint(x, y).x();
1313 deUint32 primitiveColorCount = access.getPixelUint(x, y).y();
1880 const tcu::ConstPixelBufferAccess access (mapVkFormat(checksumFormat), caseDef.renderSize.x(), caseDef.renderSize.y(), 1, checksumBufferAlloc->getHostPtr());
1882 deUint32 result = access.getPixelUint(0, 0).x();
2035 return createTestGroup(testCtx, "sampled_image", "Multisampled image direct sample access", createSampledImageTestsInGroup, pipelineConstructionType);
2038 //! Render to a multisampled image and access it with load/stores in a compute shader.
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc51 #include "src/wasm/code-space-access.h"
57 #include "src/wasm/object-access.h"
240 // Rule of thumb: if access to a given field in an object is required in
287 Node* StoreToObject(ObjectAccess access, Node* base, Node* offset, in StoreToObject() argument
289 return AddNode(graph()->NewNode(simplified_.StoreToObject(access), base, in StoreToObject()
293 Node* StoreToObject(ObjectAccess access, Node* base, int offset, in StoreToObject() argument
295 return StoreToObject(access, base, IntPtrConstant(offset), value); in StoreToObject()
298 Node* InitializeImmutableInObject(ObjectAccess access, Node* base, in InitializeImmutableInObject() argument
301 graph()->NewNode(simplified_.InitializeImmutableInObject(access), base, in InitializeImmutableInObject()
305 Node* InitializeImmutableInObject(ObjectAccess access, Nod argument
402 StoreFixedArrayElement(Node* array, int index, Node* value, ObjectAccess access) StoreFixedArrayElement() argument
471 ObjectAccess access = ObjectAccessForGCStores(type->field(field_index)); StoreStructField() local
5447 auto access = ObjectAccess(MachineType::Int32(), kNoWriteBarrier); DataDrop() local
[all...]
H A Djs-typed-lowering.cc11 #include "src/compiler/access-builder.h"
1233 // receivers, i.e. proxies or API values that need access checks, in ReduceJSHasInPrototypeChain()
1389 ContextAccess const& access = ContextAccessOf(node->op()); in ReduceJSLoadContext() local
1393 for (size_t i = 0; i < access.depth(); ++i) { in ReduceJSLoadContext()
1404 simplified()->LoadField(AccessBuilder::ForContextSlot(access.index()))); in ReduceJSLoadContext()
1410 ContextAccess const& access = ContextAccessOf(node->op()); in ReduceJSStoreContext() local
1415 for (size_t i = 0; i < access.depth(); ++i) { in ReduceJSStoreContext()
1426 simplified()->StoreField(AccessBuilder::ForContextSlot(access.index()))); in ReduceJSStoreContext()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp290 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileExist()
293 int bundleDataExist = access(BUNDLE_DATA_DIR.c_str(), F_OK); in CheckFileExist()
299 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileNonExist()
302 int bundleDataExist = access(BUNDLE_DATA_DIR.c_str(), F_OK); in CheckFileNonExist()
4470 auto exist = access(BUNDLE_LIBRARY_PATH_DIR.c_str(), F_OK); in HWTEST_F()
4475 exist = access(BUNDLE_LIBRARY_PATH_DIR.c_str(), F_OK); in HWTEST_F()
4481 exist = access(BUNDLE_LIBRARY_PATH_DIR.c_str(), F_OK); in HWTEST_F()
4493 exist = access(BUNDLE_LIBRARY_PATH_DIR.c_str(), F_OK); in HWTEST_F()
4501 exist = access(BUNDLE_LIBRARY_PATH_DIR.c_str(), F_OK); in HWTEST_F()
5604 auto exist = access(BUNDLE_LIBRARY_PATH_DI in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dverbs.c792 int access, in qedr_init_user_queue()
800 q->umem = ib_umem_get(&dev->ibdev, q->buf_addr, q->buf_len, access); in qedr_init_user_queue()
1459 int access) in qedr_init_srq_user_params()
1465 ureq->srq_len, false, access, 1); in qedr_init_srq_user_params()
1470 sizeof(struct rdma_srq_producers), access); in qedr_init_srq_user_params()
1857 /* SQ - read access only (0) */ in qedr_create_user_qp()
1865 /* RQ - read access only (0) */ in qedr_create_user_qp()
3453 !!(wr->access & IB_ACCESS_REMOTE_READ)); in qedr_prepare_reg()
3455 !!(wr->access & IB_ACCESS_REMOTE_WRITE)); in qedr_prepare_reg()
3457 !!(wr->access in qedr_prepare_reg()
788 qedr_init_user_queue(struct ib_udata *udata, struct qedr_dev *dev, struct qedr_userq *q, u64 buf_addr, size_t buf_len, bool requires_db_rec, int access, int alloc_and_init) qedr_init_user_queue() argument
1456 qedr_init_srq_user_params(struct ib_udata *udata, struct qedr_srq *srq, struct qedr_create_srq_ureq *ureq, int access) qedr_init_srq_user_params() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H A Dverbs.c794 int access, in qedr_init_user_queue()
802 q->umem = ib_umem_get(&dev->ibdev, q->buf_addr, q->buf_len, access); in qedr_init_user_queue()
1469 int access) in qedr_init_srq_user_params()
1475 ureq->srq_len, false, access, 1); in qedr_init_srq_user_params()
1480 sizeof(struct rdma_srq_producers), access); in qedr_init_srq_user_params()
1871 /* SQ - read access only (0) */ in qedr_create_user_qp()
1879 /* RQ - read access only (0) */ in qedr_create_user_qp()
3453 !!(wr->access & IB_ACCESS_REMOTE_READ)); in qedr_prepare_reg()
3455 !!(wr->access & IB_ACCESS_REMOTE_WRITE)); in qedr_prepare_reg()
3457 !!(wr->access in qedr_prepare_reg()
790 qedr_init_user_queue(struct ib_udata *udata, struct qedr_dev *dev, struct qedr_userq *q, u64 buf_addr, size_t buf_len, bool requires_db_rec, int access, int alloc_and_init) qedr_init_user_queue() argument
1466 qedr_init_srq_user_params(struct ib_udata *udata, struct qedr_srq *srq, struct qedr_create_srq_ureq *ureq, int access) qedr_init_srq_user_params() argument
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c1100 ocfs2_journal_access_func access = ocfs2_journal_access_db; in ocfs2_update_entry() local
1111 access = ocfs2_journal_access_di; in ocfs2_update_entry()
1113 ret = access(handle, INODE_CACHE(dir), de_bh, in ocfs2_update_entry()
1140 ocfs2_journal_access_func access = ocfs2_journal_access_db; in __ocfs2_delete_entry() local
1143 access = ocfs2_journal_access_di; in __ocfs2_delete_entry()
1155 status = access(handle, INODE_CACHE(dir), bh, in __ocfs2_delete_entry()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.c1092 ocfs2_journal_access_func access = ocfs2_journal_access_db; in ocfs2_update_entry() local
1103 access = ocfs2_journal_access_di; in ocfs2_update_entry()
1105 ret = access(handle, INODE_CACHE(dir), de_bh, in ocfs2_update_entry()
1132 ocfs2_journal_access_func access = ocfs2_journal_access_db; in __ocfs2_delete_entry() local
1135 access = ocfs2_journal_access_di; in __ocfs2_delete_entry()
1147 status = access(handle, INODE_CACHE(dir), bh, in __ocfs2_delete_entry()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c1129 .access = ACCESS_NON_WRITEABLE | ACCESS_CAN_REORDER); in read_fminmax_atomic()
1216 .access = ACCESS_NON_WRITEABLE | ACCESS_CAN_REORDER), in build_leaf_shader()
1220 .access = ACCESS_NON_WRITEABLE | ACCESS_CAN_REORDER), in build_leaf_shader()
1224 .access = ACCESS_NON_WRITEABLE | ACCESS_CAN_REORDER), in build_leaf_shader()
1280 .access = ACCESS_NON_WRITEABLE | ACCESS_CAN_REORDER); in build_leaf_shader()
1283 .access = ACCESS_NON_WRITEABLE | ACCESS_CAN_REORDER); in build_leaf_shader()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp870 tcu::PixelBufferAccess access (mapVkFormat(desc.imageFormat), in randomizeData()
876 for (int z = 0; z < access.getDepth(); z++) { in randomizeData()
877 for (int y = 0; y < access.getHeight(); y++) { in randomizeData()
878 for (int x = 0; x < access.getWidth(); x++) { in randomizeData()
881 access.setPixel(value, x, y, z); in randomizeData()
887 access.setPixel(value, x, y, z); in randomizeData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp594 imageUnit.access = GL_READ_ONLY; in reset()
1680 bindingImageUnit.access = GL_READ_ONLY;
3196 *data = mImageUnits[index].access;
3628 GLenum access,
3643 imageUnit.access = access;
/third_party/python/Lib/test/
H A Dtest_posix.py865 @unittest.skipUnless(hasattr(posix, 'access'), 'test needs posix.access()')
867 self.assertTrue(posix.access(os_helper.TESTFN, os.R_OK))
1345 @unittest.skipUnless(os.access in os.supports_dir_fd, "test needs dir_fd support for os.access()")
1348 self.assertTrue(posix.access(name, os.R_OK, dir_fd=dir_fd))
1997 os.access("file", os.R_OK, dir_fd=0)
2000 os.access("file", os.R_OK, follow_symlinks=False)
2003 os.access("file", os.R_OK, effective_ids=True)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp865 tcu::PixelBufferAccess access (mapVkFormat(desc.imageFormat), in randomizeData()
871 for (int z = 0; z < access.getDepth(); z++) { in randomizeData()
872 for (int y = 0; y < access.getHeight(); y++) { in randomizeData()
873 for (int x = 0; x < access.getWidth(); x++) { in randomizeData()
876 access.setPixel(value, x, y, z); in randomizeData()
882 access.setPixel(value, x, y, z); in randomizeData()

Completed in 93 milliseconds

1...<<61626364656667686970>>...105