Searched defs:emit_frontface (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h76 boolean emit_frontface; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c3018 static boolean emit_frontface( struct svga_shader_emitter *emit ) function
3110 if (emit->emit_frontface)
3280 if (emit->emit_frontface) {
3281 if (!emit_frontface( emit ))
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h76 boolean emit_frontface; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c3018 static boolean emit_frontface( struct svga_shader_emitter *emit ) function
3110 if (emit->emit_frontface)
3280 if (emit->emit_frontface) {
3281 if (!emit_frontface( emit ))

Completed in 124 milliseconds