Home
last modified time | relevance | path

Searched defs:tgsi_exec_machine (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h289 struct ALIGN16 tgsi_exec_machine struct
293 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS];
295 unsigned ImmsReserved;
296 float4 *Imms;
298 struct tgsi_exec_vector *Inputs;
299 struct tgsi_exec_vector *Outputs;
300 apply_sample_offset_func *InputSampleOffsetApply;
303 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT];
304 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS];
306 struct tgsi_exec_vector Addrs[3];
[all …]