Searched refs:is_ma_y (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.c765 LLVMValueRef is_ma_y; local in function:build_cube_select
777 is_ma_y = LLVMBuildAnd(builder, is_not_ma_z,
779 is_ma_x = LLVMBuildAnd(builder, is_not_ma_z, LLVMBuildNot(builder, is_ma_y, ""), "");
783 sgn = LLVMBuildSelect(builder, is_ma_y, LLVMConstReal(f32, 1.0),
789 tmp = LLVMBuildSelect(builder, is_ma_y, coords[2], coords[1], "");
790 sgn = LLVMBuildSelect(builder, is_ma_y, sgn_ma,
796 LLVMBuildSelect(builder, is_ma_y, coords[1], coords[0], ""), "");
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c801 LLVMValueRef is_ma_y; local in function:build_cube_select
812 is_ma_y = LLVMBuildAnd(
815 is_ma_x = LLVMBuildAnd(builder, is_not_ma_z, LLVMBuildNot(builder, is_ma_y, ""), "");
820 builder, is_ma_y, LLVMConstReal(f32, 1.0),
825 tmp = LLVMBuildSelect(builder, is_ma_y, coords[2], coords[1], "");
826 sgn = LLVMBuildSelect(builder, is_ma_y, sgn_ma, LLVMConstReal(f32, -1.0), "");
831 LLVMBuildSelect(builder, is_ma_y, coords[1], coords[0], ""), "");
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp9105 Temp is_ma_y = bld.vopc(aco_opcode::v_cmp_le_f32, bld.def(bld.lm), two, id); local in function:aco::__anon562fcc110110::build_cube_select
9106 is_ma_y = bld.sop2(Builder::s_andn2, bld.hint_vcc(bld.def(bld.lm)), is_ma_y, is_ma_z);
9108 bld.def(s1, scc), is_ma_z, is_ma_y);
9114 bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), neg_sgn_ma, sgn_ma, is_ma_z), one, is_ma_y);
9118 tmp = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), deriv_y, deriv_z, is_ma_y);
9119 sgn = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), neg_one, sgn_ma, is_ma_y);
9124 bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), deriv_x, deriv_y, is_ma_y),

Completed in 33 milliseconds