Home
last modified time | relevance | path

Searched defs:new_sel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dopt_prmt.rs138 let mut new_sel = [PrmtSelByte::INVALID; 4]; in try_opt_prmt_src() localVariable
162 let new_sel = PrmtSel::new(new_sel); in try_opt_prmt_src() localVariable
182 let mut new_sel = [PrmtSelByte::INVALID; 4]; in try_opt_prmt4() localVariable
234 let new_sel = PrmtSel::new(new_sel); in try_opt_prmt4() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_virtualvalues.h177 void set_sel(int new_sel) in set_sel()
H A Dsfn_optimizer.cpp537 int new_sel = -1; in propagate_to() local