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 D | fd3_program.c | 93 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 D | fd3_program.c | 55 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 D | fd4_program.c | 78 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 D | fd4_program.c | 41 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 D | etnaviv_compiler_nir.c | 878 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