Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c41 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()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h215 #define TGSI_EXEC_NUM_TEMPS 4096 macro
293 struct tgsi_exec_vector Temps[TGSI_EXEC_NUM_TEMPS];
454 return TGSI_EXEC_NUM_TEMPS; in tgsi_exec_get_shader_param()
Dtgsi_exec.c1447 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()