Searched refs:TGSI_EXEC_NUM_TEMPS (Results 1 – 3 of 3) sorted by relevance
41 int first_write[TGSI_EXEC_NUM_TEMPS];42 int last_read[TGSI_EXEC_NUM_TEMPS];266 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in liveness_mark_written()280 assert(src_reg_index < TGSI_EXEC_NUM_TEMPS); in liveness_mark_read()298 for (i = 0; i < TGSI_EXEC_NUM_TEMPS; i++) { in liveness_analysis()361 assert(dst_reg_index < TGSI_EXEC_NUM_TEMPS); in unused_from()
215 #define TGSI_EXEC_NUM_TEMPS 4096 macro293 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS];454 return TGSI_EXEC_NUM_TEMPS; in tgsi_exec_get_shader_param()
1447 assert(index->i[i] < TGSI_EXEC_NUM_TEMPS); in fetch_src_file_channel()1708 assert( index < TGSI_EXEC_NUM_TEMPS ); in store_dest_dstret()6030 struct tgsi_exec_vector temps[TGSI_EXEC_NUM_TEMPS]; in tgsi_exec_machine_run()6060 for (i = 0; i < TGSI_EXEC_NUM_TEMPS; i++) { in tgsi_exec_machine_run()