Searched refs:use_gles (Results 1 – 7 of 7) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_blitter.c | 47 bool use_gles; member 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() 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() 298 snprintf(shader_buf, 4096, blit_ctx->use_gles ? FS_TEXFETCH_DS_GLES : FS_TEXFETCH_DS_GL, in blit_build_frag_depth() [all …]
|
D | vrend_shader.h | 165 bool use_gles; member 190 const char *vrend_shader_samplertypeconv(bool use_gles, int sampler_type);
|
D | vrend_shader.c | 384 if (ctx->cfg->has_arrays_of_arrays && !ctx->cfg->use_gles) in prefer_generic_io_block() 1086 if (ctx->cfg->use_gles) in iter_declaration() 1149 if (ctx->cfg->use_gles && ctx->fs_pixel_center) { in iter_declaration() 1175 if (ctx->cfg->use_gles) in iter_declaration() 1191 if (!ctx->cfg->use_gles && in iter_declaration() 1408 if (ctx->glsl_ver_required >= 140 || ctx->cfg->use_gles) in iter_declaration() 1441 if (!ctx->cfg->use_gles && in iter_declaration() 1701 if (!ctx->cfg->use_gles || ctx->cfg->glsl_version < 320) { in iter_property() 2251 if (ctx->cfg->use_gles) { in emit_txq() 2311 (ctx->cfg->use_gles || in emit_txq() [all …]
|
D | vrend_renderer.c | 314 bool use_gles; member 834 if (vrend_state.use_gles || !vrend_state.use_core_profile) in vrend_format_is_emulated_alpha() 1172 if (vrend_state.use_gles && (bind & VIRGL_BIND_PREFER_EMULATED_BGRA)) { in vrend_format_replace_emulated() 1882 if (vrend_state.use_gles) { in vrend_create_surface() 2054 if (vrend_state.use_gles) { in vrend_create_sampler_state() 2060 if (vrend_state.use_gles) { in vrend_create_sampler_state() 2139 if (vrend_state.use_gles) { in vrend_create_sampler_view() 2255 if (vrend_state.use_gles) { in vrend_create_sampler_view() 2348 else if (vrend_state.use_gles) in vrend_fb_bind_texture_id() 2472 if (vrend_state.use_gles && in vrend_hw_emit_framebuffer_state() [all …]
|
/external/virglrenderer/vtest/ |
D | vtest_server.c | 84 bool use_gles; member 199 server.use_gles = true; in vtest_server_parse_args() 224 if (server.use_egl_surfaceless || server.use_gles) { in vtest_server_parse_args() 232 if (server.use_gles) in vtest_server_parse_args() 241 server.use_gles = getenv("VTEST_USE_GLES") != NULL; in vtest_server_getenv()
|
/external/crosvm/rutabaga_gfx/src/ |
D | rutabaga_utils.rs | 288 .use_gles(true) in default() 338 pub fn use_gles(self, v: bool) -> VirglRendererFlags { in use_gles() method 393 pub fn use_gles(self, v: bool) -> GfxstreamFlags { in use_gles() method
|
/external/crosvm/devices/src/virtio/gpu/ |
D | mod.rs | 909 .use_gles(gpu_parameters.renderer_use_gles) in new() 916 .use_gles(gpu_parameters.renderer_use_gles) in new()
|