Home
last modified time | relevance | path

Searched defs:condition (Results 451 - 475 of 476) sorted by relevance

1...<<11121314151617181920

/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
H A DlibGLESv2_autogen.cpp1044 GLsync GL_APIENTRY glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync() argument
4986 void GL_APIENTRY glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV() 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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp9021 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/compiler/translator/
H A DParseContext.cpp5832 TIntermCase *TParseContext::addCase(TIntermTyped *condition, const TSourceLoc &loc) in addCase() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jar ... assertTrue (java.lang.String, boolean) String message boolean condition public static void assertTrue (boolean) boolean condition public static void ...
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp6439 TIntermTyped* HlslParseContext::convertConditionalExpression(const TSourceLoc& loc, TIntermTyped* condition, in convertConditionalExpression() argument
/third_party/cups-filters/utils/
H A Dcups-browsed.c10765 process_browse_data(GIOChannel *source, GIOCondition condition, gpointer data) process_browse_data() argument
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc132 Node* NewBranch(Node* condition, BranchHint hint = BranchHint::kNone) { in NewBranch() argument
135 Node* NewSwitch(Node* condition, int control_output_count) { in NewSwitch() argument
2784 BuildHoleCheckAndThrow( Node* condition, Runtime::FunctionId runtime_id, Node* name) BuildHoleCheckAndThrow() argument
3498 BuildSwitchOnSmi(Node* condition) BuildSwitchOnSmi() argument
3945 BuildJumpIf(Node* condition) BuildJumpIf() argument
3955 BuildJumpIfNot(Node* condition) BuildJumpIfNot() argument
3967 Node* condition = BuildJumpIfEqual() local
3974 Node* condition = BuildJumpIfNotEqual() local
4005 Node* condition = NewNode(simplified()->ToBoolean(), accumulator); BuildJumpIfToBooleanTrue() local
4011 Node* condition = NewNode(simplified()->ToBoolean(), accumulator); BuildJumpIfToBooleanFalse() local
4017 Node* condition = NewNode(simplified()->ReferenceEqual(), accumulator, BuildJumpIfNotHole() local
4024 Node* condition = NewNode(simplified()->ObjectIsReceiver(), accumulator); BuildJumpIfJSReceiver() local
[all...]
H A Dwasm-compiler.cc207 void AssertFalse(Node* condition) { in AssertFalse() argument
5729 [=](Node* condition, BranchHint hint) -> void { in TestCallbacks() member
5733 [=](Node* condition, BranchHint hint) -> void { in TestCallbacks() member
5745 [=](Node* condition, BranchHint hint) -> void { CastCallbacks() variable
5749 [=](Node* condition, BranchHint hint) -> void { CastCallbacks() variable
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc891 void SetEnteredIf(bool condition) { in SetEnteredIf() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h5525 ExpressionT condition = ParseExpression(); in ParseIfStatement() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp792 GLsync INTERNAL_GL_APIENTRY glFenceSyncNULL(GLenum condition, GLbitfield flags) in glFenceSyncNULL() argument
2324 void INTERNAL_GL_APIENTRY glSetFenceNVNULL(GLuint fence, GLenum condition) {} in glSetFenceNVNULL() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp61 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, const char* comment) in Branch() argument
66 void StubBuilder::BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, in BranchPredict() argument
1164 auto condition = Int32UnsignedGreaterThan(length, Int32(INT32_MAX)); in CallGetterHelper() local
8775 Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) Assert() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd.h2299 static INLINE int dhd_os_tput_test_wait(dhd_pub_t *pub, uint *condition, in dhd_os_tput_test_wait() argument
H A Ddhd_linux.c13066 dhd_os_ioctl_resp_wait(dhd_pub_t *pub, uint *condition) in dhd_os_ioctl_resp_wait() argument
13093 dhd_os_d3ack_wait(dhd_pub_t *pub, uint *condition) in dhd_os_d3ack_wait() argument
13120 dhd_os_busbusy_wait_negation(dhd_pub_t *pub, uint *condition) in dhd_os_busbusy_wait_negation() argument
13143 dhd_os_busbusy_wait_condition(dhd_pub_t *pub, uint *var, uint condition) dhd_os_busbusy_wait_condition() argument
13162 dhd_os_busbusy_wait_bitmask(dhd_pub_t *pub, uint *var, uint bitmask, uint condition) dhd_os_busbusy_wait_bitmask() argument
13178 dhd_os_dmaxfer_wait(dhd_pub_t *pub, uint *condition) dhd_os_dmaxfer_wait() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp1189 void AudioPolicyService::NotifyRemoteRenderState(std::string networkId, std::string condition, std::string value) in NotifyRemoteRenderState() argument
/third_party/glslang/glslang/Include/
H A Dintermediate.h1756 TIntermTyped* condition; member in glslang::TIntermSelection
1786 TIntermTyped* condition; member in glslang::TIntermSwitch
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp7796 GLsync Context::fenceSync(GLenum condition, GLbitfield flags) in fenceSync() argument
8409 void Context::setFenceNV(FenceNVID fence, GLenum condition) in setFenceNV() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp3637 GLsync GL_APIENTRY glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync() argument

Completed in 320 milliseconds

1...<<11121314151617181920