Home
last modified time | relevance | path

Searched refs:ProgramStringNotify (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_program.c195 functions->ProgramStringNotify = st_program_string_notify; in st_init_program_functions()
Dst_glsl_to_tgsi.cpp7383 if (!ctx->Driver.ProgramStringNotify(ctx, in st_link_tgsi()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c450 assert(functions->ProgramStringNotify == _tnl_program_string); in brw_init_frag_prog_functions()
454 functions->ProgramStringNotify = brw_program_string_notify; in brw_init_frag_prog_functions()
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c201 driver->ProgramStringNotify = _tnl_program_string; in _mesa_init_driver_functions()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c1725 if (ctx->Driver.ProgramStringNotify) in _mesa_get_fixed_func_vertex_program()
1726 ctx->Driver.ProgramStringNotify(ctx, GL_VERTEX_PROGRAM_ARB, prog); in _mesa_get_fixed_func_vertex_program()
Datifragshader.c424 if (!ctx->Driver.ProgramStringNotify(ctx, GL_FRAGMENT_SHADER_ATI, in _mesa_EndFragmentShaderATI()
Darbprogram.c408 if (!ctx->Driver.ProgramStringNotify(ctx, target, prog)) { in set_program_string()
Ddd.h496 GLboolean (*ProgramStringNotify)(struct gl_context *ctx, GLenum target, member
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c1357 functions->ProgramStringNotify = i915ProgramStringNotify; in i915InitFragProgFuncs()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c1259 functions->ProgramStringNotify = r200ProgramStringNotify; in r200InitShaderFuncs()
/third_party/mesa3d/src/mesa/program/
Dir_to_mesa.cpp3077 if (!ctx->Driver.ProgramStringNotify(ctx, in _mesa_ir_link_shader()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2269 - st/mesa: don't call ProgramStringNotify in glsl_to_nir