Searched refs:InputSampleOffsetApply (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h300 apply_sample_offset_func *InputSampleOffsetApply; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1251 mach->InputSampleOffsetApply = align_malloc(sizeof(apply_sample_offset_func) * PIPE_MAX_SHADER_INPUTS, 16);
1252 if (!mach->InputSampleOffsetApply)
1266 align_free(mach->InputSampleOffsetApply);
1283 align_free(mach->InputSampleOffsetApply);
2895 mach->InputSampleOffsetApply[i] = interp;
4919 mach->InputSampleOffsetApply[pos](mach, pos, chan, x, y, &result[chan]);
4949 mach->InputSampleOffsetApply[pos](mach, pos, chan, ofsx.f[chan], ofsy.f[chan], &result);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h379 apply_sample_offset_func *InputSampleOffsetApply; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1328 mach->InputSampleOffsetApply = align_malloc(sizeof(apply_sample_offset_func) * PIPE_MAX_SHADER_INPUTS, 16);
1329 if (!mach->InputSampleOffsetApply)
1357 align_free(mach->InputSampleOffsetApply);
1374 align_free(mach->InputSampleOffsetApply);
3098 mach->InputSampleOffsetApply[i] = interp;
5203 mach->InputSampleOffsetApply[pos](mach, pos, chan, x, y, &result[chan]);
5233 mach->InputSampleOffsetApply[pos](mach, pos, chan, ofsx.f[chan], ofsy.f[chan], &result);

Completed in 18 milliseconds