Home
last modified time | relevance | path

Searched refs:access (Results 2201 - 2225 of 2575) sorted by relevance

1...<<81828384858687888990>>...103

/third_party/mesa3d/include/GLES3/
H A Dgl32.h1021 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1126 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1436 typedef void (GL_APIENTRYP PFNGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
1505 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c170 u_foreach_bit(bit, var->data.access) { in emit_access_decorations()
195 unreachable("unknown access bit"); in emit_access_decorations()
211 if (!(var->data.access & ACCESS_RESTRICT)) in emit_access_decorations()
868 if (!(var->data.access & ACCESS_NON_WRITEABLE)) in get_bare_image_type()
870 if (!(var->data.access & ACCESS_NON_READABLE)) in get_bare_image_type()
3479 /* this is a non-array sampler, so we don't need an access chain */ in emit_tex()
/third_party/openGLES/api/GLES3/
H A Dgl32.h1002 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1107 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1417 typedef void (GL_APIENTRYP PFNGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
1486 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp3468 // as in shader access in Vulkan.
3579 TCU_THROW(InternalError, "Channel access format is not supported");
4888 tcu::PixelBufferAccess access (tcuFormat, tileSize, tileSize, 1, dstPtr);
4892 access.setPixel(colorValues[bufferIdx], x, y, 0);
5208 tcu::PixelBufferAccess access(tcuFormat, tileSize, tileSize, 1, depthPtr);
5212 access.setPixDepth(depthValues[bufferIdx], x, y, 0);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp701 GLint access = 0; in TEST_P() local
702 glGetBufferParameteriv(GL_ELEMENT_ARRAY_BUFFER, GL_BUFFER_ACCESS_OES, &access); in TEST_P()
712 glGetBufferParameteriv(GL_ELEMENT_ARRAY_BUFFER, GL_BUFFER_ACCESS_OES, &access); in TEST_P()
723 glGetBufferParameteriv(GL_ELEMENT_ARRAY_BUFFER, GL_BUFFER_ACCESS_OES, &access); in TEST_P()
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl32.h1023 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1128 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1438 typedef void (GL_APIENTRYP PFNGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
1507 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
/third_party/python/Lib/test/
H A Dtest_zipfile.py1312 if not os.access(path, os.W_OK,
1313 effective_ids=os.access in os.supports_effective_ids):
1314 self.skipTest('requires write access to the installed location')
1320 self.skipTest('requires write access to the installed location')
3063 @unittest.skipUnless(os.access('/bin/bash', os.X_OK),
3071 @unittest.skipUnless(os.access('/bin/bash', os.X_OK),
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl32.h1002 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1107 GL_APICALL void *GL_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1417 typedef void (GL_APIENTRYP PFNGLBINDIMAGETEXTUREPROC) (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
1486 GL_APICALL void GL_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format);
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py342 if(os.access(self.powerfile, os.W_OK)):
345 msg = 'This command requires sysfs mount and root access'
5501 if(not os.access(mempath, os.R_OK)):
5510 if not os.path.exists(ep) or not os.access(ep, os.R_OK):
5640 if(not os.access(sysvals.fpdtpath, os.R_OK)):
5648 if(not os.access(sysvals.mempath, os.R_OK)):
5770 # check we have root access
5774 pprint(' have root access: %s' % res)
5777 return 'missing root access'
5993 elif not os.access(sysval
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py364 if(os.access(self.powerfile, os.W_OK)):
367 msg = 'This command requires sysfs mount and root access'
5740 if(not os.access(mempath, os.R_OK)):
5749 if not os.path.exists(ep) or not os.access(ep, os.R_OK):
5846 if(not os.access(sysvals.fpdtpath, os.R_OK)):
5854 if(not os.access(sysvals.mempath, os.R_OK)):
5976 # check we have root access
5980 pprint(' have root access: %s' % res)
5983 return 'missing root access'
6205 elif not os.access(sysval
[all...]
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h442 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
446 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1493 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1496 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2486 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2500 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h423 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
427 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1538 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1541 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2581 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2595 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp549 long StateValidate(GLboolean mapped, GLbitfield access, GLbitfield accessFlag, GLintptr offset, GLsizeiptr length) in StateValidate() argument
557 if (v != static_cast<int>(access)) in StateValidate()
560 << AccessToString(v) << ", expected: " << AccessToString(access); in StateValidate()
576 << BoolToString((GLboolean)v) << ", expected: " << BoolToString((GLboolean)access); in StateValidate()
809 std::string AccessToString(GLbitfield access) in AccessToString() argument
811 switch (access) in AccessToString()
820 throw std::runtime_error("Invalid access type!"); in AccessToString()
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h426 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
430 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1456 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1459 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2418 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2432 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h426 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
430 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1456 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1459 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2418 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2432 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h423 typedef void *(GL_APIENTRYP PFNGLMAPBUFFEROESPROC) (GLenum target, GLenum access);
427 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
1481 typedef void *(GL_APIENTRYP PFNGLMAPBUFFERRANGEEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
1484 GL_APICALL void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
2488 typedef void (GL_APIENTRYP PFNGLMAKEIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle, GLenum access);
2502 GL_APICALL void GL_APIENTRY glMakeImageHandleResidentNV (GLuint64 handle, GLenum access);
/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_unit_test.cpp2419 if (access(g_mp4VvcPath.c_str(), F_OK) != 0) { in HWTEST_F()
2446 if (access(g_mp4VvcPath.c_str(), F_OK) != 0) { in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dfunc_test.cpp2451 if (access(HEVC_LIB_PATH.c_str(), F_OK) != 0) {
2511 if (access(HEVC_LIB_PATH.c_str(), F_OK) != 0) {
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp131 if (access(dirName.c_str(), F_OK) != 0) { in DeleteThumbExDir()
148 if (access(dirName.c_str(), F_OK) != 0) { in DeleteBeginTimestampDir()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/
H A Djson_fuzzer.cpp73 if (access(dir, F_OK) != 0) { in RemoveDir()
116 if ((*pcur == '/' || *pcur == '\0') && access(tmpPath.c_str(), 0) != 0 && !tmpPath.empty()) { in MakeDir()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/
H A Djsoninner_fuzzer.cpp82 if (access(dir, F_OK) != 0) { in RemoveDir()
125 if ((*pcur == '/' || *pcur == '\0') && access(tmpPath.c_str(), 0) != 0 && !tmpPath.empty()) { in MakeDir()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drelational_store_test.cpp531 int ret = access(keyPath.c_str(), F_OK); in HWTEST_F()
535 ret = access(keyPath.c_str(), F_OK); in HWTEST_F()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp208 if (access(path.c_str(), 0) != 0 && mkdir(path.c_str(), DIR_FAULT_PERM) == FAILED) { in Mkdirs()
214 if (path.length() <= 0 || access(path.c_str(), 0) == 0 || mkdir(path.c_str(), DIR_FAULT_PERM) == FAILED) { in Mkdirs()
738 CallBackError(env, asyncCallbackInfo->callback[COMMON_NUM::ONE], "access file failed", FILE_IO_ERROR); in AccessComp()
1429 NVal::DeclareNapiFunction("access", Access), in Export()
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h286 #define VM_SEQ_READ 0x00008000 /* App will access data sequentially */
366 # define VM_SPARC_ADI VM_ARCH_1 /* Uses ADI tag for access control */
376 # define VM_MTE VM_HIGH_ARCH_0 /* Use Tagged memory for access control */
416 /* VMA basic access permission flags */
609 int (*access)(struct vm_area_struct *vma, unsigned long addr, member
744 * This can be called when MMU is off so it must not access
996 * servicing faults for write access. In the normal case, do always want
1085 * Define the bit shifts to access each section. For non-existent
1812 * for access */
3104 extern void shake_page(struct page *p, int access);
[all...]
/kernel/linux/linux-5.10/sound/isa/
H A Des18xx.c1329 .access = SNDRV_CTL_ELEM_ACCESS_READ,
1336 .access = SNDRV_CTL_ELEM_ACCESS_READ,

Completed in 206 milliseconds

1...<<81828384858687888990>>...103