Home
last modified time | relevance | path

Searched defs:condition (Results 276 - 300 of 544) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h567 util_blitter_save_render_condition(struct blitter_context *blitter, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) util_blitter_save_render_condition() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c143 print_condition(uint8_t condition) in print_condition() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c908 crocus_render_condition(struct pipe_context *ctx, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) crocus_render_condition() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp380 const auto condition = testConditions.find(params.outputType); in replacePlaceholders() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp636 void SetupRoutine::conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2) in conditionalRotate1() argument
656 void SetupRoutine::conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2) in conditionalRotate2() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp628 void SetupRoutine::conditionalRotate1(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2) in conditionalRotate1() argument
648 void SetupRoutine::conditionalRotate2(Bool condition, Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2) in conditionalRotate2() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.cpp394 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() argument
820 Instruction* condition = GetPeelingInfo() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp394 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() argument
820 Instruction* condition = GetPeelingInfo() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.cpp395 BasicBlock* LoopPeeling::ProtectLoop(Loop* loop, Instruction* condition, in ProtectLoop() argument
821 Instruction* condition = GetPeelingInfo() local
[all...]
H A Dtrim_capabilities_pass.cpp57 static void DFSWhile(const Instruction* instruction, UnaryPredicate condition) { in DFSWhile() argument
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp239 string condition; in init() local
246 op << " if (" << condition << ")\n"; in init() local
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp235 string condition; in init() local
242 op << " if (" << condition << ")\n"; in init() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp1068 GateRef condition = circuit_->GetConstantGate(MachineType::I1, 0, GateType::NJSValue()); in GenDeoptAndReturnForOsrLoopExit() local
H A Dmcr_lowering.cpp918 GateRef condition = builder_.BoolNot(builder_.ExtractValue(MachineType::I1, result, builder_.Int32(1))); in LowerOverflowCheck() local
929 GateRef condition = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerInt32UnsignedUpperBoundCheck() local
941 GateRef condition = LogicOrBuilder(&env) in LowerInt32DivWithCheck() local
H A Dnative_inline_lowering.cpp1077 GateRef condition = builder_.HasPendingException(glue_); in ReplaceGateWithPendingException() local
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1265 auto condition = info->subProp.mode == "upper" ? Condition::LOWER : Condition::UPPER; in SwitchMode() local
1297 auto condition = info->subProp.language == "chinese" ? Condition::ENGLISH : Condition::CHINESE; in SwitchLanguage() local
H A Dime_info_inquirer.cpp886 FindTargetSubtypeByCondition(const std::vector<SubProperty> &subProps, const Condition &condition) FindTargetSubtypeByCondition() argument
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp592 std::string condition = ParseStringValue(env, propertyValue); in ParseQueryRule() local
/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp428 bool condition = (context == nullptr) || (session == nullptr) || (destination == nullptr); in OpenSession() local
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c383 bool condition = (sharedMem->is_allocated) && (sharedMem->buffer != NULL) && (sharedMem->buffer != ZERO_SIZE_PTR) && in ReleaseSharedMemory() local
961 bool condition = (context == NULL) || (taFile == NULL) || (session == NULL) || (destination == NULL); in TEEC_OpenSessionInner() local
1246 bool condition = in TEEC_RegisterSharedMemoryInner() local
1287 bool condition = (context == NULL) || (sharedMem == NULL); in TEEC_RegisterSharedMemory() local
1344 bool condition = (sharedMem->flags != TEEC_MEM_INPUT) && (sharedMem->flags != TEEC_MEM_OUTPUT) && TEEC_AllocateSharedMemoryInner() local
1408 bool condition = (context == NULL) || (sharedMem == NULL); TEEC_AllocateSharedMemory() local
1568 bool condition = (memref.parent == NULL) || (memref.parent->buffer == NULL); TEEC_CheckMemRef() local
[all...]
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp239 auto condition = [](CallDetailInfo i) { return i.state == TelCallState::CALL_STATUS_DISCONNECTED; }; in UpdateCallDetailsInfo() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension_context.cpp62 std::condition_variable condition; member in OHOS::AbilityRuntime::__anon212::StartAbilityByCallParameters
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.cpp516 int32_t RenderGrid::FocusMove(const Offset& position, const std::function<bool(int32_t)>& condition, in FocusMove() argument
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote_fast/
H A Dremote_fast_audio_capturer_source.cpp650 GetAudioParameter(const AudioParamKey key, const std::string &condition) GetAudioParameter() argument
796 OnAudioParamChange(const std::string &adapterName, const AudioParamKey key, const std::string &condition, const std::string &value) OnAudioParamChange() argument
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp683 GetAudioParameter(const AudioParamKey key, const std::string &condition) GetAudioParameter() argument
718 OnAudioParamChange(const std::string &adapterName, const AudioParamKey key, const std::string &condition, const std::string &value) OnAudioParamChange() argument

Completed in 46 milliseconds

1...<<11121314151617181920>>...22