Home
last modified time | relevance | path

Searched defs:stage (Results 51 - 75 of 742) sorted by relevance

12345678910>>...30

/third_party/mesa3d/src/compiler/spirv/
H A Dgl_spirv.c222 gl_spirv_validation(const uint32_t *words, size_t word_count, struct nir_spirv_specialization *spec, unsigned num_spec, gl_shader_stage stage, const char *entry_point_name) gl_spirv_validation() argument
H A Dspirv2nir.c48 stage_to_enum(char *stage) in stage_to_enum() argument
[all...]
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c37 gl_shader_stage_name(gl_shader_stage stage) in gl_shader_stage_name() argument
65 _mesa_shader_stage_to_string(unsigned stage) in _mesa_shader_stage_to_string() argument
93 _mesa_shader_stage_to_abbrev(unsigned stage) in _mesa_shader_stage_to_abbrev() argument
158 gl_varying_slot_name_for_stage(gl_varying_slot slot, gl_shader_stage stage) gl_varying_slot_name_for_stage() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h84 tu6_stage2opcode(gl_shader_stage stage) in tu6_stage2opcode() argument
92 tu6_stage2texsb(gl_shader_stage stage) in tu6_stage2texsb() argument
98 tu6_stage2shadersb(gl_shader_stage stage) in tu6_stage2shadersb() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_debug_recompile.c210 brw_debug_key_recompile(const struct brw_compiler *c, void *log, gl_shader_stage stage, const struct brw_base_prog_key *old_key, const struct brw_base_prog_key *key) brw_debug_key_recompile() argument
H A Dbrw_vue_map.c282 varying_name(brw_varying_slot slot, gl_shader_stage stage) in varying_name() argument
299 brw_print_vue_map(FILE *fp, const struct brw_vue_map *vue_map, gl_shader_stage stage) brw_print_vue_map() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_fs.c52 struct quad_stage stage; /**< base class */ member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_ir.cpp62 gl_shader_stage stage = shader->Stage; in link_shader() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c39 struct draw_stage stage; member
76 static void twoside_tri( struct draw_stage *stage, in twoside_tri() argument
102 twoside_first_tri( struct draw_stage *stage, struct prim_header *header ) twoside_first_tri() argument
145 twoside_flush( struct draw_stage *stage, unsigned flags ) twoside_flush() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_uniforms.c49 agx_push_location_direct(struct agx_context *ctx, struct agx_push push, enum pipe_shader_type stage) agx_push_location_direct() argument
117 agx_push_location(struct agx_context *ctx, struct agx_push push, enum pipe_shader_type stage) agx_push_location() argument
/third_party/skia/src/core/
H A DSkBlendMode.cpp88 auto stage = SkRasterPipeline::srcover; in SkBlendMode_AppendStages() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dswipe_recognizer.cpp73 bool SwipeRecognizer::HandleSwipeEvent(const TouchEvent& point, uint32_t stage) in HandleSwipeEvent() argument
H A Dswipe_recognizer.h62 void SetSwipeCallback(const SwipeCallback& eventCallback, uint32_t stage) in SetSwipeCallback() argument
67 void SetCatchEventCallback(const CatchSwipeCallback& eventCallback, uint32_t stage) in SetCatchEventCallback() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_render_task.h62 explicit RSRenderTask(RSSurfaceRenderNode &node, RenderNodeStage stage) in RSRenderTask() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/parallel_render/
H A Drs_sub_thread_unit_test.cpp266 RSRenderTask::RenderNodeStage stage; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dspirv_cross_helper_structs_gles.h64 ShaderStageFlags stage; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
H A Drs_sub_thread_test.cpp289 RSRenderTask::RenderNodeStage stage; in HWTEST_F() local
/foundation/communication/dsoftbus/core/common/dfx/event/src/
H A Dsoftbus_event_virtual.c21 void ConnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, ConnEventExtra *extra) in ConnEventInner() argument
54 void DiscEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, DiscEventExtra *extra) in DiscEventInner() argument
92 void LnnEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, LnnEventExtra *extra) in LnnEventInner() argument
130 void TransEventInner(int32_t scene, int32_t stage, const char *func, int32_t line, TransEventExtra *extra) in TransEventInner() argument
/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp41 AuthFailStage stage = *(reinterpret_cast<const AuthFailStage *>(data)); in SoftBusRecordAuthResultFuzzTest() local
102 DiscoveryStage stage = *(reinterpret_cast<const DiscoveryStage *>(data)); in SoftBusRecordDiscoveryResultFuzzTest() local
/foundation/communication/dsoftbus/core/common/dfx/event/src/form/
H A Dsoftbus_event_form.h36 int32_t stage; // BIZ_STAGE member
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dipsec_vpn_ctl.cpp108 int32_t IpsecVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() argument
H A Dl2tp_vpn_ctl.cpp91 int32_t L2tpVpnCtl::NotifyConnectStage(const std::string &stage, const int32_t &result) in NotifyConnectStage() argument
[all...]
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_client_test.cpp205 std::string stage = "start"; in HWTEST_F() local
213 std::string stage = "config"; in HWTEST_F() local
221 std::string stage = "connect"; in HWTEST_F() local
229 std::string stage = "xl2tpdstart"; in HWTEST_F() local
237 std::string stage = "pppdstart"; in HWTEST_F() local
[all...]
H A Dnetworkvpn_service_stub_test.cpp215 std::string stage = "test3"; in HWTEST_F() local
H A Dnetworkvpn_service_proxy_test.cpp214 std::string stage; in HWTEST_F() local

Completed in 10 milliseconds

12345678910>>...30