Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h242 struct tgsi_exec_machine struct
246 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS +
248 struct tgsi_exec_vector TempArray[TGSI_EXEC_NUM_TEMP_ARRAYS][TGSI_EXEC_NUM_TEMPS];
250 float Imms[TGSI_EXEC_NUM_IMMEDIATES][4];
252 float ImmArray[TGSI_EXEC_NUM_IMMEDIATES][4];
254 struct tgsi_exec_vector *Inputs;
255 struct tgsi_exec_vector *Outputs;
258 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT];
259 union tgsi_exec_channel SystemValue[TGSI_MAX_MISC_INPUTS];
261 struct tgsi_exec_vector *Addrs;
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h242 struct tgsi_exec_machine struct
246 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS +
248 struct tgsi_exec_vector TempArray[TGSI_EXEC_NUM_TEMP_ARRAYS][TGSI_EXEC_NUM_TEMPS];
250 float Imms[TGSI_EXEC_NUM_IMMEDIATES][4];
252 float ImmArray[TGSI_EXEC_NUM_IMMEDIATES][4];
254 struct tgsi_exec_vector *Inputs;
255 struct tgsi_exec_vector *Outputs;
258 unsigned SysSemanticToIndex[TGSI_SEMANTIC_COUNT];
259 union tgsi_exec_channel SystemValue[TGSI_MAX_MISC_INPUTS];
261 struct tgsi_exec_vector *Addrs;
[all …]