Searched refs:nir_feq (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 98 nir_feq(b, nir_fabs(b, src), in fix_inv_result() 292 res = nir_bcsel(b, nir_ior(b, nir_feq(b, src, nir_imm_double(b, 0.0)), in lower_sqrt_rsq() 293 nir_feq(b, src, nir_imm_double(b, INFINITY))), in lower_sqrt_rsq() 366 nir_ior(b, positive, nir_feq(b, src, tr)), in lower_floor() 381 nir_ior(b, negative, nir_feq(b, src, tr)), in lower_ceil()
|
D | nir_builder.h | 668 return nir_feq(b, src0, src1); in nir_compare_func()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 586 nir_feq(&b->nb, src[0], src[0]), in vtn_handle_alu() 587 nir_feq(&b->nb, src[1], src[1]))); in vtn_handle_alu()
|
D | vtn_glsl450.c | 359 nir_ssa_def *tan = nir_bcsel(b, nir_feq(b, nir_fabs(b, x), nir_fabs(b, y)), in build_atan2()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1826 result = nir_feq(&b, srcs[0], srcs[1]); in visit() 1847 case 1: result = nir_feq(&b, srcs[0], srcs[1]); break; in visit()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_builder_opcodes.h | 354 nir_feq(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_feq() function
|