Searched refs:fcmp32 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir.c | 233 static LLVMValueRef fcmp32(struct lp_build_nir_context *bld_base, function in typeref:typename:LLVMValueRef 705 result = fcmp32(bld_base, PIPE_FUNC_EQUAL, src_bit_size[0], src); 723 result = fcmp32(bld_base, PIPE_FUNC_GEQUAL, src_bit_size[0], src); 741 result = fcmp32(bld_base, PIPE_FUNC_LESS, src_bit_size[0], src); 786 result = fcmp32(bld_base, PIPE_FUNC_NOTEQUAL, src_bit_size[0], src);
|
Completed in 5 milliseconds