Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h326 typedef void (* apply_sample_offset_func)( typedef
349 apply_sample_offset_func *InputSampleOffsetApply;
Dtgsi_exec.c1297 …mach->InputSampleOffsetApply = align_malloc(sizeof(apply_sample_offset_func) * PIPE_MAX_SHADER_INP… in tgsi_exec_machine_create()
3021 apply_sample_offset_func interp; in exec_declaration()