Searched refs:apply_sample_offset_func (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.h | 278 typedef void (* apply_sample_offset_func)( typedef in typeref:typename:void (*)(const struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan,float ofs_x,float ofs_y,union tgsi_exec_channel * out_chan) 300 apply_sample_offset_func *InputSampleOffsetApply;
|
| H A D | tgsi_exec.c | 1251 mach->InputSampleOffsetApply = align_malloc(sizeof(apply_sample_offset_func) * PIPE_MAX_SHADER_INPUTS, 16); 2865 apply_sample_offset_func interp;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.h | 356 typedef void (* apply_sample_offset_func)( typedef in typeref:typename:void (*)(const struct tgsi_exec_machine * mach,unsigned attrib,unsigned chan,float ofs_x,float ofs_y,union tgsi_exec_channel * out_chan) 379 apply_sample_offset_func *InputSampleOffsetApply;
|
| H A D | tgsi_exec.c | 1328 mach->InputSampleOffsetApply = align_malloc(sizeof(apply_sample_offset_func) * PIPE_MAX_SHADER_INPUTS, 16); 3069 apply_sample_offset_func interp;
|
Completed in 26 milliseconds