Searched defs:bind (Results 126 - 150 of 231) sorted by relevance

12345678910

/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c345 if (unlikely(buf->base.bind & PIPE_BIND_SHARED))
549 const uint8_t bind = buf->base.bind; local
551 if (bind & (PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_INDEX_BUFFER))
657 } else if (buffer->base.bind == 0 || (buffer->base.bind &
679 if (buffer->base.bind & screen->vidmem_bindings)
682 if (buffer->base.bind & screen->sysmem_bindings)
708 unsigned bytes, unsigned bind)
721 buffer->base.bind
707 nouveau_user_buffer_create(struct pipe_screen *pscreen, void *ptr, unsigned bytes, unsigned bind) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/osmesa/
H A Dosmesa.c404 templat.bind = 0; /* setup below */
409 unsigned bind = 0; local
418 bind = PIPE_BIND_RENDER_TARGET;
422 bind = PIPE_BIND_DEPTH_STENCIL;
426 bind = PIPE_BIND_RENDER_TARGET;
434 templat.bind = bind;
/external/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c178 uint32_t bind,
200 createcmd.bind = bind;
216 res->bind = bind;
230 uint32_t size, uint32_t bind,
233 if (res->bind != bind)
293 uint32_t bind,
309 if (bind !
175 virgl_drm_winsys_resource_create(struct virgl_winsys *qws, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size) argument
228 virgl_is_res_compat(struct virgl_drm_winsys *qdws, struct virgl_hw_res *res, uint32_t size, uint32_t bind, uint32_t format) argument
290 virgl_drm_winsys_resource_cache_create(struct virgl_winsys *qws, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size) argument
[all...]
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c674 GLint rind, gind, bind, aind; local
743 rind = gind = bind = aind = 0;
751 bind = 2;
759 bind = 0;
772 bind = 3;
781 bind = 2;
790 bind = 0;
800 bind = 0;
871 osmesa->bInd = bind;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java228 @Override public void bind(SocketAddress localAddr) throws IOException { method in class:DelegatingSSLSocket
229 delegate.bind(localAddr);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java107 public static Application bind(Application application, ResourceLoader resourceLoader) { method in class:ShadowApplication
111 shadowApplication.resources = ShadowResources.bind(new Resources(null, null, null), resourceLoader);
133 resources = ShadowResources.bind(new Resources(null, null, null), resourceLoader);
/external/syslinux/com32/tools/
H A Drelocs.c139 static const char *sym_bind(unsigned bind) argument
148 const char *name = "unknown sym bind name";
149 if (bind < ARRAY_SIZE(bind_name)) {
150 name = bind_name[bind];
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cClipDistance.cpp319 framebuffer.bind();
407 framebuffer.bind();
593 framebuffer.bind();
1531 void gl3cts::ClipDistance::Utility::Framebuffer::bind() function in class:gl3cts::ClipDistance::Utility::Framebuffer
1599 void gl3cts::ClipDistance::Utility::VertexArrayObject::bind() function in class:gl3cts::ClipDistance::Utility::VertexArrayObject
/external/kernel-headers/original/uapi/linux/
H A Dvirtio_gpu.h224 __le32 bind; member in struct:virtio_gpu_resource_create_3d
/external/libmojo/third_party/ply/
H A Dyacc.py1217 def bind(self,pdict): member in class:Production
1240 def bind(self,pdict): member in class:MiniProduction
1872 p.bind(pdict)
/external/libnfnetlink/src/
H A Dlibnfnetlink.c154 err = bind(nfnlh->fd, (struct sockaddr *)&nfnlh->local,
202 * @bind: indicate the passing fd needs to be binded or not
210 struct nfnl_handle *nfnl_open2(int fd, bool bind) argument
244 /* let us do the initial bind */
245 if (bind) {
329 * @bind: indicate the passing fd needs to be binded or not
341 u_int8_t cb_count, u_int32_t subscriptions, bool bind)
370 if (bind)
340 nfnl_subsys_open2(struct nfnl_handle *nfnlh, u_int8_t subsys_id, u_int8_t cb_count, u_int32_t subscriptions, bool bind) argument
/external/mesa3d/src/glx/
H A Dglxclient.h231 int (*bind)(struct glx_context *context, struct glx_context *old, member in struct:glx_context_vtable
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c365 enum pipe_format texFormat, unsigned bind)
370 width, height, 1, 1, 0, bind);
364 alloc_texture(struct st_context *st, GLsizei width, GLsizei height, enum pipe_format texFormat, unsigned bind) argument
/external/ply/ply/ply/
H A Dyacc.py1373 def bind(self, pdict): member in class:Production
1398 def bind(self, pdict): member in class:MiniProduction
2028 p.bind(pdict)
/external/syslinux/core/lwip/src/include/lwip/
H A Dsockets.h345 #define bind(a,b,c) lwip_bind(a,b,c) macro
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h255 /// May bind \p DynNode to an ID via \p Builder, or recurse into
265 /// descendants of the node or bind matched nodes to names. If you are
274 /// May bind 'Node' to an ID via 'Builder', or recurse into
864 /// Stop at the first match and only bind the first match.
1145 /// BindableMatcher provides a \a bind() method that allows binding the
1154 /// \brief Returns a matcher that will bind the matched node on a match.
1157 /// bind the matched node on a match.
1158 Matcher<T> bind(StringRef ID) const { function in class:clang::ast_matchers::internal::BindableMatcher
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp76 void Utils::buffer::bind() const function in class:glcts::ViewportArray::Utils::buffer
197 bind();
209 void Utils::framebuffer::bind() function in class:glcts::ViewportArray::Utils::framebuffer
718 void Utils::texture::bind() const function in class:glcts::ViewportArray::Utils::texture
754 bind();
781 bind();
798 bind();
900 bind();
941 void Utils::vertexArray::bind() function in class:glcts::ViewportArray::Utils::vertexArray
2601 vao.bind();
[all...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp231 const VkSparseMemoryBind bind = local
239 sparseAllocation->memoryBinds.push_back(bind);
240 referenceCreateInfo.size = std::max(referenceCreateInfo.size, bind.resourceOffset + bind.size);
518 //! Use the delegate to bind descriptor sets, vertex buffers, etc. and make a draw call
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp138 void SimpleBinder::bind (GLuint name) function in class:deqp::gls::LifetimeTests::details::SimpleBinder
160 void bind (GLuint name) { glBindVertexArray(name); } function in class:deqp::gls::LifetimeTests::details::VertexArrayBinder
167 void bind (GLuint name) function in class:deqp::gls::LifetimeTests::details::QueryBinder
282 binder.bind(element);
284 binder.bind(0);
939 binder().bind(*name);
942 binder().bind(0);
950 binder().bind(id);
962 binder().bind(0);
971 binder().bind(
[all...]
H A DglsLongStressCase.cpp636 void bind (const deUint32 target) const { glBindBuffer(target, m_bufferGL); } function in class:deqp::gls::LongStressCaseInternal::Buffer
666 bind(target);
675 bind(target);
853 attrBuf.bind(GL_ARRAY_BUFFER);
1469 m_buffers->get(indexBufferName).bind(GL_ELEMENT_ARRAY_BUFFER);
H A DglsVertexArrayTests.cpp532 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) function in class:deqp::gls::ContextArray
2121 m_glArrayPack->getArray(arrayNdx)->bind(arrayNdx, arraySpec.offset, arraySpec.componentCount, arraySpec.inputType, arraySpec.outputType, arraySpec.normalize, arraySpec.stride);
2122 m_rrArrayPack->getArray(arrayNdx)->bind(arrayNdx, arraySpec.offset, arraySpec.componentCount, arraySpec.inputType, arraySpec.outputType, arraySpec.normalize, arraySpec.stride);
/external/kmod/libkmod/
H A Dlibkmod-module.c2658 uint8_t bind; member in struct:kmod_module_dependency_symbol
2662 static struct kmod_module_dependency_symbol *kmod_module_dependency_symbols_new(uint64_t crc, uint8_t bind, const char *symbol) argument
2672 mv->bind = bind;
2721 symbols[i].bind,
2792 * Get the bind type of a kmod module dependency_symbol.
2794 * Returns: the bind of this kmod module dependency_symbol on success
2805 return dependency_symbol->bind;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1299 /* bind states */
1439 unsigned bind; local
1451 bind = PIPE_BIND_DEPTH_STENCIL;
1453 bind = PIPE_BIND_RENDER_TARGET;
1456 dst->nr_samples, bind)) {
1994 /* bind states */
2056 /* bind states */
2130 /* bind states */
2324 /* bind states */
2387 /* bind state
[all...]
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri2.c231 unsigned bind; local
234 dri_drawable_get_format(drawable, atts[i], &format, &bind);
314 unsigned i, bind; local
317 dri_drawable_get_format(drawable, statts[i], &pf, &bind);
366 unsigned bind = 0; local
372 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
375 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
380 bind = PIPE_BIND_DEPTH_STENCIL; /* XXX sampler? */
385 bind |= PIPE_BIND_SHARED;
406 templ.bind
464 unsigned i, j, bind; local
675 unsigned bind; local
[all...]

Completed in 875 milliseconds

12345678910