Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp248 .ALT_CONST(bc.alt_const) in build_cf_alu()
516 .ALT_CONST(bc.alt_const) in build_fetch_tex()
526 .ALT_CONST(bc.alt_const) in build_fetch_tex()
670 .ALT_CONST(bc.alt_const) in build_fetch_vtx()
678 .ALT_CONST(bc.alt_const) in build_fetch_vtx()
687 .ALT_CONST(bc.alt_const) in build_fetch_vtx()
Dsb_bc_decoder.cpp169 bc.alt_const = w1.get_ALT_CONST(); in decode_cf_alu()
453 bc.alt_const = w0.get_ALT_CONST(); in decode_fetch()
462 bc.alt_const = w0.get_ALT_CONST(); in decode_fetch()
609 bc.alt_const = w2.get_ALT_CONST(); in decode_fetch_vtx()
619 bc.alt_const = w2.get_ALT_CONST(); in decode_fetch_vtx()
629 bc.alt_const = w2.get_ALT_CONST(); in decode_fetch_vtx()
Dsb_bc.h447 unsigned alt_const:1; member
552 unsigned alt_const:1; member