Searched defs:bind (Results 51 - 75 of 193) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_buffer.c120 unsigned bind, unsigned usage)
149 res->buf = rscreen->ws->buffer_create(rscreen->ws, size, alignment, bind, initial_domain);
174 if (!si_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
117 si_init_resource(struct r600_screen *rscreen, struct si_resource *res, unsigned size, unsigned alignment, unsigned bind, unsigned usage) argument
H A Dr600_texture.c136 if (ptex->bind & PIPE_BIND_SCANOUT) {
184 unsigned bind; local
187 bind = PIPE_BIND_DEPTH_STENCIL;
189 bind = PIPE_BIND_RENDER_TARGET;
199 bind))
340 resource.bind = 0;
345 resource.bind |= PIPE_BIND_RENDER_TARGET;
350 resource.bind |= PIPE_BIND_SAMPLER_VIEW;
508 if (!si_init_resource(rscreen, resource, size, base_align, base->bind, base->usage)) {
531 !(templ->bind
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_tss.c60 } bind[PIPE_MAX_SAMPLERS]; member in struct:bind_queue
123 queue.bind[queue.bind_count].unit = i;
124 queue.bind[queue.bind_count].view = view;
145 ts[i].stage = queue.bind[i].unit;
148 if (queue.bind[i].view->v) {
149 handle = queue.bind[i].view->v->handle;
159 queue.bind[i].view->dirty = FALSE;
197 queue.bind[queue.bind_count].unit = i;
198 queue.bind[queue.bind_count].view = view;
216 ts[i].stage = queue.bind[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_st.c83 unsigned bind; local
97 bind = PIPE_BIND_DISPLAY_TARGET |
102 bind = PIPE_BIND_DEPTH_STENCIL;
111 templ.bind = bind;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c133 unsigned bind,
153 templ.bind = bind;
132 wsw_dt_create(struct sw_winsys *ws, unsigned bind, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c182 unsigned bind, pipe_usage; local
190 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
193 bind = PIPE_BIND_VERTEX_BUFFER;
196 bind = PIPE_BIND_INDEX_BUFFER;
199 bind = PIPE_BIND_STREAM_OUTPUT;
202 bind = 0;
228 st_obj->buffer = pipe_buffer_create(pipe->screen, bind,
/external/chromium_org/v8/src/
H A Dsplay-tree.h166 inline void bind(Node* node) { node_ = node; } function in class:v8::internal::SplayTree::BASE_EMBEDDED
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jar ... ?defs= " () public static java.lang.String bind (java.lang.String) String id public static org ...
/external/javasqlite/src/main/java/SQLite/
H A DStmt.java42 * s.bind(...);
44 * s.bind(...);
52 * s.bind(...);
54 * s.bind(...);
96 public native void bind(int pos, int value) throws SQLite.Exception; method in class:Stmt
104 public native void bind(int pos, long value) throws SQLite.Exception; method in class:Stmt
112 public native void bind(int pos, double value) throws SQLite.Exception; method in class:Stmt
120 public native void bind(int pos, byte[] value) throws SQLite.Exception; method in class:Stmt
128 public native void bind(int pos, String value) throws SQLite.Exception; method in class:Stmt
135 public native void bind(in method in class:Stmt
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c46 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member in struct:u_upload_mgr
60 unsigned bind )
69 upload->bind = bind;
131 upload->bind,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c286 unsigned bind)
310 if (bind & PIPE_BIND_RENDER_TARGET) {
323 if (bind & PIPE_BIND_DISPLAY_TARGET) {
324 if(!winsys->is_displaytarget_format_supported(winsys, bind, format))
328 if (bind & PIPE_BIND_DEPTH_STENCIL) {
282 llvmpipe_is_format_supported( struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned bind) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer.c108 rbuffer->b.b.bind, rbuffer->b.b.usage);
110 /* We changed the buffer, now we need to bind it where the old one was bound. */
200 unsigned bind, unsigned usage)
229 res->buf = rscreen->ws->buffer_create(rscreen->ws, size, alignment, bind, initial_domain);
253 if (!r600_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
197 r600_init_resource(struct r600_screen *rscreen, struct r600_resource *res, unsigned size, unsigned alignment, unsigned bind, unsigned usage) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_buffer.c120 unsigned bind, unsigned usage)
149 res->buf = rscreen->ws->buffer_create(rscreen->ws, size, alignment, bind, initial_domain);
174 if (!si_init_resource(rscreen, rbuffer, templ->width0, alignment, templ->bind, templ->usage)) {
117 si_init_resource(struct r600_screen *rscreen, struct si_resource *res, unsigned size, unsigned alignment, unsigned bind, unsigned usage) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tss.c60 } bind[PIPE_MAX_SAMPLERS]; member in struct:bind_queue
123 queue.bind[queue.bind_count].unit = i;
124 queue.bind[queue.bind_count].view = view;
145 ts[i].stage = queue.bind[i].unit;
148 if (queue.bind[i].view->v) {
149 handle = queue.bind[i].view->v->handle;
159 queue.bind[i].view->dirty = FALSE;
197 queue.bind[queue.bind_count].unit = i;
198 queue.bind[queue.bind_count].view = view;
216 ts[i].stage = queue.bind[
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_st.c83 unsigned bind; local
97 bind = PIPE_BIND_DISPLAY_TARGET |
102 bind = PIPE_BIND_DEPTH_STENCIL;
111 templ.bind = bind;
/external/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c133 unsigned bind,
153 templ.bind = bind;
132 wsw_dt_create(struct sw_winsys *ws, unsigned bind, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, unsigned *stride) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c182 unsigned bind, pipe_usage; local
190 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
193 bind = PIPE_BIND_VERTEX_BUFFER;
196 bind = PIPE_BIND_INDEX_BUFFER;
199 bind = PIPE_BIND_STREAM_OUTPUT;
202 bind = 0;
228 st_obj->buffer = pipe_buffer_create(pipe->screen, bind,
/external/v8/src/
H A Dsplay-tree.h145 inline void bind(Node* node) { node_ = node; } function in class:v8::internal::SplayTree::BASE_EMBEDDED
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSocketImplTest.java92 protected void bind(InetAddress address, int port) throws IOException { method in class:SocketImplTest.MockSocketImpl
/external/bluetooth/bluedroid/stack/avct/
H A Davct_lcb_act.c205 ** unbound ccb with a new PID, bind that ccb to this lcb and
216 BOOLEAN bind = FALSE; local
226 bind = TRUE;
235 /* bind ccb to lcb and send connect ind event */
236 bind = TRUE;
246 if (bind == FALSE)
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc7 #include "base/bind.h"
166 bool PPB_Graphics3D_Impl::BindToInstance(bool bind) { argument
167 bound_to_instance_ = bind;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctional.h37 // Functional.h provides a very simple way to bind a function pointer and arguments together into a function object
38 // that can be stored, copied and invoked, similar to how boost::bind and std::bind in C++11.
582 Function<typename FunctionWrapper<FunctionType>::ResultType ()> bind(FunctionType function) function in namespace:WTF
588 Function<typename FunctionWrapper<FunctionType>::ResultType ()> bind(FunctionType function, const A1& a1) function in namespace:WTF
594 Function<typename FunctionWrapper<FunctionType>::ResultType ()> bind(FunctionType function, const A1& a1, const A2& a2) function in namespace:WTF
600 Function<typename FunctionWrapper<FunctionType>::ResultType ()> bind(FunctionType function, const A1& a1, const A2& a2, const A3& a3) function in namespace:WTF
606 Function<typename FunctionWrapper<FunctionType>::ResultType ()> bind(FunctionType function, const A1& a1, const A2& a2, const A3& a3, const A4& a4) function in namespace:WTF
612 Function<typename FunctionWrapper<FunctionType>::ResultType ()> bind(FunctionType function, const A1& a1, const A2& a2, const A3& a3, const A4& a4, const A5& a5) function in namespace:WTF
618 Function<typename FunctionWrapper<FunctionType>::ResultType ()> bind(FunctionTyp function in namespace:WTF
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c53 unsigned bind)
58 /* XXX should filter out all non-rt/ds bind flags ? */
59 surf->usage = bind;
71 uint bind,
91 target, 0, bind)) {
108 templ.bind = bind;
115 u_surface_default_template(&surf_templ, *textureOut, bind);
51 u_surface_default_template(struct pipe_surface *surf, const struct pipe_resource *texture, unsigned bind) argument
69 util_create_rgba_surface(struct pipe_context *pipe, uint width, uint height, uint bind, struct pipe_resource **textureOut, struct pipe_surface **surfaceOut) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp68 void *st = exec.bind(&q);
143 _cl_kernel::exec_context::bind(clover::command_queue *__q) { function in class:_cl_kernel::exec_context
147 arg->bind(*this);
207 _cl_kernel::scalar_argument::bind(exec_context &ctx) { function in class:_cl_kernel::scalar_argument
229 _cl_kernel::global_argument::bind(exec_context &ctx) { function in class:_cl_kernel::global_argument
265 _cl_kernel::local_argument::bind(exec_context &ctx) { function in class:_cl_kernel::local_argument
293 _cl_kernel::constant_argument::bind(exec_context &ctx) { function in class:_cl_kernel::constant_argument
323 _cl_kernel::image_rd_argument::bind(exec_context &ctx) { function in class:_cl_kernel::image_rd_argument
353 _cl_kernel::image_wr_argument::bind(exec_context &ctx) { function in class:_cl_kernel::image_wr_argument
383 _cl_kernel::sampler_argument::bind(exec_contex function in class:_cl_kernel::sampler_argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c263 unsigned *bind)
271 *bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
275 *bind = PIPE_BIND_DEPTH_STENCIL; /* XXX sampler? */
279 *bind = 0;
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument

Completed in 3109 milliseconds

12345678