Home
last modified time | relevance | path

Searched refs:set_constant_buffer (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb); in st_upload_constants()
108 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, NULL); in st_upload_constants()
Dst_context.c303 pipe->set_constant_buffer(pipe, i, 0, NULL); in st_destroy_context()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_constants.c81 svga->pipe.set_constant_buffer = svga_set_constant_buffer; in svga_init_constbuffer_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h472 pipe->set_constant_buffer(pipe, shader, index, &cb); in pipe_set_constant_buffer()
474 pipe->set_constant_buffer(pipe, shader, index, NULL); in pipe_set_constant_buffer()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h201 void (*set_constant_buffer)( struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c309 ctx->set_constant_buffer = noop_set_constant_buffer; in noop_init_state_functions()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt298 GsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_G…
335 PsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_F…
450 VsSetConstantBuffers -> for(i = StartBuffer; i < NumBuffers; ++i) set_constant_buffer(PIPE_SHADER_V…
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c393 pipe->set_constant_buffer = softpipe_set_constant_buffer; in softpipe_init_shader_funcs()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c446 pipe->set_constant_buffer(pipe, in identity_set_constant_buffer()
916 id_pipe->base.set_constant_buffer = identity_set_constant_buffer; in identity_context_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c495 pipe->set_constant_buffer(pipe, in galahad_context_set_constant_buffer()
1041 GLHD_PIPE_INIT(set_constant_buffer); in galahad_context_create()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c451 pipe->set_constant_buffer = nv30_set_constant_buffer; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c636 pipe->set_constant_buffer(pipe, in rbug_set_constant_buffer()
1201 rb_pipe->base.set_constant_buffer = rbug_set_constant_buffer; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c776 pipe->set_constant_buffer(pipe, shader, index, in trace_context_set_constant_buffer()
1623 TR_CTX_INIT(set_constant_buffer); in trace_context_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1095 i915->base.set_constant_buffer = i915_set_constant_buffer; in i915_init_state_functions()
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst172 to any shader stage using ``set_constant_buffer``. If 0 or 1, the pipe will
Dcontext.rst46 * ``set_constant_buffer`` sets a constant buffer to be used for a given shader
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c1076 pipe->set_constant_buffer = nv50_set_constant_buffer; in nv50_init_state_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c985 pipe->set_constant_buffer = nvc0_set_constant_buffer; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1772 llvmpipe->pipe.set_constant_buffer = llvmpipe_set_constant_buffer; in llvmpipe_init_fs_funcs()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c1994 r300->context.set_constant_buffer = r300_set_constant_buffer; in r300_init_state_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2478 rctx->context.set_constant_buffer = si_set_constant_buffer; in si_init_state_functions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2079 rctx->context.set_constant_buffer = r600_set_constant_buffer; in r600_init_state_functions()
Devergreen_state.c2219 rctx->context.set_constant_buffer = r600_set_constant_buffer; in evergreen_init_state_functions()