Home
last modified time | relevance | path

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 Dlvp_descriptor_set.c601 lp_jit_buffer_from_pipe_const(&desc[j].buffer, &ubo, device->pscreen); in lvp_UpdateDescriptorSets()
603lp_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()
922lp_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()
1141lp_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 Dlp_jit.h397 void lp_jit_buffer_from_pipe_const(struct lp_jit_buffer *jit, const struct pipe_constant_buffer *bu…
H A Dlp_jit.c342 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 Dlp_setup.c1060 lp_jit_buffer_from_pipe_const(&setup->fs.current.jit_resources.constants[i], in try_update_scene_state()
H A Dlp_state_cs.c1561 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 D23.2.1.rst3065 - llvmpipe: Use lp_jit_buffer_from_pipe_const in setup