Searched refs:bind (Results 1 - 25 of 664) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_suballoc.h44 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member in struct:u_suballocator
56 unsigned size, unsigned bind,
H A Du_suballoc.c50 unsigned size, unsigned bind,
58 allocator->bind = bind;
92 templ.bind = allocator->bind;
48 u_suballocator_init(struct u_suballocator * allocator,struct pipe_context * pipe,unsigned size,unsigned bind,enum pipe_resource_usage usage,unsigned flags,boolean zero_buffer_memory) argument
H A Du_upload_mgr.h50 * \param bind Bitmask of PIPE_BIND_* flags.
56 unsigned bind, enum pipe_resource_usage usage, unsigned flags);
H A Du_upload_mgr.c45 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member in struct:u_upload_mgr
63 unsigned bind, enum pipe_resource_usage usage, unsigned flags)
71 upload->bind = bind;
108 upload->bind, upload->usage,
195 buffer.bind = upload->bind;
62 u_upload_create(struct pipe_context * pipe,unsigned default_size,unsigned bind,enum pipe_resource_usage usage,unsigned flags) argument
/xsrc/external/mit/fontconfig/dist/test/
H A Drun-test.sh170 dotest "Basic functionality with the bind-mounted cache dir"
185 s!@CACHEDIR@!$TESTTMPDIR/cache.dir!" < "$TESTDIR"/fonts.conf.in > bind-fonts.conf
186 $BWRAP --bind / / --bind "$CACHEDIR" "$TESTTMPDIR"/cache.dir --bind "$FONTDIR" "$TESTTMPDIR"/fonts --bind .. "$TESTTMPDIR"/build --dev-bind /dev /dev --setenv FONTCONFIG_FILE "$TESTTMPDIR"/build/test/bind-fonts.conf "$TESTTMPDIR"/build/fc-match/fc-match"$EXEEXT" -f "%{file}\n" ":foundry=Misc" > xxx
187 $BWRAP --bind / / --bind "
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_suballoc.h37 u_suballocator_create(struct pipe_context *pipe, unsigned size, unsigned bind,
H A Du_suballoc.c44 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member in struct:u_suballocator
63 u_suballocator_create(struct pipe_context *pipe, unsigned size, unsigned bind, argument
73 allocator->bind = bind;
109 templ.bind = allocator->bind;
H A Du_upload_mgr.h50 * \param bind Bitmask of PIPE_BIND_* flags.
56 unsigned bind, enum pipe_resource_usage usage, unsigned flags);
H A Du_upload_mgr.c45 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member in struct:u_upload_mgr
62 unsigned bind, enum pipe_resource_usage usage, unsigned flags)
70 upload->bind = bind;
107 upload->bind, upload->usage,
193 buffer.bind = upload->bind;
61 u_upload_create(struct pipe_context * pipe,unsigned default_size,unsigned bind,enum pipe_resource_usage usage,unsigned flags) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dkernel.hpp49 void *bind(intrusive_ptr<command_queue> _q,
88 /// Allocate the necessary resources to bind the specified
90 virtual void bind(exec_context &ctx,
93 /// Free any resources that were allocated in bind().
149 virtual void bind(exec_context &ctx,
161 virtual void bind(exec_context &ctx,
174 virtual void bind(exec_context &ctx,
185 virtual void bind(exec_context &ctx,
206 virtual void bind(exec_context &ctx,
217 virtual void bind(exec_contex
[all...]
H A Dsampler.hpp49 void *bind(command_queue &q);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Diunknown.h49 int32_t bind; /* internal bind count */ member in struct:NineUnknown
56 * and the container has bind increased if the object has non null bind. */
133 assert(!(This->refs | This->bind));
140 UINT b = p_atomic_inc_return(&This->bind);
152 UINT b = p_atomic_dec_return(&This->bind);
176 if (!(This->refs | This->bind))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Diunknown.h49 int32_t bind; /* internal bind count */ member in struct:NineUnknown
56 * and the container has bind increased if the object has non null bind. */
133 assert(!(This->refs | This->bind));
140 UINT b = p_atomic_inc_return(&This->bind);
152 UINT b = p_atomic_dec_return(&This->bind);
176 if (!(This->refs | This->bind))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_tracker.c198 unsigned int bind = stype_bind[stype]; local in function:xa_tracker_create
209 PIPE_TEXTURE_2D, 0, 0, bind)) {
298 unsigned int bind; local in function:xa_format_check_supported
303 bind = stype_bind[xa_format_type(fdesc.xa_format)];
305 bind |= PIPE_BIND_SHARED;
307 bind |= PIPE_BIND_RENDER_TARGET;
309 bind |= PIPE_BIND_SCANOUT;
312 PIPE_TEXTURE_2D, 0, 0, bind))
365 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
368 template->bind |
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dkernel.hpp51 void *bind(intrusive_ptr<command_queue> _q,
97 /// Allocate the necessary resources to bind the specified
99 virtual void bind(exec_context &ctx,
102 /// Free any resources that were allocated in bind().
159 virtual void bind(exec_context &ctx,
174 virtual void bind(exec_context &ctx,
188 virtual void bind(exec_context &ctx,
201 virtual void bind(exec_context &ctx,
222 virtual void bind(exec_context &ctx,
233 virtual void bind(exec_contex
[all...]
H A Dsampler.hpp49 void *bind(command_queue &q);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_format.h77 unsigned bind);
127 unsigned bind,
H A Dsvga_state_tss.c66 } bind[PIPE_MAX_SAMPLERS]; member in struct:bind_queue
130 queue->bind[queue->bind_count].unit = unit;
131 queue->bind[queue->bind_count].view = view;
190 struct svga_hw_view_state *view = queue.bind[i].view;
192 ts[i].stage = queue.bind[i].unit;
213 queue.bind[i].view->dirty = FALSE;
252 queue.bind[queue.bind_count].unit = i;
253 queue.bind[queue.bind_count].view = view;
264 queue.bind[queue.bind_count].unit = unit;
265 queue.bind[queu
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_format.h77 unsigned bind);
127 unsigned bind,
H A Dsvga_state_tss.c66 } bind[PIPE_MAX_SAMPLERS]; member in struct:bind_queue
130 queue->bind[queue->bind_count].unit = unit;
131 queue->bind[queue->bind_count].view = view;
190 struct svga_hw_view_state *view = queue.bind[i].view;
192 ts[i].stage = queue.bind[i].unit;
213 queue.bind[i].view->dirty = FALSE;
252 queue.bind[queue.bind_count].unit = i;
253 queue.bind[queue.bind_count].view = view;
265 queue.bind[queue.bind_count].unit = unit;
266 queue.bind[queu
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c44 static inline boolean can_cache_resource_with_bind(uint32_t bind) argument
46 return bind == VIRGL_BIND_CONSTANT_BUFFER ||
47 bind == VIRGL_BIND_INDEX_BUFFER ||
48 bind == VIRGL_BIND_VERTEX_BUFFER ||
49 bind == VIRGL_BIND_CUSTOM ||
50 bind == VIRGL_BIND_STAGING;
213 if (!can_cache_resource_with_bind(old->bind)) {
228 uint32_t bind,
242 .bind = bind,
225 virgl_vtest_winsys_resource_create(struct virgl_winsys * vws,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
351 virgl_vtest_winsys_resource_cache_create(struct virgl_winsys * vws,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 flags,uint32_t size) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_resource_buffer.c134 unsigned bind)
145 buf->b.bind = bind;
133 i915_user_buffer_create(struct pipe_screen * screen,void * ptr,unsigned bytes,unsigned bind) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_tracker.c198 unsigned int bind = stype_bind[stype]; local in function:xa_tracker_create
209 PIPE_TEXTURE_2D, 0, 0, bind)) {
298 unsigned int bind; local in function:xa_format_check_supported
303 bind = stype_bind[xa_format_type(fdesc.xa_format)];
305 bind |= PIPE_BIND_SHARED;
307 bind |= PIPE_BIND_RENDER_TARGET;
309 bind |= PIPE_BIND_SCANOUT;
312 PIPE_TEXTURE_2D, 0, 0, bind))
365 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
368 template->bind |
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.c67 return (tmpl->bind & PIPE_BIND_RENDER_TARGET) ? 1 : 0;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_format.h41 unsigned bind; member in struct:panfrost_format

Completed in 19 milliseconds

1234567891011>>