Home
last modified time | relevance | path

Searched refs:is_ma_positive (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c749 LLVMValueRef is_ma_positive; in build_cube_select() local
757 is_ma_positive = LLVMBuildFCmp(builder, LLVMRealUGE, selcoords->ma, LLVMConstReal(f32, 0.0), ""); in build_cube_select()
758 sgn_ma = LLVMBuildSelect(builder, is_ma_positive, LLVMConstReal(f32, 1.0), in build_cube_select()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8541 …Temp is_ma_positive = bld.vopc(aco_opcode::v_cmp_le_f32, bld.hint_vcc(bld.def(bld.lm)), Operand(0u… in build_cube_select() local
8542 Temp sgn_ma = bld.vop2_e64(aco_opcode::v_cndmask_b32, bld.def(v1), neg_one, one, is_ma_positive); in build_cube_select()