Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 25 of 1221) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
59 copy_flats(struct draw_stage *stage, in copy_flats()
73 copy_flats2(struct draw_stage *stage, in copy_flats2()
93 flatshade_tri_0(struct draw_stage *stage, in flatshade_tri_0()
112 flatshade_tri_2(struct draw_stage *stage, in flatshade_tri_2()
134 flatshade_line_0(struct draw_stage *stage, in flatshade_line_0()
152 flatshade_line_1(struct draw_stage *stage, in flatshade_line_1()
200 flatshade_init_state(struct draw_stage *stage) in flatshade_init_state()
276 flatshade_first_tri(struct draw_stage *stage, in flatshade_first_tri()
[all …]
H A Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
57 unfilled_stage *unfilled_stage(struct draw_stage *stage) in unfilled_stage()
64 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
90 point(struct draw_stage *stage, in point()
103 line(struct draw_stage *stage, in line()
118 points(struct draw_stage *stage, in points()
137 lines(struct draw_stage *stage, in lines()
192 unfilled_tri(struct draw_stage *stage, in unfilled_tri()
219 unfilled_first_tri(struct draw_stage *stage, in unfilled_first_tri()
234 unfilled_flush(struct draw_stage *stage, in unfilled_flush()
[all …]
H A Ddraw_pipe_clip.c54 struct draw_stage stage; /**< base class */ member
76 clip_stage(struct draw_stage *stage) in clip_stage()
120 copy_flat(struct draw_stage *stage, in copy_flat()
218 emit_poly(struct draw_stage *stage, in emit_poly()
344 do_clip_tri(struct draw_stage *stage, in do_clip_tri()
568 do_clip_line(struct draw_stage *stage, in do_clip_line()
648 clip_point(struct draw_stage *stage, struct prim_header *header) in clip_point()
662 clip_point_guard_xy(struct draw_stage *stage, struct prim_header *header) in clip_point_guard_xy()
689 clip_first_point(struct draw_stage *stage, struct prim_header *header) in clip_first_point()
697 clip_line(struct draw_stage *stage, struct prim_header *header) in clip_line()
[all …]
H A Ddraw_pipe_vbuf.c52 struct draw_stage stage; /**< This must be first (base class) */ member
89 vbuf_stage(struct draw_stage *stage) in vbuf_stage()
142 vbuf_tri(struct draw_stage *stage, struct prim_header *prim) in vbuf_tri()
156 vbuf_line(struct draw_stage *stage, struct prim_header *prim) in vbuf_line()
170 vbuf_point(struct draw_stage *stage, struct prim_header *prim) in vbuf_point()
268 vbuf_first_tri(struct draw_stage *stage, struct prim_header *prim) in vbuf_first_tri()
280 vbuf_first_line(struct draw_stage *stage, struct prim_header *prim) in vbuf_first_line()
292 vbuf_first_point(struct draw_stage *stage, struct prim_header *prim) in vbuf_first_point()
374 vbuf_flush(struct draw_stage *stage, unsigned flags) in vbuf_flush()
383 vbuf_reset_stipple_counter(struct draw_stage *stage) in vbuf_reset_stipple_counter()
[all …]
H A Ddraw_pipe_stipple.c49 struct draw_stage stage; member
58 stipple_stage(struct draw_stage *stage) in stipple_stage()
91 emit_segment(struct draw_stage *stage, struct prim_header *header, in emit_segment()
121 stipple_line(struct draw_stage *stage, struct prim_header *header) in stipple_line()
186 reset_stipple_counter(struct draw_stage *stage) in reset_stipple_counter()
194 stipple_reset_point(struct draw_stage *stage, struct prim_header *header) in stipple_reset_point()
202 stipple_reset_tri(struct draw_stage *stage, struct prim_header *header) in stipple_reset_tri()
211 stipple_first_line(struct draw_stage *stage, in stipple_first_line()
227 stipple_flush(struct draw_stage *stage, unsigned flags) in stipple_flush()
235 stipple_destroy(struct draw_stage *stage) in stipple_destroy()
H A Ddraw_pipe_validate.c143 validate_pipeline(struct draw_stage *stage) in validate_pipeline()
284 validate_tri(struct draw_stage *stage, in validate_tri()
293 validate_line(struct draw_stage *stage, in validate_line()
302 validate_point(struct draw_stage *stage, in validate_point()
311 validate_reset_stipple_counter(struct draw_stage *stage) in validate_reset_stipple_counter()
319 validate_flush(struct draw_stage *stage, in validate_flush()
330 validate_destroy(struct draw_stage *stage) in validate_destroy()
342 struct draw_stage *stage = CALLOC_STRUCT(draw_stage); in draw_validate_stage() local
H A Ddraw_pipe_offset.c42 struct draw_stage stage; member
51 offset_stage(struct draw_stage *stage) in offset_stage()
62 do_offset_tri(struct draw_stage *stage, in do_offset_tri()
128 offset_tri(struct draw_stage *stage, in offset_tri()
145 offset_first_tri(struct draw_stage *stage, in offset_first_tri()
202 offset_flush(struct draw_stage *stage, in offset_flush()
211 offset_reset_stipple_counter(struct draw_stage *stage) in offset_reset_stipple_counter()
218 offset_destroy(struct draw_stage *stage) in offset_destroy()
H A Ddraw_pipe_cull.c43 struct draw_stage stage; member
50 cull_stage(struct draw_stage *stage) in cull_stage()
59 cull_tri(struct draw_stage *stage, in cull_tri()
105 cull_first_tri(struct draw_stage *stage, in cull_first_tri()
119 cull_flush(struct draw_stage *stage, unsigned flags) in cull_flush()
127 cull_reset_stipple_counter(struct draw_stage *stage) in cull_reset_stipple_counter()
134 cull_destroy(struct draw_stage *stage) in cull_destroy()
H A Ddraw_pipe_twoside.c39 struct draw_stage stage; member
47 twoside_stage(struct draw_stage *stage) in twoside_stage()
79 twoside_tri(struct draw_stage *stage, in twoside_tri()
104 twoside_first_tri(struct draw_stage *stage, in twoside_first_tri()
147 twoside_flush(struct draw_stage *stage, unsigned flags) in twoside_flush()
155 twoside_reset_stipple_counter(struct draw_stage *stage) in twoside_reset_stipple_counter()
162 twoside_destroy(struct draw_stage *stage) in twoside_destroy()
H A Ddraw_pipe_user_cull.c39 struct draw_stage stage; member
57 user_cull_point(struct draw_stage *stage, in user_cull_point()
88 user_cull_line(struct draw_stage *stage, in user_cull_line()
120 user_cull_tri(struct draw_stage *stage, in user_cull_tri()
152 user_cull_flush(struct draw_stage *stage, unsigned flags) in user_cull_flush()
162 user_cull_reset_stipple_counter(struct draw_stage *stage) in user_cull_reset_stipple_counter()
169 user_cull_destroy(struct draw_stage *stage) in user_cull_destroy()
H A Ddraw_pipe_util.c40 draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_point()
47 draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_line()
54 draw_pipe_passthrough_tri(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_tri()
68 draw_alloc_temp_verts(struct draw_stage *stage, unsigned nr) in draw_alloc_temp_verts()
96 draw_free_temp_verts(struct draw_stage *stage) in draw_free_temp_verts()
113 struct draw_stage *stage = draw->pipeline.first; in draw_reset_vertex_ids() local
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_feedback.c68 struct draw_stage stage; /**< Base class */ member
79 feedback_stage( struct draw_stage *stage ) in feedback_stage()
125 feedback_tri( struct draw_stage *stage, struct prim_header *prim ) in feedback_tri()
138 feedback_line( struct draw_stage *stage, struct prim_header *prim ) in feedback_line()
155 feedback_point( struct draw_stage *stage, struct prim_header *prim ) in feedback_point()
165 feedback_flush( struct draw_stage *stage, unsigned flags ) in feedback_flush()
172 feedback_reset_stipple_counter( struct draw_stage *stage ) in feedback_reset_stipple_counter()
180 feedback_destroy( struct draw_stage *stage ) in feedback_destroy()
213 select_tri( struct draw_stage *stage, struct prim_header *prim ) in select_tri()
222 select_line( struct draw_stage *stage, struct prim_header *prim ) in select_line()
[all …]
H A Dst_cb_rasterpos.c66 struct draw_stage stage; /**< Base class */ member
77 rastpos_stage( struct draw_stage *stage ) in rastpos_stage()
83 rastpos_flush( struct draw_stage *stage, unsigned flags ) in rastpos_flush()
89 rastpos_reset_stipple_counter( struct draw_stage *stage ) in rastpos_reset_stipple_counter()
95 rastpos_tri( struct draw_stage *stage, struct prim_header *prim ) in rastpos_tri()
102 rastpos_line( struct draw_stage *stage, struct prim_header *prim ) in rastpos_line()
109 rastpos_destroy(struct draw_stage *stage) in rastpos_destroy()
141 rastpos_point(struct draw_stage *stage, struct prim_header *prim) in rastpos_point()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderErrors.cpp257 …for (int stage = static_cast<int>(PIPELINE_STAGE_FIRST); stage < static_cast<int>(PIPELINE_STAGE_C… in iterate() local
530 glw::GLenum TessellationShaderErrorsTestCaseBase::getGLEnumForPipelineStage(_pipeline_stage stage) in getGLEnumForPipelineStage()
721 bool TessellationShaderError1InputBlocks::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
859 bool TessellationShaderError1InputVariables::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
979 bool TessellationShaderError2OutputBlocks::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
1096 bool TessellationShaderError2OutputVariables::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
1221 bool TessellationShaderError3InputBlocks::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
1340 bool TessellationShaderError3InputVariables::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
1455 bool TessellationShaderError4InputBlocks::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
1567 bool TessellationShaderError4InputVariables::isPipelineStageUsed(_pipeline_stage stage) in isPipelineStageUsed()
[all …]
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DSleepSessionFormatterTest.kt97 val stage = in <lambda>() constant
108 val stage = in <lambda>() constant
119 val stage = in <lambda>() constant
130 val stage = in <lambda>() constant
141 val stage = in <lambda>() constant
152 val stage = in <lambda>() constant
163 val stage = in <lambda>() constant
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_emit.c43 struct draw_stage stage; /**< This must be first (base class) */ member
52 setup_stage(struct draw_stage *stage) in setup_stage()
118 emit_prim(struct draw_stage *stage, struct prim_header *prim, unsigned hwprim, in emit_prim()
158 setup_tri(struct draw_stage *stage, struct prim_header *prim) in setup_tri()
164 setup_line(struct draw_stage *stage, struct prim_header *prim) in setup_line()
170 setup_point(struct draw_stage *stage, struct prim_header *prim) in setup_point()
176 setup_flush(struct draw_stage *stage, unsigned flags) in setup_flush()
181 reset_stipple_counter(struct draw_stage *stage) in reset_stipple_counter()
186 render_destroy(struct draw_stage *stage) in render_destroy()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
H A Dimage_preprocessing_stage_test.cc39 ImagePreprocessingStage stage = ImagePreprocessingStage(config); in TEST() local
47 ImagePreprocessingStage stage = ImagePreprocessingStage(builder.build()); in TEST() local
54 ImagePreprocessingStage stage = ImagePreprocessingStage(builder.build()); in TEST() local
69 ImagePreprocessingStage stage = ImagePreprocessingStage(builder.build()); in TEST() local
109 ImagePreprocessingStage stage = ImagePreprocessingStage(builder.build()); in TEST() local
149 ImagePreprocessingStage stage = ImagePreprocessingStage(builder.build()); in TEST() local
190 ImagePreprocessingStage stage = ImagePreprocessingStage(builder.build()); in TEST() local
232 ImagePreprocessingStage stage = ImagePreprocessingStage(builder.build()); in TEST() local
276 ImagePreprocessingStage stage = ImagePreprocessingStage(builder.build()); in TEST() local
H A Dtopk_accuracy_eval_stage_test.cc60 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
71 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
87 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
105 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
121 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
137 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
153 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
170 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
191 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in TEST() local
248 TopkAccuracyEvalStage stage = TopkAccuracyEvalStage(config); in VerifyCorrectBehaviorForType() local
H A Dtflite_inference_stage_test.cc59 TfliteInferenceStage stage(config); in TEST() local
68 TfliteInferenceStage stage(config); in TEST() local
77 TfliteInferenceStage stage(config); in TEST() local
84 TfliteInferenceStage stage(config); in TEST() local
96 TfliteInferenceStage stage(config); in TEST() local
127 TfliteInferenceStage stage(config); in TEST() local
161 TfliteInferenceStage stage(config); in TEST() local
201 TfliteInferenceStage stage(config); in TEST() local
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/viewmodel/
H A DInstallViewModel.kt55 val stage = repository.performPreInstallChecks(intent, callerInfo) in <lambda>() constant
78 val stage = repository.requestUserConfirmation() in <lambda>() constant
85 val stage = repository.forcedSkipSourceCheck() in <lambda>() constant
96 val stage = repository.reattemptInstall() in <lambda>() constant
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1119 bool checkVarying(Program &program, Shader::STAGES stage, const Variable &variable, std::stringstre… in checkVarying()
1376 …gramStage(Program &program, const ProgramInterface &program_interface, Utils::Shader::STAGES stage, in checkProgramStage()
1498 Utils::Shader::STAGES stage, std::stringstream &stream) in checkSeparableDrawProgramInterface()
2322 void Shader::Init(STAGES stage, const std::string &source) in Init()
2407 void Shader::Create(const Functions &gl, STAGES stage, GLuint &out_id) in Create()
2441 GLenum Shader::GetShaderStageGLenum(STAGES stage) in GetShaderStageGLenum()
2478 const glw::GLchar *Shader::GetStageName(STAGES stage) in GetStageName()
2515 void Shader::LogSource(deqp::Context &context, const std::string &source, STAGES stage) in LogSource()
2551 STAGES stage) in InvalidSourceException()
3970 Variable::FLAVOUR Variable::GetFlavour(Shader::STAGES stage, VARYING_DIRECTION direction) in GetFlavour()
[all …]
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c142 gl_shader_stage stage = vk_to_mesa_shader_stage(stage_info->stage); in anv_shader_stage_to_nir() local
311 gl_shader_stage stage; member
328 gl_shader_stage stage; member
367 struct anv_pipeline_stage *stage, in anv_stage_allocate_bind_map_tables()
401 populate_base_prog_key(struct anv_pipeline_stage *stage, in populate_base_prog_key()
410 populate_vs_prog_key(struct anv_pipeline_stage *stage, in populate_vs_prog_key()
419 populate_tcs_prog_key(struct anv_pipeline_stage *stage, in populate_tcs_prog_key()
431 populate_tes_prog_key(struct anv_pipeline_stage *stage, in populate_tes_prog_key()
440 populate_gs_prog_key(struct anv_pipeline_stage *stage, in populate_gs_prog_key()
502 populate_task_prog_key(struct anv_pipeline_stage *stage, in populate_task_prog_key()
[all …]
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline.c105 gl_shader_stage stage, in vk_get_subgroup_size()
137 const gl_shader_stage stage = vk_to_mesa_shader_stage(info->stage); in vk_pipeline_shader_stage_to_nir() local
622 gl_shader_stage stage; member
849 const gl_shader_stage stage = vk_to_mesa_shader_stage(info->stage); in vk_pipeline_precompile_shader() local
885 gl_shader_stage stage; member
899 vk_pipeline_stage_is_null(const struct vk_pipeline_stage *stage) in vk_pipeline_stage_is_null()
906 struct vk_pipeline_stage *stage) in vk_pipeline_stage_finish()
975 gl_shader_stage stage) in vk_device_supports_stage()
1034 gl_shader_stage stage = all_gfx_stages[i]; in vk_graphics_pipeline_cmd_bind() local
1059 gl_shader_stage stage) in vk_pipeline_to_shader_flags()
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Diomapper.cpp74 EShLanguage stage; member
264 EShLanguage stage; member
283 EShLanguage stage; member
365 EShLanguage stage; member
408 EShLanguage stage; member
538 EShLanguage stage = ent1.stage; in operator ()() local
877 int TDefaultIoResolverBase::getBaseBinding(EShLanguage stage, TResourceType res, unsigned int set) … in getBaseBinding()
925 int TDefaultIoResolverBase::resolveSet(EShLanguage stage, TVarEntryInfo& ent) { in resolveSet()
967 int TDefaultIoResolverBase::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation()
1007 uint32_t TDefaultIoResolverBase::computeTypeLocationSize(const TType& type, EShLanguage stage) { in computeTypeLocationSize()
[all …]
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp158 EShLanguage stage; member
177 EShLanguage stage; member
259 EShLanguage stage; member
302 EShLanguage stage; member
432 EShLanguage stage = ent1.stage; in operator ()() local
771 int TDefaultIoResolverBase::getBaseBinding(EShLanguage stage, TResourceType res, unsigned int set) … in getBaseBinding()
819 int TDefaultIoResolverBase::resolveSet(EShLanguage stage, TVarEntryInfo& ent) { in resolveSet()
861 int TDefaultIoResolverBase::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation()
901 uint32_t TDefaultIoResolverBase::computeTypeLocationSize(const TType& type, EShLanguage stage) { in computeTypeLocationSize()
940 int TDefaultGlslIoResolver::resolveInOutLocation(EShLanguage stage, TVarEntryInfo& ent) { in resolveInOutLocation()
[all …]

12345678910>>...49