Searched defs:sh_prog (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dprogram_binary.c171 write_program_payload(struct gl_context * ctx,struct blob * blob,struct gl_shader_program * sh_prog) argument
197 read_program_payload(struct gl_context * ctx,struct blob_reader * blob,GLenum binary_format,struct gl_shader_program * sh_prog) argument
219 _mesa_get_program_binary_length(struct gl_context * ctx,struct gl_shader_program * sh_prog,GLint * length) argument
231 _mesa_get_program_binary(struct gl_context * ctx,struct gl_shader_program * sh_prog,GLsizei buf_size,GLsizei * length,GLenum * binary_format,GLvoid * binary) argument
270 _mesa_program_binary(struct gl_context * ctx,struct gl_shader_program * sh_prog,GLenum binary_format,const GLvoid * binary,GLsizei length) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp46 brw_shader_precompile(struct gl_context * ctx,struct gl_shader_program * sh_prog) argument
H A Dbrw_tcs.c238 brw_tcs_populate_default_key(const struct gen_device_info * devinfo,struct brw_tcs_prog_key * key,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
H A Dbrw_tes.c187 brw_tes_populate_default_key(const struct gen_device_info * devinfo,struct brw_tes_prog_key * key,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
H A Dbrw_program_binary.c247 serialize_gen_part(struct blob * writer,struct gl_context * ctx,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
279 brw_serialize_program_binary(struct gl_context * ctx,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
H A Dbrw_program.c888 brw_populate_default_key(const struct gen_device_info * devinfo,union brw_any_prog_key * prog_key,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dprogram_binary.c171 write_program_payload(struct gl_context * ctx,struct blob * blob,struct gl_shader_program * sh_prog) argument
197 read_program_payload(struct gl_context * ctx,struct blob_reader * blob,GLenum binary_format,struct gl_shader_program * sh_prog) argument
219 _mesa_get_program_binary_length(struct gl_context * ctx,struct gl_shader_program * sh_prog,GLint * length) argument
231 _mesa_get_program_binary(struct gl_context * ctx,struct gl_shader_program * sh_prog,GLsizei buf_size,GLsizei * length,GLenum * binary_format,GLvoid * binary) argument
270 _mesa_program_binary(struct gl_context * ctx,struct gl_shader_program * sh_prog,GLenum binary_format,const GLvoid * binary,GLsizei length) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_link.cpp46 brw_shader_precompile(struct gl_context * ctx,struct gl_shader_program * sh_prog) argument
H A Dbrw_tcs.c239 brw_tcs_populate_default_key(const struct brw_compiler * compiler,struct brw_tcs_prog_key * key,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
H A Dbrw_tes.c187 brw_tes_populate_default_key(const struct brw_compiler * compiler,struct brw_tes_prog_key * key,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
H A Dbrw_program_binary.c247 serialize_intel_part(struct blob * writer,struct gl_context * ctx,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
279 brw_serialize_program_binary(struct gl_context * ctx,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
H A Dbrw_program.c843 brw_populate_default_key(const struct brw_compiler * compiler,union brw_any_prog_key * prog_key,struct gl_shader_program * sh_prog,struct gl_program * prog) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c190 struct gl_shader_program *sh_prog; local in function:_mesa_meta_compile_and_link_program
161 _mesa_meta_link_program_with_debug(struct gl_context * ctx,struct gl_shader_program * sh_prog) argument
173 _mesa_meta_use_program(struct gl_context * ctx,struct gl_shader_program * sh_prog) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c195 struct gl_shader_program *sh_prog; local in function:_mesa_meta_compile_and_link_program
166 _mesa_meta_link_program_with_debug(struct gl_context * ctx,struct gl_shader_program * sh_prog) argument
178 _mesa_meta_use_program(struct gl_context * ctx,struct gl_shader_program * sh_prog) argument
[all...]

Completed in 17 milliseconds