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.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()
656 bc.alt_const = w2.get_ALT_CONST(); in decode_fetch_vtx()
666 bc.alt_const = w2.get_ALT_CONST(); in decode_fetch_vtx()
676 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