| /third_party/mesa3d/src/mesa/main/ |
| H A D | glspirv.c | 217 _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
|
| H A D | program_binary.c | 207 unsigned int stage; in read_program_payload() local 319 const int stage = u_bit_scan(&programs_in_use); _mesa_program_binary() local [all...] |
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 48 panvk_init_sysvals(struct panfrost_sysvals *sysvals, gl_shader_stage stage) panvk_init_sysvals() argument 219 shader_create(struct panvk_device *dev, gl_shader_stage stage, const VkPipelineShaderStageCreateInfo *stage_info, const struct panvk_pipeline_layout *layout, unsigned sysval_ubo, struct pan_blend_state *blend_state, bool static_blend_constants, const VkAllocationCallbacks *alloc) shader_create() argument
|
| H A D | panvk_varyings.h | 67 } stage[MESA_SHADER_STAGES]; member
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_flatshade.c | 43 struct draw_stage stage; member 51 flat_stage(struct draw_stage *stage) in flat_stage() argument 58 static inline void copy_flats( struct draw_stage *stage, in copy_flats() argument 73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2() argument 93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0() argument 111 flatshade_tri_2( struct draw_stage *stage, struct prim_header *header ) flatshade_tri_2() argument 132 flatshade_line_0( struct draw_stage *stage, struct prim_header *header ) flatshade_line_0() argument 149 flatshade_line_1( struct draw_stage *stage, struct prim_header *header ) flatshade_line_1() argument 272 flatshade_first_tri( struct draw_stage *stage, struct prim_header *header ) flatshade_first_tri() argument 279 flatshade_first_line( struct draw_stage *stage, struct prim_header *header ) flatshade_first_line() argument 287 flatshade_flush( struct draw_stage *stage, unsigned flags ) flatshade_flush() argument [all...] |
| H A D | draw_pipe_unfilled.c | 44 struct draw_stage stage; member 62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info() argument 88 static void point(struct draw_stage *stage, in point() argument 99 line(struct draw_stage *stage, struct prim_header *header, struct vertex_header *v0, struct vertex_header *v1) line() argument 113 points(struct draw_stage *stage, struct prim_header *header) points() argument 131 lines(struct draw_stage *stage, struct prim_header *header) lines() argument 185 unfilled_tri( struct draw_stage *stage, struct prim_header *header ) unfilled_tri() argument 211 unfilled_first_tri( struct draw_stage *stage, struct prim_header *header ) unfilled_first_tri() argument 226 unfilled_flush( struct draw_stage *stage, unsigned flags ) unfilled_flush() argument [all...] |
| H A D | draw_pipe_offset.c | 43 struct draw_stage stage; member 65 static void do_offset_tri( struct draw_stage *stage, in do_offset_tri() argument 131 static void offset_tri( struct draw_stage *stage, in offset_tri() argument 147 offset_first_tri( struct draw_stage *stage, struct prim_header *header ) offset_first_tri() argument 207 offset_flush( struct draw_stage *stage, unsigned flags ) offset_flush() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_pipeline_state.h | 81 struct d3d12_shader *stage; member
|
| H A D | d3d12_root_signature.cpp | 41 get_shader_visibility(enum pipe_shader_type stage) in get_shader_visibility() argument 121 unsigned stage = key->compute ? PIPE_SHADER_COMPUTE : i; in create_root_signature() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
| H A D | lima_compiler_cmdline.c | 87 load_glsl(unsigned num_files, char* const* files, gl_shader_stage stage) in load_glsl() argument 202 unsigned stage = 0; main() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_disk_cache.c | 140 gl_shader_stage stage = ish->nir->info.stage; in crocus_disk_cache_retrieve() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_shader_state.c | 69 nvc0_program_sp_start_id(struct nvc0_context *nvc0, int stage, in nvc0_program_sp_start_id() argument 34 nvc0_program_update_context_state(struct nvc0_context *nvc0, struct nvc0_program *prog, int stage) nvc0_program_update_context_state() argument
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_helpers.c | 240 panfrost_track_image_access(struct panfrost_batch *batch, enum pipe_shader_type stage, struct pipe_image_view *image) panfrost_track_image_access() argument
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkComputePipelineConstructionUtil.cpp | 241 const vk::VkShaderStageFlagBits stage = vk::VK_SHADER_STAGE_COMPUTE_BIT; in bind() local
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | pipeline.h | 68 void SetEntryPointName(VkShaderStageFlagBits stage, in SetEntryPointName() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | PipelineGL.cpp | 34 GLenum GLShaderType(SingleShaderStage stage) { in GLShaderType() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Pipeline.cpp | 25 ValidateProgrammableStage(DeviceBase* device, const ShaderModuleBase* module, const std::string& entryPoint, uint32_t constantCount, const ConstantEntry* constants, const PipelineLayoutBase* layout, SingleShaderStage stage) ValidateProgrammableStage() argument [all...] |
| H A D | ShaderModule.cpp | 117 TintPipelineStageToShaderStage( tint::ast::PipelineStage stage) TintPipelineStageToShaderStage() argument
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | builtins_validation_test.cc | 40 ast::PipelineStage stage; member 45 ParamsFor(ast::Builtin builtin, ast::PipelineStage stage, bool is_valid) ParamsFor() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fProgramPipelineStateQueryTests.cpp | 157 PipelineProgramCase::PipelineProgramCase (Context& context, QueryType verifier, const char* name, const char* desc, glw::GLenum stage) in PipelineProgramCase() argument
|
| /base/powermgr/power_manager/frameworks/napi/power/ |
| H A D | power_napi.cpp | 190 int stage = SHUT_STAGE_FRAMEWORK_START; in SetFrameworkBootStage() local
|
| /base/notification/eventhandler/interfaces/inner_api/ |
| H A D | event_queue.h | 85 std::string stage; member
|
| /base/startup/init/interfaces/innerkits/hookmgr/ |
| H A D | hookmgr.c | 34 HOOK_STAGE *stage; member 42 int stage; member 74 const HOOK_STAGE *stage; in hookStageCompare() local 83 HOOK_STAGE *stage; in hookStageDestroy() local 93 getHookStage(HOOK_MGR *hookMgr, int stage, int createIfNotFound) getHookStage() argument 185 HookMgrAdd(HOOK_MGR *hookMgr, int stage, int prio, OhosHook hook) HookMgrAdd() argument 214 HookMgrDel(HOOK_MGR *hookMgr, int stage, OhosHook hook) HookMgrDel() argument 263 HookMgrExecute(HOOK_MGR *hookMgr, int stage, void *executionContext, const HOOK_EXEC_OPTIONS *options) HookMgrExecute() argument 367 HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage) HookMgrGetHooksCnt() argument [all...] |
| /base/startup/appspawn/modules/modulemgr/ |
| H A D | appspawn_modulemgr.c | 143 int ServerStageHookExecute(AppSpawnHookStage stage, AppSpawnContent *content) in ServerStageHookExecute() argument 160 AddServerStageHook(AppSpawnHookStage stage, int prio, ServerStageHook hook) AddServerStageHook() argument 197 AppSpawnHookExecute(AppSpawnHookStage stage, uint32_t flags, AppSpawnContent *content, AppSpawnClient *client) AppSpawnHookExecute() argument 243 AddAppSpawnHook(AppSpawnHookStage stage, int prio, AppSpawnHook hook) AddAppSpawnHook() argument 257 ProcessMgrHookExecute(AppSpawnHookStage stage, const AppSpawnContent *content, const AppSpawnedProcessInfo *appInfo) ProcessMgrHookExecute() argument 279 AddProcessMgrHook(AppSpawnHookStage stage, int prio, ProcessChangeHook hook) AddProcessMgrHook() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/touch_listener/ |
| H A D | touch_listener_component.h | 47 void SetEvent(const EventMarker& eventMarker, uint32_t action, uint32_t stage, in SetEvent() argument 59 void SetSwipeEvent(const EventMarker& eventMarker, uint32_t action, uint32_t stage) in SetSwipeEvent() argument 53 GetEvent( uint32_t action, uint32_t stage, uint32_t eventType) const GetEvent() argument
|