Searched defs:cb (Results 1 - 25 of 224) sorted by relevance

123456789

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_surface.c57 struct pipe_surface *cb = i < fb->nr_cbufs ? fb->cbufs[i] : NULL; local in function:softpipe_set_framebuffer_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_surface.c57 struct pipe_surface *cb = i < fb->nr_cbufs ? fb->cbufs[i] : NULL; local in function:softpipe_set_framebuffer_state
H A Dsp_context.c195 softpipe_set_debug_callback(struct pipe_context * pipe,const struct pipe_debug_callback * cb) argument
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dhgsmimemalloc.c85 void *HGSMIMAAlloc(HGSMIMADATA *pMA, HGSMISIZE cb) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_constants.c45 svga_set_constant_buffer(struct pipe_context * pipe,enum pipe_shader_type shader,uint index,const struct pipe_constant_buffer * cb) argument
[all...]
H A Dsvga_pipe_misc.c214 svga_set_debug_callback(struct pipe_context * pipe,const struct pipe_debug_callback * cb) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_debug.c176 struct pipe_debug_callback cb; local in function:st_update_debug_callback
H A Dst_cb_flush.c177 struct pipe_device_reset_callback cb; local in function:st_install_device_reset_callback
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_uniforms.c62 struct pipe_constant_buffer *cb = &st->cb[ local in function:agx_push_location_direct
33 agx_const_buffer_ptr(struct agx_batch * batch,struct pipe_constant_buffer * cb) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_constants.c45 svga_set_constant_buffer(struct pipe_context * pipe,enum pipe_shader_type shader,uint index,bool take_ownership,const struct pipe_constant_buffer * cb) argument
[all...]
H A Dsvga_state_ts.c317 struct pipe_constant_buffer cb; local in function:get_passthrough_tcs
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_debug.c134 struct pipe_debug_callback cb; local in function:st_update_debug_callback
H A Dst_cb_flush.c178 struct pipe_device_reset_callback cb; local in function:st_install_device_reset_callback
/xsrc/external/mit/MesaLib/dist/src/freedreno/isa/
H A Disa.h41 void (*cb)(void *data, struct isa_decode_value *val); member in struct:isa_decode_hook
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/
H A Dvk_debug_report.c53 struct vk_debug_report_callback *cb = local in function:vk_create_debug_report_callback
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_uniforms.c61 etna_uniforms_write(const struct etna_context * ctx,const struct etna_shader_variant * sobj,struct pipe_constant_buffer * cb,uint32_t * uniforms,unsigned * size) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_context.c169 i915_set_debug_callback(struct pipe_context * pipe,const struct pipe_debug_callback * cb) argument
/xsrc/external/mit/libXmu/dist/src/
H A DCloseHook.c117 CallbackRec *cb; local in function:XmuAddCloseDisplayHook
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_inline_helpers.h5 _nir_foreach_dest(nir_instr *instr, nir_foreach_dest_cb cb, void *state) argument
45 _nir_visit_src(nir_src *src, nir_foreach_src_cb cb, void *state) argument
56 nir_foreach_src_cb cb; member in struct:__anon8bf80b0d0108
71 nir_foreach_dest(nir_instr * instr,nir_foreach_dest_cb cb,void * state) argument
77 nir_foreach_src(nir_instr * instr,nir_foreach_src_cb cb,void * state) argument
[all...]
H A Dnir_lower_vec_to_movs.c32 nir_instr_writemask_filter_cb cb; member in struct:vec_to_movs_data
305 nir_lower_vec_to_movs(nir_shader *shader, nir_instr_writemask_filter_cb cb, argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c83 v3d_set_debug_callback(struct pipe_context * pctx,const struct pipe_debug_callback * cb) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_context.c88 vc4_set_debug_callback(struct pipe_context * pctx,const struct pipe_debug_callback * cb) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dqueue.cpp53 struct pipe_debug_callback cb; local in function:command_queue::command_queue
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_mfbd.c229 for (int cb = 0; cb < ctx->pipe_framebuffer.nr_cbufs; ++cb) { local in function:panfrost_mfbd_fragment
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c131 pair_foreach_source_callback(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb,unsigned int swz,unsigned int src) argument
169 rc_pair_foreach_source_that_alpha_reads(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb) argument
184 rc_pair_foreach_source_that_rgb_reads(struct rc_pair_instruction * pair,void * data,rc_pair_foreach_src_fn cb) argument

Completed in 21 milliseconds

123456789