/third_party/mesa3d/include/GL/ |
H A D | mesa_glinterop.h | 173 uint32_t access; member
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 327 int (*access) (const char *, int); member
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utext.h | 1242 UTextAccess *access; global() member [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderimage.c | 522 validate_bind_image_texture(struct gl_context *ctx, GLuint unit, GLuint texture, GLint level, GLint layer, GLenum access, GLenum format, bool check_level_layer) validate_bind_image_texture() argument 564 set_image_binding(struct gl_image_unit *u, struct gl_texture_object *texObj, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) set_image_binding() argument 586 bind_image_texture(struct gl_context *ctx, struct gl_texture_object *texObj, GLuint unit, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) bind_image_texture() argument 601 _mesa_BindImageTexture_no_error(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) _mesa_BindImageTexture_no_error() argument 616 _mesa_BindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) _mesa_BindImageTexture() argument 661 _mesa_BindImageTextureEXT(GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format) _mesa_BindImageTextureEXT() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_winsys.h | 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); in PUSH_REFN() local 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, struct nouveau_bo *bo, uint32_t access) PUSH_REFN() argument 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t offset, uint32_t access) PUSH_MTHDl() argument 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) PUSH_MTHDo() argument 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) PUSH_MTHDs() argument 84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) PUSH_MTHD() argument 103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nv04_resource *r, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) PUSH_RESRC() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | state-values-utils.cc | 238 auto access = StateValuesAccess(tree); in CheckTreeContainsValues() local
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-cygwin.cc | 33 DWORD GetProtectionFromMemoryPermission(OS::MemoryPermission access) { in GetProtectionFromMemoryPermission() argument 165 bool OS::SetPermissions(void* address, size_t size, MemoryPermission access) { in SetPermissions() argument 99 Allocate(void* hint, size_t size, size_t alignment, MemoryPermission access) Allocate() argument
|
/third_party/node/deps/v8/src/utils/ |
H A D | allocation.h | 180 SetPermissions(v8::PageAllocator* page_allocator, Address address, size_t size, PageAllocator::Permission access) SetPermissions() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | process-stdio.c | 218 DWORD access = (i == 0) ? FILE_GENERIC_READ : in uv__stdio_create() local 144 uv__create_nul_handle(HANDLE* handle_ptr, DWORD access) uv__create_nul_handle() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_format_utils.h | 113 LoadImageFunctionInfo getTextureLoadFunction(ImageAccess access, GLenum type) const in getTextureLoadFunction() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | MapBufferRange.cpp | 51 GLbitfield access; member 259 strstr << "_access0x" << std::hex << access; in story() local
|
/third_party/skia/src/gpu/ |
H A D | GrDirectContextPriv.cpp | 36 flushSurfaces( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrFlushInfo& info, const GrBackendSurfaceMutableState* newState) flushSurfaces() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | storage_texture.h | 116 const Access access; member in tint::ast::StorageTexture
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_type.h | 444 ast::Access const access; member in tint::reader::spirv::StorageTexture::ast
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl.h | 294 ast::Access access = ast::Access::kUndefined; member 304 ast::Access access = ast::Access::kUndefined; member
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver.cc | 350 auto access = var->declared_access; in Variable() local [all...] |
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl.cc | 350 bool GeneratorImpl::EmitAccess(std::ostream& out, const ast::Access access) { in EmitAccess() argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utext.h | 1242 UTextAccess *access; global() member [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | StorageTextureValidationTests.cpp | 71 const char* access = ""; in CreateComputeShaderWithStorageTexture() local 83 << imageFormatQualifier << ", " << access in CreateComputeShaderWithStorageTexture() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fBasicComputeShaderTests.cpp | 53 BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access) in BufferMemMap() argument
|
H A D | es31fSSBOArrayLengthTests.cpp | 75 SSBOArrayLengthCase::SSBOArrayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bool sized) in SSBOArrayLengthCase() argument 288 SSBOArrayLengthCase::ArrayAccess access; in init() member
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomShaderProgram.cpp | 186 rsg::ExecValueAccess access = m_execCtx.getValue(attribVar); in shadeVertices() local 207 const rsg::ExecConstValueAccess access = m_execCtx.getValue(m_positionVar); in shadeVertices() local 227 const rsg::ExecConstValueAccess access = m_execCtx.getValue(var); shadeVertices() local 265 rsg::ExecValueAccess access = m_execCtx.getValue(var); shadeFragments() local [all...] |
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deFile.c | 243 DWORD access = 0; in deFile_create() local
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTexture.cpp | 96 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local 179 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); in upload() local 312 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); upload() local 400 tcu::ConstPixelBufferAccess access = m_refTexture.getLevelFace(levelNdx, (tcu::CubeFace)face); upload() local 519 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); upload() local 606 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); upload() local 728 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); upload() local 819 tcu::ConstPixelBufferAccess access = m_refTexture.getLevel(levelNdx); upload() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BufferGL.cpp | 144 angle::Result BufferGL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() argument 179 mapRange(const gl::Context *context, size_t offset, size_t length, GLbitfield access, void **mapPtr) mapRange() argument
|