Searched refs:bundle_constants (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_schedule.c396 uint8_t *bundle_constants,
432 if (constantp[j] != bundle_constants[i + j])
457 memcpy(&bundle_constants[i], constantp, type_size);
480 uint8_t bundle_constants[16]; local in function:mir_adjust_constants
482 memcpy(bundle_constants, pred->constants, 16);
493 comp_mapping[src], bundle_constants, false))
498 comp_mapping[src], bundle_constants, true))
511 memcpy(pred->constants, bundle_constants, 16);
393 mir_adjust_constant(midgard_instruction * ins,unsigned src,unsigned * bundle_constant_mask,unsigned * comp_mapping,uint8_t * bundle_constants,bool upper) argument

Completed in 4 milliseconds