Searched refs:emit_shader (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c93 emit_shader(struct fd_ringbuffer *ring, const struct ir3_shader_variant *so) function in typeref:typename:void
471 emit_shader(ring, vp);
478 emit_shader(ring, fp);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c55 emit_shader(struct fd_ringbuffer *ring, const struct ir3_shader_variant *so) function in typeref:typename:void
438 emit_shader(ring, vp);
445 emit_shader(ring, fp);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c78 emit_shader(struct fd_ringbuffer *ring, const struct ir3_shader_variant *so) function in typeref:typename:void
562 emit_shader(ring, s[VS].v);
566 emit_shader(ring, s[FS].v);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c41 emit_shader(struct fd_ringbuffer *ring, const struct ir3_shader_variant *so) function in typeref:typename:void
551 emit_shader(ring, s[VS].v);
555 emit_shader(ring, s[FS].v);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c878 emit_shader(struct etna_compile *c, unsigned *num_temps, unsigned *num_consts) function in typeref:typename:bool
1177 ASSERTED bool ok = emit_shader(c, &v->num_temps, &num_consts);

Completed in 9 milliseconds