Home
last modified time | relevance | path

Searched refs:emit_const_ptrs (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_const.h59 static void emit_const_ptrs(struct fd_ringbuffer *ring,
252 emit_const_ptrs(ring, v, offset * 4, params, bos, offsets); in ir3_emit_ubos()
390 emit_const_ptrs(ring, v, offset * 4, params, bos, offsets); in emit_tfbos()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_const.c103 emit_const_ptrs(struct fd_ringbuffer *ring, const struct ir3_shader_variant *v, in emit_const_ptrs() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c138 emit_const_ptrs(struct fd_ringbuffer *ring, const struct ir3_shader_variant *v, in emit_const_ptrs() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c129 emit_const_ptrs(struct fd_ringbuffer *ring, const struct ir3_shader_variant *v, in emit_const_ptrs() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c137 emit_const_ptrs(struct fd_ringbuffer *ring, const struct ir3_shader_variant *v, in emit_const_ptrs() function
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst1092 - freedreno/ir3: Switch emit_const_ptrs() to take BOs instead of prscs.
D20.2.0.rst1864 - freedreno: Rename emit_const_bo() to emit_const_ptrs().