Home
last modified time | relevance | path

Searched defs:sources (Results 101 - 125 of 195) sorted by relevance

12345678

/third_party/spirv-tools/source/opt/
H A Dloop_fusion.cpp56 GetDependences(std::vector<DistanceVector>* dependences, LoopDependenceAnalysis* analysis, const std::vector<Instruction*>& sources, const std::vector<Instruction*>& destinations, size_t num_entries) GetDependences() argument
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp141 glu::ProgramSources sources; in init() local
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp85 std::shared_ptr<WakeupSources> sources = WakeupSourceParser::ParseSources(); in Init() local
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_controller.cpp145 std::shared_ptr<SuspendSources> sources = SuspendSourceParser::ParseSources(); in Init() local
210 std::shared_ptr<SuspendSources> sources = SuspendSourceParser::ParseSources(jsonStr); in UpdateSuspendSources() local
/foundation/ability/idl_tool/idl_tool_2/
H A Dbuild_hdi_files_info.py202 sources = [] variable in ModuleInfo
[all...]
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dlm3630a_bl.c379 u32 sources[LM3630A_NUM_SINKS]; in lm3630a_parse_led_sources() local
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_aggregator_tabletsw.c476 static int ssam_pos_get_sources_list(struct ssam_tablet_sw *sw, struct ssam_sources_list *sources) in ssam_pos_get_sources_list() argument
515 struct ssam_sources_list sources = {}; in ssam_pos_get_source() local
[all...]
/kernel/linux/linux-6.6/drivers/leds/flash/
H A Dleds-mt6370-flash.c442 u32 sources[MT6370_MAX_LEDS]; in mt6370_init_flash_properties() local
[all...]
/third_party/gn/src/gn/
H A Ddesc_builder.cc793 BundleData::SourceFiles sources; in FillInBundle() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-card.c234 const char **sources = NULL; in get_sources() local
259 const char **sources; in handle_get_sources() local
379 const char **sources = NULL; handle_get_all() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_params.cpp92 CaptureGetDebugMessageLog_sources(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *sourcesParam) CaptureGetDebugMessageLog_sources() argument
107 CaptureGetDebugMessageLog_types(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *typesParam) CaptureGetDebugMessageLog_types() argument
122 CaptureGetDebugMessageLog_ids(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *idsParam) CaptureGetDebugMessageLog_ids() argument
137 CaptureGetDebugMessageLog_severities(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *severitiesParam) CaptureGetDebugMessageLog_severities() argument
152 CaptureGetDebugMessageLog_lengths(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *lengthsParam) CaptureGetDebugMessageLog_lengths() argument
167 CaptureGetDebugMessageLog_messageLog(const State &glState, bool isCallValid, GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog, ParamCapture *messageLogParam) CaptureGetDebugMessageLog_messageLog() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp129 IRPromoter(LLVMContext &C, IntegerType *Ty, unsigned Width, SetVector<Value*> &visited, SetVector<Value*> &sources, SetVector<Instruction*> &sinks, SmallVectorImpl<Instruction*> &wrap) IRPromoter() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.cpp306 ProgramSources sources; in iterate() local
1102 ProgramSources sources; in writeDataToTexture() local
1298 ProgramSources sources; in verifyTextureData() local
1921 ProgramSources sources; in verifyTextureDataExtended() local
2073 ProgramSources sources; verifyAtomicOperations() local
2796 ProgramSources sources; writeDataToTexture() local
2955 ProgramSources sources; verifyLookupTextureData() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c129 FT_MemSource sources[FT_MEM_SOURCE_BUCKETS]; member
902 FT_MemSource* sources; in FT_DumpMemory() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp266 glu::ProgramSources sources; in iterate() local
568 glu::ProgramSources sources; in iterate() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.cpp368 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() argument
380 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram() argument
392 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) in init() argument
704 operator <<(tcu::TestLog& log, const ProgramSources& sources) operator <<() argument
[all...]
H A DgluShaderProgram.hpp352 std::vector<std::string> sources[SHADERTYPE_LAST]; member
473 ProgramSources sources; in makeVtxFragSources() local
[all...]
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp324 std::string sources = targetMap.sources_[0].substr(REAL_SOURCE_INDEX, in Find() local
385 std::string SourceMap::GetRelativePath(const std::string& sources) in GetRelativePath() argument
480 std::string sources = isModular_ ? mapInfo.sources : GetRelativePath(mapInfo.sources); GetSourceInfo() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp542 std::string sources = isBundle ? GetRelativePath(mapInfo.sources) : mapInfo.sources; in GetSourceInfo() local
547 std::string JsiBaseUtils::GetRelativePath(const std::string& sources, std::string splitStr) in GetRelativePath() argument
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
H A Dnotify.c333 refcount_t *sources; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.c877 const char **sources; in rcar_du_crtc_crc_init() local
[all...]
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Dnotify.c336 refcount_t *sources; member
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c908 const char **sources; in rcar_du_crtc_crc_init() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dudp.c117 char *sources; member
270 udp_set_multicast_sources(URLContext *h, int sockfd, struct sockaddr *addr, int addr_len, struct sockaddr_storage *local_addr, struct sockaddr_storage *sources, int nb_sources, int include) udp_set_multicast_sources() argument
[all...]
/third_party/backends/backend/escl/
H A Descl.c653 _source_size_max (SANE_String_Const * sources) in _source_size_max() argument

Completed in 35 milliseconds

12345678