Searched refs:emit_buf (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_shader.c | 619 static void emit_buf(struct vrend_glsl_strbufs *glsl_strbufs, const char *buf) in emit_buf() function 1767 emit_buf(glsl_strbufs, "fsout_c0.x = fsout_c0.w;\n"); in emit_a8_swizzle() 1818 …emit_buf(glsl_strbufs, "stip_temp = texture(pstipple_sampler, vec2(gl_FragCoord.x / 32.0, gl_FragC… in emit_pstipple_pass() 1819 emit_buf(glsl_strbufs, "if (stip_temp > 0.0) {\n\tdiscard;\n}\n"); in emit_pstipple_pass() 1829 emit_buf(glsl_strbufs, "realcolor0 = gl_FrontFacing ? ex_c0 : ex_bc0;\n"); in emit_color_select() 1832 emit_buf(glsl_strbufs, "realcolor1 = gl_FrontFacing ? ex_c1 : ex_bc1;\n"); in emit_color_select() 1837 emit_buf(glsl_strbufs, "gl_Position.y = gl_Position.y * winsys_adjust_y;\n"); in emit_prescale() 3119 emit_buf(glsl_strbufs, "}\n"); in translate_store() 3252 emit_buf(glsl_strbufs, "}\n"); in translate_load() 4824 emit_buf(&ctx->glsl_strbufs, "void main(void)\n{\n"); in iter_instruction() [all …]
|