| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv2.cpp | 4256 void GL_APIENTRY SetFenceNV(GLuint fence, GLenum condition) in SetFenceNV() argument
|
| H A D | Context.cpp | 973 GLsync Context::createFenceSync(GLenum condition, GLbitfield flags) in createFenceSync() argument
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_common.hpp | 808 ID condition = 0; member
|
| /third_party/skia/third_party/externals/angle2/src/common/spirv/ |
| H A D | spirv_instruction_parser_autogen.cpp | 2174 ParseSelect(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *condition, IdRef *object1, IdRef *object2) ParseSelect() argument 3266 ParseBranchConditional(const uint32_t *_instruction, IdRef *condition, IdRef *trueLabel, IdRef *falseLabel, LiteralIntegerList *branchweightsList) ParseBranchConditional() argument
|
| /third_party/glslang/SPIRV/ |
| H A D | GlslangToSpv.cpp | 3880 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 D | gmock-matchers.h | 1445 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 D | gtest.cc | 5706 bool IsTrue(bool condition) { return condition; } in IsTrue() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| H A D | liftoff-assembler-mips.h | 1693 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 D | liftoff-assembler-loong64.h | 1674 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 D | litest.c | 173 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 D | ast.h | 731 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 D | macro-assembler-mips.cc | 2455 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 D | macro-assembler-riscv64.cc | 2503 LoadZeroIfConditionNotZero(Register dest, Register condition) LoadZeroIfConditionNotZero() argument 2514 LoadZeroIfConditionZero(Register dest, Register condition) LoadZeroIfConditionZero() argument
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | factory.cc | 3422 Handle<BreakPoint> Factory::NewBreakPoint(int id, Handle<String> condition) { in NewBreakPoint() argument
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | preparser.h | 634 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 D | implementation-visitor.cc | 3277 void ImplementationVisitor::GenerateBranch(const VisitResult& condition, in GenerateBranch() argument
|
| /third_party/node/deps/v8/src/wasm/baseline/x64/ |
| H A D | liftoff-assembler-x64.h | 2249 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 D | liftoff-assembler-riscv64.h | 1662 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 D | liftoff-assembler-mips64.h | 1887 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 D | u_threaded_context.c | 977 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 D | vktRayTracingBuiltinTests.cpp | 599 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 D | vktSpvAsmInstructionTests.cpp | 9033 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 D | capture_gles_ext_autogen.cpp | 8854 CaptureSetFenceNV(const State &glState, bool isCallValid, FenceNVID fencePacked, GLenum condition) CaptureSetFenceNV() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_ext_autogen.cpp | 8703 void GL_APIENTRY GL_SetFenceNV(GLuint fence, GLenum condition) in GL_SetFenceNV() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Reactor.hpp | 3149 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
|