Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 - 25 of 43) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dlayout.rs80 pub fn is_zero(&self) -> bool { in is_zero() functions
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_algebraic.c80 is_zero(struct vc4_compile *c, struct qreg reg) in is_zero() function
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_idiv_const.c133 nir_ssa_def *is_zero = nir_ieq_imm(b, n, 0); in build_imod() local
H A Dnir_lower_system_values.c437 nir_component_mask_t is_zero = 0; in lower_compute_system_value_instr() local
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dfunctional.hpp290 struct is_zero { struct
/third_party/mesa3d/src/mesa/main/
H A Dlight.c222 bool is_zero = params[0] == 0.0f; in do_light() local
238 bool is_zero = params[0] == 0.0f; in do_light() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-number.c303 bool is_zero = (num == ECMA_NUMBER_ZERO); in ecma_number_is_zero() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc479 const bool is_zero = !seen_prior_one_bits; in try_hex_float() local
/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c297 static int is_zero(const int16_t *c, int sz) in is_zero() function
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc935 const Matcher<int> is_zero = Eq(0); in TEST() local
H A Dgmock-matchers-comparisons_test.cc2113 const Matcher<const double&> is_zero = Eq(0); in TEST() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.cpp758 backend_reg::is_zero() const in is_zero() function in backend_reg
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h156 bool is_zero = true; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h156 bool is_zero = true; variable
/third_party/spirv-tools/source/opt/
H A Dconstants.h156 bool is_zero = true; variable
/third_party/glslang/SPIRV/
H A Dhex_float.h675 const bool is_zero = exponent == 0 && fraction == 0; in operator <<() local
983 bool is_zero = is_denorm && (fraction == 0); in operator >>() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp37 bool ir_rvalue::is_zero() const in is_zero() function in ir_rvalue
1634 ir_constant::is_zero() const in is_zero() function in ir_constant
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c148 nir_ssa_def *is_zero = nir_feq(b, det, zero); in face_culling() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.h51 static inline bool is_zero(pseudo_t pseudo) in is_zero() function
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c617 bool is_zero = clear_color_is_fully_zero(res); in get_copy_region_aux_settings() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c867 limb is_zero, is_p; in felem_is_zero() local
[all...]
H A Decp_nistz256.c195 static BN_ULONG is_zero(BN_ULONG in) in is_zero() function
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h758 const bool is_zero = exponent == 0 && fraction == 0; in operator <<() local
1080 bool is_zero = is_denorm && (fraction == 0); in operator >>() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp1159 bool is_zero = true; in ValidateCopyMemory() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h758 const bool is_zero = exponent == 0 && fraction == 0; in operator <<() local
1080 bool is_zero = is_denorm && (fraction == 0); in operator >>() local
[all...]

Completed in 38 milliseconds

12