Searched refs:st_program_string_notify (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_program.h | 364 GLboolean st_program_string_notify(struct gl_context *ctx,
|
H A D | st_program.c | 1432 st_program_string_notify( struct gl_context *ctx, in st_program_string_notify() function
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | arbprogram.c | 415 if (!st_program_string_notify(ctx, target, prog)) { in set_program_string()
|
H A D | ff_fragment_shader.c | 1011 st_program_string_notify(ctx, GL_FRAGMENT_PROGRAM_ARB, prog); in _mesa_get_fixed_func_fragment_program()
|
H A D | atifragshader.c | 457 if (!st_program_string_notify(ctx, GL_FRAGMENT_SHADER_ATI, in _mesa_EndFragmentShaderATI()
|
H A D | ffvertex_prog.c | 1397 st_program_string_notify(ctx, GL_VERTEX_PROGRAM_ARB, prog); in _mesa_get_fixed_func_vertex_program()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.3.0.rst | 2444 - st/mesa: deduplicate code for ATI fs in st_program_string_notify 2453 st_program_string_notify
|
H A D | 23.2.1.rst | 1767 - mesa/main: allow passing nir-shaders to st_program_string_notify
|