Home
last modified time | relevance | path

Searched defs:access (Results 76 - 100 of 421) sorted by relevance

12345678910>>...17

/third_party/mesa3d/include/GL/
H A Dmesa_glinterop.h173 uint32_t access; member
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h327 int (*access) (const char *, int); member
/third_party/node/deps/icu-small/source/common/unicode/
H A Dutext.h1242 UTextAccess *access; global() member
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c522 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 Dnv30_winsys.h46 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 Dstate-values-utils.cc238 auto access = StateValuesAccess(tree); in CheckTreeContainsValues() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc33 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 Dallocation.h180 SetPermissions(v8::PageAllocator* page_allocator, Address address, size_t size, PageAllocator::Permission access) SetPermissions() argument
/third_party/node/deps/uv/src/win/
H A Dprocess-stdio.c218 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 Dvk_format_utils.h113 LoadImageFunctionInfo getTextureLoadFunction(ImageAccess access, GLenum type) const in getTextureLoadFunction() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DMapBufferRange.cpp51 GLbitfield access; member
259 strstr << "_access0x" << std::hex << access; in story() local
/third_party/skia/src/gpu/
H A DGrDirectContextPriv.cpp36 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 Dstorage_texture.h116 const Access access; member in tint::ast::StorageTexture
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.h444 ast::Access const access; member in tint::reader::spirv::StorageTexture::ast
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.h294 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 Dresolver.cc350 auto access = var->declared_access; in Variable() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl.cc350 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 Dutext.h1242 UTextAccess *access; global() member
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DStorageTextureValidationTests.cpp71 const char* access = ""; in CreateComputeShaderWithStorageTexture() local
83 << imageFormatQualifier << ", " << access in CreateComputeShaderWithStorageTexture() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp53 BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access) in BufferMemMap() argument
H A Des31fSSBOArrayLengthTests.cpp75 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 DglsRandomShaderProgram.cpp186 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 DdeFile.c243 DWORD access = 0; in deFile_create() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.cpp96 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 DBufferGL.cpp144 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

Completed in 22 milliseconds

12345678910>>...17