Searched refs:set_constant_buffer (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_constbuf.c | 99 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()
|
D | st_context.c | 303 pipe->set_constant_buffer(pipe, i, 0, NULL); in st_destroy_context()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_constants.c | 81 svga->pipe.set_constant_buffer = svga_set_constant_buffer; in svga_init_constbuffer_functions()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 472 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/ |
D | p_context.h | 201 void (*set_constant_buffer)( struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 309 ctx->set_constant_buffer = noop_set_constant_buffer; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 298 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/ |
D | sp_state_shader.c | 393 pipe->set_constant_buffer = softpipe_set_constant_buffer; in softpipe_init_shader_funcs()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 446 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/ |
D | glhd_context.c | 495 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/ |
D | nv30_state.c | 451 pipe->set_constant_buffer = nv30_set_constant_buffer; in nv30_state_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 636 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/ |
D | tr_context.c | 776 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/ |
D | i915_state.c | 1095 i915->base.set_constant_buffer = i915_set_constant_buffer; in i915_init_state_functions()
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 172 to any shader stage using ``set_constant_buffer``. If 0 or 1, the pipe will
|
D | context.rst | 46 * ``set_constant_buffer`` sets a constant buffer to be used for a given shader
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 1076 pipe->set_constant_buffer = nv50_set_constant_buffer; in nv50_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 985 pipe->set_constant_buffer = nvc0_set_constant_buffer; in nvc0_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1772 llvmpipe->pipe.set_constant_buffer = llvmpipe_set_constant_buffer; in llvmpipe_init_fs_funcs()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 1994 r300->context.set_constant_buffer = r300_set_constant_buffer; in r300_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 2478 rctx->context.set_constant_buffer = si_set_constant_buffer; in si_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2079 rctx->context.set_constant_buffer = r600_set_constant_buffer; in r600_init_state_functions()
|
D | evergreen_state.c | 2219 rctx->context.set_constant_buffer = r600_set_constant_buffer; in evergreen_init_state_functions()
|