Home
last modified time | relevance | path

Searched refs:all_zero (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_builder_print_visitor.cpp108 ir_constant_data all_zero; in is_simple_operand() local
109 memset(&all_zero, 0, sizeof(all_zero)); in is_simple_operand()
111 return memcmp(&c->value, &all_zero, sizeof(all_zero)) == 0; in is_simple_operand()
336 ir_constant_data all_zero; in print_without_declaration() local
337 memset(&all_zero, 0, sizeof(all_zero)); in print_without_declaration()
339 if (memcmp(&ir->value, &all_zero, sizeof(all_zero)) == 0) { in print_without_declaration()
362 ir_constant_data all_zero; in visit() local
363 memset(&all_zero, 0, sizeof(all_zero)); in visit()
365 if (memcmp(&ir->value, &all_zero, sizeof(all_zero)) == 0) { in visit()
/third_party/mesa3d/src/compiler/nir/
Dnir_range_analysis.c125 bool all_zero = true; in analyze_constant() local
145 all_zero = all_zero && (v == 0.0); in analyze_constant()
150 assert(any_zero >= all_zero); in analyze_constant()
153 if (all_zero) in analyze_constant()
176 bool all_zero = true; in analyze_constant() local
183 all_zero = all_zero && (v == 0); in analyze_constant()
188 assert(any_zero >= all_zero); in analyze_constant()
191 if (all_zero) in analyze_constant()
211 bool all_zero = true; in analyze_constant() local
218 all_zero = all_zero && (v == 0); in analyze_constant()
[all …]
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h1105 all_zero // Branch If All Elements of Any Format Are Zero enumerator
1113 return all_zero; in NegateMSABranchCondition()
1116 case all_zero: in NegateMSABranchCondition()
Dmacro-assembler-mips.cc2295 case all_zero: in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1154 all_zero // Branch If All Elements of Any Format Are Zero enumerator
1162 return all_zero; in NegateMSABranchCondition()
1165 case all_zero: in NegateMSABranchCondition()
Dmacro-assembler-mips64.cc2946 case all_zero: in CallRecordWriteStub()
/third_party/ffmpeg/libavcodec/
Don2avc.c156 int all_zero = 1; in on2avc_decode_band_scales() local
161 all_zero = 0; in on2avc_decode_band_scales()
165 if (all_zero) { in on2avc_decode_band_scales()
/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp363 const bool all_zero = run == 0; in TestGetNoneZeroCount() local
368 if (all_zero) in TestGetNoneZeroCount()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h1918 assm->BranchMSA(&all_false, MSA_BRANCH_V, all_zero, src.fp().toW(), in EmitAnyTrue()
3642 BranchMSA(&not_nan, MSA_BRANCH_V, all_zero, tmp_s128.fp().toW(), in emit_s128_set_if_nan()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.cc4451 bool all_zero = true; in VectorFPCompare() local
4458 all_zero = false; in VectorFPCompare()
4465 if (all_zero) { in VectorFPCompare()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc3125 __ BranchMSA(&all_false, MSA_BRANCH_V, all_zero, in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc3295 __ BranchMSA(&all_false, MSA_BRANCH_V, all_zero, in AssembleArchInstruction()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst249 - pan/decode: Remove all_zero