Home
last modified time | relevance | path

Searched defs:condition (Results 351 - 375 of 391) sorted by relevance

1...<<111213141516

/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp3880 spv::Id condition = accessChainLoad(node->getCondition()->getType()); in visitSelection() local
4107 spv::Id condition = accessChainLoad(node->getTest()->getType()); visitLoop() local
4137 spv::Id condition = visitLoop() local
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1445 ConditionalMatcher(bool condition, MatcherTrue matcher_true, in ConditionalMatcher() argument
5006 Conditional( bool condition, MatcherTrue matcher_true, MatcherFalse matcher_false) Conditional() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc5706 bool IsTrue(bool condition) { return condition; } in IsTrue() argument
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1693 inline FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition, in ConditionToConditionCmpFPU() argument
1785 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument
1797 Condition condition = mode == kJumpOnSmi ? eq : ne; in emit_smi_check() local
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1674 inline FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition, in ConditionToConditionCmpFPU() argument
1766 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument
1778 Condition condition = mode == kJumpOnSmi ? eq : ne; in emit_smi_check() local
/third_party/libinput/test/
H A Dlitest.c173 litest_fail_condition(const char *file, int line, const char *func, const char *condition, const char *message, ...) litest_fail_condition() argument
/third_party/node/deps/v8/src/ast/
H A Dast.h731 Expression* condition() const { return condition_; } in condition() function in v8::internal::final
742 IfStatement(Expression* condition, Statement* then_statement, in IfStatement() argument
2008 Expression* condition() const { return condition_; } in condition() function in v8::internal::final
2016 Conditional(Expression* condition, Expression* then_expression, in Conditional() argument
2917 IfStatement* NewIfStatement(Expression* condition, Statement* then_statement, in NewIfStatement() argument
3172 Conditional* NewConditional(Expression* condition, in NewConditional() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc2455 LoadZeroIfConditionNotZero(Register dest, Register condition) CallRecordWriteStub() argument
2464 LoadZeroIfConditionZero(Register dest, Register condition) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc2503 LoadZeroIfConditionNotZero(Register dest, Register condition) LoadZeroIfConditionNotZero() argument
2514 LoadZeroIfConditionZero(Register dest, Register condition) LoadZeroIfConditionZero() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3422 Handle<BreakPoint> Factory::NewBreakPoint(int id, Handle<String> condition) { in NewBreakPoint() argument
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h634 PreParserExpression NewConditional(const PreParserExpression& condition, in NewConditional() argument
725 PreParserStatement NewIfStatement(const PreParserExpression& condition, in NewIfStatement() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc3277 void ImplementationVisitor::GenerateBranch(const VisitResult& condition, in GenerateBranch() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2249 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument
2279 Condition condition = mode == kJumpOnSmi ? zero : not_zero; in emit_smi_check() local
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1662 static FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition) { in ConditionToConditionCmpFPU() argument
1696 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument
1708 Condition condition = mode == kJumpOnSmi ? eq : ne; in emit_smi_check() local
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1887 inline FPUCondition ConditionToConditionCmpFPU(LiftoffCondition condition, in ConditionToConditionCmpFPU() argument
1999 bool LiftoffAssembler::emit_select(LiftoffRegister dst, Register condition, in emit_select() argument
2011 Condition condition = mode == kJumpOnSmi ? eq : ne; in emit_smi_check() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c977 bool condition; member
991 tc_render_condition(struct pipe_context *_pipe, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) tc_render_condition() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp599 const std::string condition = (m_data.id == TEST_ID_GEOMETRY_INDEX_EXT) && (m_data.geomType == GEOM_TYPE_AABBS) ? conditionGeometryIndex in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp9033 const char* condition; // Must assign to %cond an expression that evaluates to true after %c = OpQuantizeToF16(%test_constant + 0). in createOpQuantizeSingleOptionTests() member
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_autogen.cpp8854 CaptureSetFenceNV(const State &glState, bool isCallValid, FenceNVID fencePacked, GLenum condition) CaptureSetFenceNV() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp8703 void GL_APIENTRY GL_SetFenceNV(GLuint fence, GLenum condition) in GL_SetFenceNV() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp973 GLsync Context::createFenceSync(GLenum condition, GLbitfield flags) in createFenceSync() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp3149 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, RValue<T> ifFalse) in IfThenElse() argument
3156 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, RValue<T> ifFalse) in IfThenElse() argument
3165 RValue<T> IfThenElse(RValue<Bool> condition, RValue<T> ifTrue, const T &ifFalse) in IfThenElse() argument
3174 RValue<T> IfThenElse(RValue<Bool> condition, const T &ifTrue, const T &ifFalse) in IfThenElse() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc660 const ast::Expression* const condition; member in tint::reader::spirv::__anon25924::SwitchStatementBuilder::ast
3322 MakeSimpleIf( const ast::Expression* condition, const ast::Statement* then_stmt, const ast::Statement* else_stmt) const MakeSimpleIf() argument
5145 auto condition = MakeOperand(inst, 0); MakeSimpleSelect() local
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc66 void Assembler::PerformCheckIT(Condition condition) { in PerformCheckIT() argument
H A Dassembler-aarch32.h52 void CheckIT(Condition condition) { in CheckIT() argument

Completed in 230 milliseconds

1...<<111213141516