/third_party/mesa3d/src/intel/dev/ |
H A D | intel_debug.c | 101 intel_debug_flag_for_shader_stage(gl_shader_stage stage) in intel_debug_flag_for_shader_stage() argument
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | spirv_to_dxil.c | 93 spirv_to_dxil(const uint32_t *words, size_t word_count, struct dxil_spirv_specialization *specializations, unsigned int num_specializations, dxil_spirv_shader_stage stage, const char *entry_point_name, const struct dxil_spirv_debug_options *dgb_opts, const struct dxil_spirv_runtime_conf *conf, struct dxil_spirv_object *out_dxil) spirv_to_dxil() argument
|
H A D | spirv2dxil.c | 45 stage_to_enum(char *stage) in stage_to_enum() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_builtins.c | 37 gl_shader_stage stage = nir->info.stage; in st_nir_finish_builtin_shader() local 91 st_nir_make_passthrough_shader(struct st_context *st, const char *shader_name, gl_shader_stage stage, unsigned num_vars, unsigned *input_locations, unsigned *output_locations, unsigned *interpolation_modes, unsigned sysval_mask) st_nir_make_passthrough_shader() argument
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_shader.h | 109 pan_make_preload(gl_shader_stage stage, in pan_make_preload() argument
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_prim_emit.c | 43 struct draw_stage stage; /**< This must be first (base class) */ member 52 setup_stage(struct draw_stage *stage) in setup_stage() argument 118 emit_prim(struct draw_stage *stage, struct prim_header *prim, unsigned hwprim, in emit_prim() argument 158 setup_tri(struct draw_stage *stage, struct prim_header *prim) in setup_tri() argument 164 setup_line(struct draw_stage *stage, struct prim_header *prim) in setup_line() argument 170 setup_point(struct draw_stage *stage, struc argument 176 setup_flush(struct draw_stage *stage, unsigned flags) setup_flush() argument 181 reset_stipple_counter(struct draw_stage *stage) reset_stipple_counter() argument 186 render_destroy(struct draw_stage *stage) render_destroy() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_validate.c | 143 validate_pipeline(struct draw_stage *stage) in validate_pipeline() argument 284 validate_tri(struct draw_stage *stage, in validate_tri() argument 293 validate_line(struct draw_stage *stage, struct prim_header *header) validate_line() argument 302 validate_point(struct draw_stage *stage, struct prim_header *header) validate_point() argument 311 validate_reset_stipple_counter(struct draw_stage *stage) validate_reset_stipple_counter() argument 319 validate_flush(struct draw_stage *stage, unsigned flags) validate_flush() argument 330 validate_destroy(struct draw_stage *stage) validate_destroy() argument 342 struct draw_stage *stage = CALLOC_STRUCT(draw_stage); draw_validate_stage() local [all...] |
H A D | draw_pipe_user_cull.c | 38 struct draw_stage stage; member 53 static void user_cull_point( struct draw_stage *stage, in user_cull_point() argument 83 static void user_cull_line( struct draw_stage *stage, in user_cull_line() argument 114 user_cull_tri( struct draw_stage *stage, struct prim_header *header ) user_cull_tri() argument 144 user_cull_flush( struct draw_stage *stage, unsigned flags ) user_cull_flush() argument [all...] |
H A D | draw_pipe_wide_line.c | 41 struct draw_stage stage; member 48 static void wideline_line( struct draw_stage *stage, in wideline_line() argument 141 wideline_first_line( struct draw_stage *stage, struct prim_header *header ) wideline_first_line() argument 161 wideline_flush( struct draw_stage *stage, unsigned flags ) wideline_flush() argument [all...] |
H A D | draw_pipe_cull.c | 43 struct draw_stage stage; member 57 static void cull_tri( struct draw_stage *stage, in cull_tri() argument 105 cull_first_tri( struct draw_stage *stage, struct prim_header *header ) cull_first_tri() argument 118 cull_flush( struct draw_stage *stage, unsigned flags ) cull_flush() argument [all...] |
H A D | draw_pipe.h | 120 dup_vert( struct draw_stage *stage, const struct vertex_header *vert, unsigned idx ) dup_vert() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_idct.h | 70 struct pipe_sampler_view *stage[2][2]; member
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_helper_invocations.c | 67 mir_block_uses_helpers(gl_shader_stage stage, midgard_block *block) in mir_block_uses_helpers() argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_query.c | 98 panvk_CmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) panvk_CmdWriteTimestamp2() argument
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_nir.c | 79 vk_spirv_to_nir(struct vk_device *device, const uint32_t *spirv_data, size_t spirv_size_B, gl_shader_stage stage, const char *entrypoint_name, enum gl_subgroup_size subgroup_size, const VkSpecializationInfo *spec_info, const struct spirv_to_nir_options *spirv_options, const struct nir_shader_compiler_options *nir_options, void *mem_ctx) vk_spirv_to_nir() argument
|
H A D | vk_pipeline.c | 67 const gl_shader_stage stage = vk_to_mesa_shader_stage(info->stage); in vk_pipeline_shader_stage_to_nir() local [all...] |
H A D | vk_shader_module.c | 118 vk_shader_module_to_nir(struct vk_device *device, const struct vk_shader_module *mod, gl_shader_stage stage, const char *entrypoint_name, const VkSpecializationInfo *spec_info, const struct spirv_to_nir_options *spirv_options, const nir_shader_compiler_options *nir_options, void *mem_ctx, nir_shader **nir_out) vk_shader_module_to_nir() argument
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_live_shader_cache.c | 80 enum pipe_shader_type stage; in util_live_shader_cache_get() local
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkUtil.cpp | 81 SkSL::ProgramKind vk_shader_stage_to_skiasl_kind(VkShaderStageFlagBits stage) { in vk_shader_stage_to_skiasl_kind() argument 89 GrCompileVkShaderModule(GrVkGpu* gpu, const SkSL::String& shaderString, VkShaderStageFlagBits stage, VkShaderModule* shaderModule, VkPipelineShaderStageCreateInfo* stageInfo, const SkSL::Program::Settings& settings, SkSL::String* outSPIRV, SkSL::Program::Inputs* outInputs) GrCompileVkShaderModule() argument 119 GrInstallVkShaderModule(GrVkGpu* gpu, const SkSL::String& spirv, VkShaderStageFlagBits stage, VkShaderModule* shaderModule, VkPipelineShaderStageCreateInfo* stageInfo) GrInstallVkShaderModule() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | TextureStage.cpp | 37 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 D | builder_function_decoration_test.cc | 42 ast::PipelineStage stage; member
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_opcode_list.cpp | 29 dng_opcode_list::dng_opcode_list (uint32 stage) in dng_opcode_list() argument
|
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/continuation_connector_test/ |
H A D | continuation_connector_test.cpp | 569 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 D | res_sched_util.cpp | 174 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 D | sharing_hisysevent.cpp | 39 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...] |