Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py239 dst_types = [tfloat, tint, tbool] variable
241 dst_types = [tfloat, tint] variable
243 dst_types = [tfloat, tuint] variable
245 dst_types = [tint, tuint, tfloat] variable
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dhw_tests.rs373 let dst_types = op.dst_types(); in test_foldable_op_with() localVariable
H A Dir.rs1490 fn dst_types(&self) -> DstTypeList { in dst_types() method