Searched refs:shader_cfg (Results 1 – 1 of 1) sorted by relevance
563 struct vrend_shader_cfg shader_cfg; member1263 vrend_patch_vertex_shader_interpolants(&ctx->shader_cfg, gs->glsl_prog, in add_shader_program()1267 vrend_patch_vertex_shader_interpolants(&ctx->shader_cfg, tes->glsl_prog, in add_shader_program()1271 vrend_patch_vertex_shader_interpolants(&ctx->shader_cfg, vs->glsl_prog, in add_shader_program()2819 …shader->glsl_prog = vrend_convert_shader(&ctx->shader_cfg, shader->sel->tokens, shader->sel->req_l… in vrend_shader_create()5352 grctx->shader_cfg.use_gles = vrend_state.use_gles; in vrend_create_context()5353 grctx->shader_cfg.use_core_profile = vrend_state.use_core_profile; in vrend_create_context()5354 grctx->shader_cfg.use_explicit_locations = vrend_state.use_explicit_locations; in vrend_create_context()5355 grctx->shader_cfg.max_draw_buffers = vrend_state.max_draw_buffers; in vrend_create_context()5359 vrender_get_glsl_version(&grctx->shader_cfg.glsl_version); in vrend_create_context()