Home
last modified time | relevance | path

Searched refs:emit_const_asserts (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_const.c41 emit_const_asserts(ring, v, regid, sizedwords); in fd6_emit_const_user()
85 emit_const_asserts(ring, v, regid, sizedwords); in fd6_emit_const_bo()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c64 emit_const_asserts(ring, v, regid, sizedwords); in fd3_emit_const_user()
91 emit_const_asserts(ring, v, regid, sizedwords); in fd3_emit_const_bo()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c59 emit_const_asserts(ring, v, regid, sizedwords); in fd4_emit_const_user()
82 emit_const_asserts(ring, v, regid, sizedwords); in fd4_emit_const_bo()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c62 emit_const_asserts(ring, v, regid, sizedwords); in fd5_emit_const_user()
85 emit_const_asserts(ring, v, regid, sizedwords); in fd5_emit_const_bo()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_const.h65 emit_const_asserts(struct fd_ringbuffer *ring, in emit_const_asserts() function