Home
last modified time | relevance | path

Searched refs:apply_sample_offset_func (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h278 typedef void (* apply_sample_offset_func)( typedef
300 apply_sample_offset_func *InputSampleOffsetApply;
Dtgsi_exec.c1234 …mach->InputSampleOffsetApply = align_malloc(sizeof(apply_sample_offset_func) * PIPE_MAX_SHADER_INP… in tgsi_exec_machine_create()
2804 apply_sample_offset_func interp; in exec_declaration()