Home
last modified time | relevance | path

Searched refs:TGSI_EXEC_NUM_TEMPS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h233 #define TGSI_EXEC_NUM_TEMPS 4096 macro
238 #define TGSI_EXEC_TEMP_KILMASK_I (TGSI_EXEC_NUM_TEMPS + 0)
241 #define TGSI_EXEC_TEMP_OUTPUT_I (TGSI_EXEC_NUM_TEMPS + 0)
244 #define TGSI_EXEC_TEMP_PRIMITIVE_I (TGSI_EXEC_NUM_TEMPS + 0)
248 #define TGSI_EXEC_TEMP_R0 (TGSI_EXEC_NUM_TEMPS + 1)
251 #define TGSI_EXEC_TEMP_ADDR (TGSI_EXEC_NUM_TEMPS + 5)
254 #define TGSI_EXEC_TEMP_PRIMITIVE_S1_I (TGSI_EXEC_NUM_TEMPS + 8)
256 #define TGSI_EXEC_TEMP_PRIMITIVE_S2_I (TGSI_EXEC_NUM_TEMPS + 9)
258 #define TGSI_EXEC_TEMP_PRIMITIVE_S3_I (TGSI_EXEC_NUM_TEMPS + 10)
341 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS +
[all …]
Dtgsi_exec.c1532 assert(index->i[i] < TGSI_EXEC_NUM_TEMPS); in fetch_src_file_channel()
1910 assert( index < TGSI_EXEC_NUM_TEMPS ); in store_dest_dstret()
6357 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS]; in tgsi_exec_machine_run()
6387 for (i = 0; i < TGSI_EXEC_NUM_TEMPS + TGSI_EXEC_NUM_TEMP_EXTRAS; i++) { in tgsi_exec_machine_run()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c42 int first_write[TGSI_EXEC_NUM_TEMPS];
43 int last_read[TGSI_EXEC_NUM_TEMPS];
268 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in liveness_mark_written()
282 assert(src_reg_index < TGSI_EXEC_NUM_TEMPS); in liveness_mark_read()
299 for(i = 0; i < TGSI_EXEC_NUM_TEMPS; i++) in liveness_analysis()
361 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in unused_from()