Searched refs:_mesa_reference_shader_program (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | pipelineobj.c | 65 _mesa_reference_shader_program(ctx, &obj->ReferencedPrograms[i], NULL); in _mesa_delete_pipeline_object() 68 _mesa_reference_shader_program(ctx, &obj->ActiveProgram, NULL); in _mesa_delete_pipeline_object() 413 _mesa_reference_shader_program(ctx, &pipe->ActiveProgram, shProg); in active_shader_program()
|
D | shaderobj.h | 79 _mesa_reference_shader_program(struct gl_context *ctx, in _mesa_reference_shader_program() function
|
D | shaderapi.c | 205 _mesa_reference_shader_program(ctx, in _mesa_free_shader_state() 211 _mesa_reference_shader_program(ctx, &ctx->Shader.ActiveProgram, NULL); in _mesa_free_shader_state() 454 _mesa_reference_shader_program(ctx, &shProg, NULL); in delete_shader_program() 1535 _mesa_reference_shader_program(ctx, &ctx->Shader.ActiveProgram, shProg); in _mesa_active_program() 2653 _mesa_reference_shader_program(ctx, in _mesa_use_program()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 637 _mesa_reference_shader_program(ctx, &save->ActiveShader, in _mesa_meta_begin() 1015 _mesa_reference_shader_program(ctx, &ctx->Shader.ActiveProgram, in _mesa_meta_end() 1017 _mesa_reference_shader_program(ctx, &save->ActiveShader, NULL); in _mesa_meta_end() 1555 _mesa_reference_shader_program(ctx, &clear->ShaderProg, NULL); in meta_glsl_clear_cleanup() 2714 _mesa_reference_shader_program(ctx, &table->sampler_1d.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup() 2715 _mesa_reference_shader_program(ctx, &table->sampler_2d.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup() 2716 _mesa_reference_shader_program(ctx, &table->sampler_3d.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup() 2717 _mesa_reference_shader_program(ctx, &table->sampler_rect.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup() 2718 _mesa_reference_shader_program(ctx, &table->sampler_cubemap.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup() 2719 _mesa_reference_shader_program(ctx, &table->sampler_1d_array.shader_prog, NULL); in _mesa_meta_blit_shader_table_cleanup() [all …]
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_cache.c | 123 _mesa_reference_shader_program(ctx, in clear_cache()
|