Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp250 .ALT_CONST(bc.alt_const) in build_cf_alu()
518 .ALT_CONST(bc.alt_const) in build_fetch_tex()
528 .ALT_CONST(bc.alt_const) in build_fetch_tex()
672 .ALT_CONST(bc.alt_const) in build_fetch_vtx()
680 .ALT_CONST(bc.alt_const) in build_fetch_vtx()
689 .ALT_CONST(bc.alt_const) in build_fetch_vtx()
Dsb_bc_decoder.cpp169 bc.alt_const = w1.get_ALT_CONST(); in decode_cf_alu()
458 bc.alt_const = w0.get_ALT_CONST(); in decode_fetch()
467 bc.alt_const = w0.get_ALT_CONST(); in decode_fetch()
657 bc.alt_const = w2.get_ALT_CONST(); in decode_fetch_vtx()
667 bc.alt_const = w2.get_ALT_CONST(); in decode_fetch_vtx()
677 bc.alt_const = w2.get_ALT_CONST(); in decode_fetch_vtx()
Dsb_bc.h447 unsigned alt_const:1; member
586 unsigned alt_const:1; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.h45 alt_const, enumerator
Dsfn_instr_fetch.cpp261 if (m_tex_flags.test(alt_const)) os << " AC"; in do_print()
431 {"AC", alt_const},