Home
last modified time | relevance | path

Searched refs:fd_emit_string5 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c220 fd_emit_string5(struct fd_ringbuffer *ring, const char *string, int len) in fd_emit_string5() function
249 fd_emit_string5(batch->draw, string, len); in fd_emit_string_marker()
Dfreedreno_context.h720 void fd_emit_string5(struct fd_ringbuffer *ring, const char *string, int len);
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c103 fd_emit_string5(ring, name, strlen(name)); in fd6_emit_shader()