Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c363 uint8_t *bundle_constants, in mir_adjust_constant() argument
399 if (constantp[j] != bundle_constants[i + j]) in mir_adjust_constant()
424 memcpy(&bundle_constants[i], constantp, type_size); in mir_adjust_constant()
447 uint8_t bundle_constants[16]; in mir_adjust_constants() local
449 memcpy(bundle_constants, pred->constants, 16); in mir_adjust_constants()
460 comp_mapping[src], bundle_constants, false)) in mir_adjust_constants()
465 comp_mapping[src], bundle_constants, true)) in mir_adjust_constants()
478 memcpy(pred->constants, bundle_constants, 16); in mir_adjust_constants()