Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h337 struct tgsi_exec_machine struct
341 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS +
344 unsigned ImmsReserved;
345 float4 *Imms;
347 struct tgsi_exec_vector *Inputs;
348 struct tgsi_exec_vector *Outputs;
349 apply_sample_offset_func *InputSampleOffsetApply;
352 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT];
353 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS];
355 struct tgsi_exec_vector *Addrs;
[all …]