Home
last modified time | relevance | path

Searched defs:stage (Results 101 - 125 of 564) sorted by relevance

12345678910>>...23

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DTextureStage.cpp37 void TextureStage::init(int stage, const Sampler *sampler, const TextureStage *previousStage) in init() argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_function_decoration_test.cc42 ast::PipelineStage stage; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcode_list.cpp29 dng_opcode_list::dng_opcode_list (uint32 stage) in dng_opcode_list() argument
/base/location/frameworks/location_common/common/source/
H A Dhook_utils.cpp33 LocationErrCode HookUtils::RegisterHook(LocationProcessStage stage, int prio, OhosHook hook) in RegisterHook() argument
44 void HookUtils::UnregisterHook(LocationProcessStage stage, OhosHook hook) in UnregisterHook() argument
49 ExecuteHook( LocationProcessStage stage, void *executionContext, const HOOK_EXEC_OPTIONS *options) ExecuteHook() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/continuation_connector_test/
H A Dcontinuation_connector_test.cpp569 constexpr int32_t stage = 1; in HWTEST_F() local
594 constexpr int32_t stage = 1; in HWTEST_F() local
619 constexpr int32_t stage = 1; in HWTEST_F() local
/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp174 void ResSchedUtil::ReportLoadingEventToRss(LoadingStage stage, int32_t pid, int32_t uid, int64_t timeDuration) in ReportLoadingEventToRss() argument
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dsharing_hisysevent.cpp39 void SharingHiSysEvent::ReportStart(std::string funcName, BIZSceneStage stage) in ReportStart() argument
54 void SharingHiSysEvent::ReportEnd(std::string funcName, BIZSceneStage stage, BlzErrorCode errCode) in ReportEnd() argument
80 void SharingHiSysEvent::Report(std::string funcName, BIZSceneStage stage, StageResType resType, std::string peerMac) in Report() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp92 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
120 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
142 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
160 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
175 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
194 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
215 auto stage in HWTEST_F() local
242 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
262 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
287 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
318 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
355 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
377 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
395 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
417 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
441 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
471 auto stage = AceType::MakeRefPtr<FrameNode>("test", 1, AceType::MakeRefPtr<Pattern>()); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h57 void SetOnEventCallback(const OnTouchEventCallback& eventCallback, uint32_t stage, uint32_t eventType) in SetOnEventCallback() argument
62 void SetCatchEventCallback(const CatchTouchEventCallback& eventCallback, uint32_t stage, uint32_t eventType) in SetCatchEventCallback() argument
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnet_vpn_impl_test.cpp95 std::string stage = "test001"; in HWTEST_F() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc119 stage_start(struct tu_device *dev, uint64_t ts_ns, enum tu_stage_id stage) in stage_start() argument
129 stage_end(struct tu_device *dev, uint64_t ts_ns, enum tu_stage_id stage, in stage_end() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_set_program_inouts.cpp321 is_multiple_vertices(gl_shader_stage stage, ir_variable *var) in is_multiple_vertices() argument
81 mark(struct gl_program *prog, ir_variable *var, int offset, int len, gl_shader_stage stage) mark() argument
H A Dgl_nir_lower_samplers_as_deref.c153 gl_shader_stage stage = state->shader->info.stage; in lower_deref() local
H A Dgl_nir_lower_buffers.c121 get_block_index_offset(nir_variable *var, const struct gl_shader_program *shader_program, gl_shader_stage stage, unsigned *index, unsigned *offset) get_block_index_offset() argument
H A Dstandalone.cpp101 init_gl_program(struct gl_program *prog, bool is_arb_asm, gl_shader_stage stage) in init_gl_program() argument
110 new_program(UNUSED struct gl_context *ctx, gl_shader_stage stage, in new_program() argument
520 const gl_shader_stage stage = whole_program->Shaders[0]->Stage; in standalone_compile_shader() local
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_disk_cache.c37 v3d_key_size(gl_shader_stage stage) in v3d_key_size() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_lower_vulkan_resource.c176 lower_vri_instr_tex_deref(nir_tex_instr *tex, nir_tex_src_type deref_src_type, gl_shader_stage stage, struct lvp_pipeline_layout *layout, BITSET_WORD used[], size_t used_size) lower_vri_instr_tex_deref() argument
261 gl_shader_stage stage = b->shader->info.stage; lower_vri_intrin_image() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.c237 brw_prog_data_size(gl_shader_stage stage) in brw_prog_data_size() argument
261 brw_prog_key_size(gl_shader_stage stage) in brw_prog_key_size() argument
H A Dbrw_shader.h78 gl_shader_stage stage; member
133 brw_nir_no_indirect_mask(const struct brw_compiler *compiler, gl_shader_stage stage) brw_nir_no_indirect_mask() argument
H A Dbrw_nir_lower_rt_intrinsics.c63 gl_shader_stage stage = b->shader->info.stage; in lower_rt_intrinsics_impl() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_feedback.c68 struct draw_stage stage; /**< Base class */ member
125 feedback_tri( struct draw_stage *stage, struct prim_header *prim ) in feedback_tri() argument
138 feedback_line( struct draw_stage *stage, struct prim_header *prim ) in feedback_line() argument
155 feedback_point( struct draw_stage *stage, struc argument
165 feedback_flush( struct draw_stage *stage, unsigned flags ) feedback_flush() argument
213 select_tri( struct draw_stage *stage, struct prim_header *prim ) select_tri() argument
222 select_line( struct draw_stage *stage, struct prim_header *prim ) select_line() argument
231 select_point( struct draw_stage *stage, struct prim_header *prim ) select_point() argument
239 select_flush( struct draw_stage *stage, unsigned flags ) select_flush() argument
[all...]
H A Dst_atom_constbuf.c70 st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) in st_upload_constants() argument
/third_party/mesa3d/src/mesa/main/
H A Dshaderobj.c114 _mesa_new_shader(GLuint name, gl_shader_stage stage) in _mesa_new_shader() argument
H A Dglspirv.c217 _mesa_spirv_to_nir(struct gl_context *ctx, const struct gl_shader_program *prog, gl_shader_stage stage, const nir_shader_compiler_options *options) _mesa_spirv_to_nir() argument
/third_party/mesa3d/src/mesa/program/
H A Dprogram.c187 _mesa_init_gl_program(struct gl_program *prog, gl_shader_stage stage, in _mesa_init_gl_program() argument
222 _mesa_new_program(struct gl_context *ctx, gl_shader_stage stage, GLuint id, in _mesa_new_program() argument

Completed in 15 milliseconds

12345678910>>...23