Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.h35 CFType cf_type() const { return m_type; } in cf_type() function
Dsfn_instr_alu.h128 ECFAluOpCode cf_type() const { return m_cf_type; } in cf_type() function
129 void set_cf_type(ECFAluOpCode cf_type) { m_cf_type = cf_type; } in set_cf_type()
/external/rust/android-crates-io/crates/serialport/src/posix/
Denumerate.rs312 let cf_type = unsafe { CFType::wrap_under_create_rule(cf_type_ref) }; in get_int_property() localVariable
340 let cf_type = unsafe { CFType::wrap_under_create_rule(cf_type_ref) }; in get_string_property() localVariable
474 let cf_type = CFType::wrap_under_get_rule(*cf_ref); localVariable