Searched refs:lp_jit_buffer_from_pipe_const (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 601 lp_jit_buffer_from_pipe_const(&desc[j].buffer, &ubo, device->pscreen); in lvp_UpdateDescriptorSets() 603 …lp_jit_buffer_from_pipe_const(&desc[j].buffer, &((struct pipe_constant_buffer){0}), device->pscree… in lvp_UpdateDescriptorSets() 920 lp_jit_buffer_from_pipe_const(&desc[idx].buffer, &ubo, device->pscreen); in lvp_descriptor_set_update_with_template() 922 …lp_jit_buffer_from_pipe_const(&desc[idx].buffer, &((struct pipe_constant_buffer){0}), device->pscr… in lvp_descriptor_set_update_with_template() 1139 lp_jit_buffer_from_pipe_const(&desc->buffer, &ubo, device->pscreen); in lvp_GetDescriptorEXT() 1141 …lp_jit_buffer_from_pipe_const(&desc->buffer, &((struct pipe_constant_buffer){0}), device->pscreen); in lvp_GetDescriptorEXT()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.h | 397 void lp_jit_buffer_from_pipe_const(struct lp_jit_buffer *jit, const struct pipe_constant_buffer *bu…
|
H A D | lp_jit.c | 342 lp_jit_buffer_from_pipe_const(struct lp_jit_buffer *jit, const struct pipe_constant_buffer *buffer,… in lp_jit_buffer_from_pipe_const() function
|
H A D | lp_setup.c | 1060 lp_jit_buffer_from_pipe_const(&setup->fs.current.jit_resources.constants[i], in try_update_scene_state()
|
H A D | lp_state_cs.c | 1561 lp_jit_buffer_from_pipe_const(&csctx->cs.current.jit_resources.constants[i], in update_csctx_consts()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.2.1.rst | 3065 - llvmpipe: Use lp_jit_buffer_from_pipe_const in setup
|