Home
last modified time | relevance | path

Searched refs:ALU_SRC_1 (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_value_test.cpp144 InlineConstant c0(ALU_SRC_1); in TEST_F()
146 EXPECT_EQ(c0.sel(), ALU_SRC_1); in TEST_F()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_peephole.cpp114 value->as_inline_const()->sel() == ALU_SRC_1) in src_is_one()
Dsfn_instrfactory.cpp163 case 0x3f800000: src = m_value_factory.inline_const(ALU_SRC_1, 0); break; in load_const()
Dsfn_alu_defines.h364 ALU_SRC_1 = 249, enumerator
Dsfn_optimizer.cpp608 if (ic->sel() == ALU_SRC_1) in visit()
Dsfn_alu_defines.cpp266 {ALU_SRC_1, {false, "1.0"}},
Dsfn_instr_alu.cpp1283 case nir_op_b2f32: return emit_alu_b2x(*alu, ALU_SRC_1, shader); in from_nir()
1986 s.push_back(value_factory.inline_const(all ? ALU_SRC_1 : ALU_SRC_0, 0)); in emit_any_all_fcomp()
2025 value_factory.inline_const(ALU_SRC_1, 0), in emit_any_all_fcomp()
Dsfn_valuefactory.cpp388 return inline_const(ALU_SRC_1, 0); in one()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp332 case ALU_SRC_1: in print_src()
Dsb_bc.h282 ALU_SRC_1 = 249, enumerator
Dsb_bc_finalize.cpp425 src.sel = ALU_SRC_1; in finalize_alu_src()
Dsb_bc_parser.cpp554 case ALU_SRC_1: in prepare_alu_group()