Searched refs:ALU_SRC_1 (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_value_test.cpp | 144 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/ |
D | sfn_peephole.cpp | 114 value->as_inline_const()->sel() == ALU_SRC_1) in src_is_one()
|
D | sfn_instrfactory.cpp | 163 case 0x3f800000: src = m_value_factory.inline_const(ALU_SRC_1, 0); break; in load_const()
|
D | sfn_alu_defines.h | 364 ALU_SRC_1 = 249, enumerator
|
D | sfn_optimizer.cpp | 608 if (ic->sel() == ALU_SRC_1) in visit()
|
D | sfn_alu_defines.cpp | 266 {ALU_SRC_1, {false, "1.0"}},
|
D | sfn_instr_alu.cpp | 1283 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()
|
D | sfn_valuefactory.cpp | 388 return inline_const(ALU_SRC_1, 0); in one()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_dump.cpp | 332 case ALU_SRC_1: in print_src()
|
D | sb_bc.h | 282 ALU_SRC_1 = 249, enumerator
|
D | sb_bc_finalize.cpp | 425 src.sel = ALU_SRC_1; in finalize_alu_src()
|
D | sb_bc_parser.cpp | 554 case ALU_SRC_1: in prepare_alu_group()
|