Home
last modified time | relevance | path

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

12345678910>>...30

/external/mesa3d/src/mesa/state_tracker/
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 …]
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()
/external/mesa3d/src/gallium/auxiliary/draw/
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 …]
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 …]
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
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
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()
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()
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 …]
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()
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()
Ddraw_pipe_wide_line.c41 struct draw_stage stage; member
49 wideline_line(struct draw_stage *stage, in wideline_line()
140 wideline_first_line(struct draw_stage *stage, in wideline_first_line()
161 wideline_flush(struct draw_stage *stage, unsigned flags) in wideline_flush()
179 wideline_reset_stipple_counter(struct draw_stage *stage) in wideline_reset_stipple_counter()
186 wideline_destroy(struct draw_stage *stage) in wideline_destroy()
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()
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 …]
Ddraw_pipe_wide_point.c67 struct draw_stage stage; /**< base class */ member
87 widepoint_stage(struct draw_stage *stage) in widepoint_stage()
125 widepoint_point(struct draw_stage *stage, in widepoint_point()
198 widepoint_first_point(struct draw_stage *stage, in widepoint_first_point()
277 widepoint_flush(struct draw_stage *stage, unsigned flags) in widepoint_flush()
297 widepoint_reset_stipple_counter(struct draw_stage *stage) in widepoint_reset_stipple_counter()
304 widepoint_destroy(struct draw_stage *stage) in widepoint_destroy()
/external/mesa3d/src/gallium/drivers/i915/
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()
/external/toolchain-utils/bestflags/
Dmock_task.py22 def __init__(self, stage, identifier, cost=0): argument
52 def GetIdentifier(self, stage): argument
56 def SetResult(self, stage, cost): argument
61 def Work(self, stage): argument
65 def GetResult(self, stage): argument
69 def Done(self, stage): argument
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
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
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
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
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/pipeline/stages/
DMergeCustomHeadersStageTest.java78 MergeCustomHeadersStage stage = new MergeCustomHeadersStage(clientDeps); in singleHeader_inMarshalledRequest_overriddenOnClient() local
100 MergeCustomHeadersStage stage = new MergeCustomHeadersStage(clientDeps); in singleHeader_inMarshalledRequest_overriddenOnRequest() local
123 MergeCustomHeadersStage stage = new MergeCustomHeadersStage(clientDeps); in singleHeader_inClient_overriddenOnRequest() local
147 MergeCustomHeadersStage stage = new MergeCustomHeadersStage(clientDeps); in singleHeader_inMarshalledRequest_inClient_inRequest() local
171 MergeCustomHeadersStage stage = new MergeCustomHeadersStage(clientDeps); in singleHeader_inRequestAsList_keepsMultipleValues() local
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
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 …]
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/components/
DIGpuKernelComponent.h42 KernelProperties &stage(const UnitWorkloadStage &stage) in stage() function
47 UnitWorkloadStage stage() const in stage() function
/external/mesa3d/src/compiler/
Dshader_enums.c37 gl_shader_stage_name(gl_shader_stage stage) in gl_shader_stage_name()
65 _mesa_shader_stage_to_string(unsigned stage) in _mesa_shader_stage_to_string()
93 _mesa_shader_stage_to_abbrev(unsigned stage) in _mesa_shader_stage_to_abbrev()
158 gl_varying_slot_name_for_stage(gl_varying_slot slot, gl_shader_stage stage) in gl_varying_slot_name_for_stage()
/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/
DApplicationTestUtils.java30 public static void waitForActivityState(Activity activity, Stage stage) { in waitForActivityState()
42 public static void waitForActivityState(String failureReason, Activity activity, Stage stage) { in waitForActivityState()
91 Class<? extends Activity> activityClass, Stage stage, Runnable uiThreadTrigger) { in waitForActivityWithClass()
109 Stage stage, in waitForActivityWithClass()

12345678910>>...30