Searched refs:blit_ctx (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_blitter.c | 228 static GLuint blit_build_frag_tex_col(struct vrend_blitter_ctx *blit_ctx, in blit_build_frag_tex_col() argument 241 if (msaa && !blit_ctx->use_gles) in blit_build_frag_tex_col() 247 if (blit_ctx->use_gles) in blit_build_frag_tex_col() 257 snprintf(shader_buf, 4096, blit_ctx->use_gles ? in blit_build_frag_tex_col() 263 vrend_shader_samplertypeconv(blit_ctx->use_gles, tgsi_tex_target), in blit_build_frag_tex_col() 266 snprintf(shader_buf, 4096, blit_ctx->use_gles ? in blit_build_frag_tex_col() 272 vrend_shader_samplertypeconv(blit_ctx->use_gles, tgsi_tex_target), in blit_build_frag_tex_col() 281 static GLuint blit_build_frag_depth(struct vrend_blitter_ctx *blit_ctx, int tgsi_tex_target, bool m… in blit_build_frag_depth() argument 293 snprintf(shader_buf, 4096, blit_ctx->use_gles ? in blit_build_frag_depth() 296 … vrend_shader_samplertypeconv(blit_ctx->use_gles, tgsi_tex_target), retval.ivec, retval.twm); in blit_build_frag_depth() [all …]
|