| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_resource.c | 640 unsigned bind = template->bind; in panfrost_resource_create_with_modifier() local [all...] |
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | mod.rs | 2144 pub fn bind(fd: RawFd, addr: &dyn SockaddrLike) -> Result<()> { in bind() functions
|
| /third_party/elfutils/src/ |
| H A D | nm.c | 853 const char *bind; in show_symbols_sysv() local
|
| /third_party/FreeBSD/lib/libc/include/ |
| H A D | namespace.h | 56 #define bind _bind
macro
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri2.c | 126 unsigned bind; in dri2_drawable_get_buffers() local 228 unsigned i, bind; in dri_image_drawable_get_buffers() local 304 unsigned bind = 0; in dri2_allocate_buffer() local 445 unsigned i, j, bind; dri2_allocate_textures() local 680 unsigned bind; dri2_allocate_textures() local 844 dri2_create_image_from_winsys(__DRIscreen *_screen, int width, int height, const struct dri2_format_mapping *map, int num_handles, struct winsys_handle *whandle, unsigned bind, void *loaderPrivate) dri2_create_image_from_winsys() argument 1046 dri2_create_image_from_fd(__DRIscreen *_screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, unsigned bind, unsigned *error, void *loaderPrivate) dri2_create_image_from_fd() argument 1475 unsigned bind = 0; dri2_validate_usage() local 1578 unsigned bind = 0; dri2_from_fds2() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 2270 si_check_resource_capability(struct pipe_screen *screen, struct pipe_resource *resource, unsigned bind) si_check_resource_capability() argument [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 467 alloc_texture(struct st_context *st, GLsizei width, GLsizei height, enum pipe_format texFormat, unsigned bind) alloc_texture() argument
|
| H A D | st_cb_texture.c | 158 create_dst_texture(struct gl_context *ctx, enum pipe_format dst_format, enum pipe_texture_target pipe_target, GLsizei width, GLsizei height, GLint depth, GLenum gl_target, unsigned bind) create_dst_texture() argument 289 st_pbo_get_dst_format(struct gl_context *ctx, enum pipe_texture_target target, enum pipe_format src_format, bool is_compressed, GLenum format, GLenum type, unsigned bind) st_pbo_get_dst_format() argument 1898 unsigned bind; st_TexSubImage() local 2418 unsigned bind; st_GetTexSubImage() local 2756 unsigned bind; st_CopyTexSubImage() local 3113 st_texture_create_from_memory(struct st_context *st, struct gl_memory_object *memObj, GLuint64 offset, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint nr_samples, GLuint bind) st_texture_create_from_memory() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_resource.c | 84 modifier_is_supported(const struct intel_device_info *devinfo, enum pipe_format pfmt, unsigned bind, uint64_t modifier) modifier_is_supported() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_resource.c | 73 modifier_is_supported(const struct intel_device_info *devinfo, enum pipe_format pfmt, unsigned bind, uint64_t modifier) modifier_is_supported() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_pipe.c | 612 noop_check_resource_capability(struct pipe_screen *screen, struct pipe_resource *resource, unsigned bind) noop_check_resource_capability() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_screen.c | 1115 zink_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) zink_is_format_supported() argument [all...] |
| H A D | zink_resource.c | 162 create_bci(struct zink_screen *screen, const struct pipe_resource *templ, unsigned bind) in create_bci() argument 255 get_image_usage_for_feats(struct zink_screen *screen, VkFormatFeatureFlags feats, const struct pipe_resource *templ, unsigned bind, bool *need_extended) in get_image_usage_for_feats() argument 353 get_image_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, unsigned bind, unsigned modifiers_count, const uint64_t *modifiers, uint64_t *mod) get_image_usage() argument 407 create_ici(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, bool dmabuf, unsigned bind, unsigned modifiers_count, const uint64_t *modifiers, bool *success) create_ici() argument 1230 add_resource_bind(struct zink_context *ctx, struct zink_resource *res, unsigned bind) add_resource_bind() argument 1414 unsigned bind = ZINK_BIND_DMABUF; zink_resource_get_handle() local [all...] |
| /third_party/python/Lib/ |
| H A D | inspect.py | 3207 def bind(self, /, *args, **kwargs): member in Signature
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectBindingTests.cpp | 911 const bool bind[] = { true, false }; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesBufferTests.cpp | 241 const VkSparseMemoryBind bind = in build() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cLayoutBindingTests.cpp | 942 virtual void bind(int binding) in bind() function in glcts::LayoutBindingBaseCase 3077 void bind(int binding) in bind() function in glcts::UniformBlocksLayoutBindingCase 3270 void bind(int binding) in bind() function in glcts::ShaderStorageBufferLayoutBindingCase
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcViewportArrayTests.cpp | 76 void Utils::buffer::bind() const in bind() function in glcts::ViewportArray::Utils::buffer 209 void Utils::framebuffer::bind() in bind() function in glcts::ViewportArray::Utils::framebuffer 718 void Utils::texture::bind() const in bind() function in glcts::ViewportArray::Utils::texture 941 void Utils::vertexArray::bind() in bind() function in glcts::ViewportArray::Utils::vertexArray [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkImage.cpp | 270 void Image::bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset) in bind() function in vk::Image
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssemblerMIPS32.cpp | 191 void AssemblerMIPS32::bind(Label *L) { in bind() function in Ice::MIPS32::AssemblerMIPS32
|
| H A D | IceAssemblerX8632.cpp | 3057 void AssemblerX8632::bind(Label *L) { in bind() function in Ice::X8632::AssemblerX8632
|
| H A D | IceAssemblerX8664.cpp | 3221 void AssemblerX8664::bind(Label *L) { in bind() function in Ice::X8664::AssemblerX8664
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_base_events.py | 1251 def bind(addr): function [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLifetimeTests.cpp | 138 void SimpleBinder::bind (GLuint name) in bind() function in deqp::gls::LifetimeTests::details::SimpleBinder 160 void bind (GLuint name) { glBindVertexArray(name); } in bind() function in deqp::gls::LifetimeTests::details::VertexArrayBinder 167 void bind (GLuint name) in bind() function in deqp::gls::LifetimeTests::details::QueryBinder [all...] |
| H A D | glsLongStressCase.cpp | 636 void bind (const deUint32 target) const { glBindBuffer(target, m_bufferGL); } in bind() function in deqp::gls::LongStressCaseInternal::Buffer
|