Home
last modified time | relevance | path

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

12345678910>>...23

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
197 static void flatshade_init_state( struct draw_stage *stage ) in flatshade_init_state()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
[all …]
Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
56 static inline struct unfilled_stage *unfilled_stage( struct draw_stage *stage ) in unfilled_stage()
62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
88 static void point(struct draw_stage *stage, in point()
99 static void line(struct draw_stage *stage, in line()
113 static void points(struct draw_stage *stage, in points()
131 static void lines(struct draw_stage *stage, in lines()
185 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
211 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
226 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
[all …]
Ddraw_pipe_validate.c148 static struct draw_stage *validate_pipeline( struct draw_stage *stage ) in validate_pipeline()
288 static void validate_tri( struct draw_stage *stage, in validate_tri()
295 static void validate_line( struct draw_stage *stage, in validate_line()
302 static void validate_point( struct draw_stage *stage, in validate_point()
309 static void validate_reset_stipple_counter( struct draw_stage *stage ) in validate_reset_stipple_counter()
315 static void validate_flush( struct draw_stage *stage, in validate_flush()
325 static void validate_destroy( struct draw_stage *stage ) in validate_destroy()
336 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()
46 draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_line()
52 draw_pipe_passthrough_tri(struct draw_stage *stage, struct prim_header *header) in draw_pipe_passthrough_tri()
69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) in draw_alloc_temp_verts()
98 void draw_free_temp_verts( struct draw_stage *stage ) in draw_free_temp_verts()
114 struct draw_stage *stage = draw->pipeline.first; in draw_reset_vertex_ids() local
Ddraw_pipe_cull.c43 struct draw_stage stage; member
49 static inline struct cull_stage *cull_stage( struct draw_stage *stage ) in cull_stage()
57 static void cull_tri( struct draw_stage *stage, in cull_tri()
105 static void cull_first_tri( struct draw_stage *stage, in cull_first_tri()
118 static void cull_flush( struct draw_stage *stage, unsigned flags ) in cull_flush()
125 static void cull_reset_stipple_counter( struct draw_stage *stage ) in cull_reset_stipple_counter()
131 static void cull_destroy( struct draw_stage *stage ) in cull_destroy()
Ddraw_pipe_twoside.c39 struct draw_stage stage; member
46 static inline struct twoside_stage *twoside_stage( struct draw_stage *stage ) in twoside_stage()
76 static void twoside_tri( struct draw_stage *stage, in twoside_tri()
102 static void twoside_first_tri( struct draw_stage *stage, in twoside_first_tri()
145 static void twoside_flush( struct draw_stage *stage, unsigned flags ) in twoside_flush()
152 static void twoside_reset_stipple_counter( struct draw_stage *stage ) in twoside_reset_stipple_counter()
158 static void twoside_destroy( struct draw_stage *stage ) in twoside_destroy()
Ddraw_pipe_user_cull.c38 struct draw_stage stage; member
41 static inline struct user_cull_stage *user_cull_stage( struct draw_stage *stage ) in user_cull_stage()
58 static void user_cull_point( struct draw_stage *stage, in user_cull_point()
88 static void user_cull_line( struct draw_stage *stage, in user_cull_line()
119 static void user_cull_tri( struct draw_stage *stage, in user_cull_tri()
149 static void user_cull_flush( struct draw_stage *stage, unsigned flags ) in user_cull_flush()
157 static void user_cull_reset_stipple_counter( struct draw_stage *stage ) in user_cull_reset_stipple_counter()
162 static void user_cull_destroy( struct draw_stage *stage ) in user_cull_destroy()
Ddraw_pipe_offset.c43 struct draw_stage stage; member
52 static inline struct offset_stage *offset_stage( struct draw_stage *stage ) in offset_stage()
65 static void do_offset_tri( struct draw_stage *stage, in do_offset_tri()
131 static void offset_tri( struct draw_stage *stage, in offset_tri()
147 static void offset_first_tri( struct draw_stage *stage, in offset_first_tri()
207 static void offset_flush( struct draw_stage *stage, in offset_flush()
215 static void offset_reset_stipple_counter( struct draw_stage *stage ) in offset_reset_stipple_counter()
221 static void offset_destroy( struct draw_stage *stage ) in offset_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()
375 vbuf_flush(struct draw_stage *stage, unsigned flags) in vbuf_flush()
384 vbuf_reset_stipple_counter(struct draw_stage *stage) in vbuf_reset_stipple_counter()
[all …]
Ddraw_pipe_wide_line.c41 struct draw_stage stage; member
48 static void wideline_line( struct draw_stage *stage, in wideline_line()
141 static void wideline_first_line( struct draw_stage *stage, in wideline_first_line()
161 static void wideline_flush( struct draw_stage *stage, unsigned flags ) in wideline_flush()
178 static void wideline_reset_stipple_counter( struct draw_stage *stage ) in wideline_reset_stipple_counter()
184 static void wideline_destroy( struct draw_stage *stage ) in wideline_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_clip.c55 struct draw_stage stage; /**< base class */ member
76 static inline struct clip_stage *clip_stage(struct draw_stage *stage) in clip_stage()
117 static void copy_flat(struct draw_stage *stage, in copy_flat()
216 static void emit_poly(struct draw_stage *stage, in emit_poly()
346 do_clip_tri(struct draw_stage *stage, in do_clip_tri()
572 do_clip_line(struct draw_stage *stage, in do_clip_line()
652 clip_point(struct draw_stage *stage, struct prim_header *header) in clip_point()
666 clip_point_guard_xy(struct draw_stage *stage, struct prim_header *header) in clip_point_guard_xy()
693 clip_first_point(struct draw_stage *stage, struct prim_header *header) in clip_first_point()
701 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()
124 static void widepoint_point( struct draw_stage *stage, in widepoint_point()
197 widepoint_first_point(struct draw_stage *stage, in widepoint_first_point()
276 static void widepoint_flush( struct draw_stage *stage, unsigned flags ) in widepoint_flush()
295 static void widepoint_reset_stipple_counter( struct draw_stage *stage ) in widepoint_reset_stipple_counter()
301 static void widepoint_destroy( struct draw_stage *stage ) in widepoint_destroy()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_feedback.c65 struct draw_stage stage; /**< Base class */ member
76 feedback_stage( struct draw_stage *stage ) in feedback_stage()
122 feedback_tri( struct draw_stage *stage, struct prim_header *prim ) in feedback_tri()
135 feedback_line( struct draw_stage *stage, struct prim_header *prim ) in feedback_line()
152 feedback_point( struct draw_stage *stage, struct prim_header *prim ) in feedback_point()
162 feedback_flush( struct draw_stage *stage, unsigned flags ) in feedback_flush()
169 feedback_reset_stipple_counter( struct draw_stage *stage ) in feedback_reset_stipple_counter()
177 feedback_destroy( struct draw_stage *stage ) in feedback_destroy()
210 select_tri( struct draw_stage *stage, struct prim_header *prim ) in select_tri()
219 select_line( struct draw_stage *stage, struct prim_header *prim ) in select_line()
[all …]
Dst_cb_rasterpos.c63 struct draw_stage stage; /**< Base class */ member
73 rastpos_stage( struct draw_stage *stage ) in rastpos_stage()
79 rastpos_flush( struct draw_stage *stage, unsigned flags ) in rastpos_flush()
85 rastpos_reset_stipple_counter( struct draw_stage *stage ) in rastpos_reset_stipple_counter()
91 rastpos_tri( struct draw_stage *stage, struct prim_header *prim ) in rastpos_tri()
98 rastpos_line( struct draw_stage *stage, struct prim_header *prim ) in rastpos_line()
105 rastpos_destroy(struct draw_stage *stage) in rastpos_destroy()
137 rastpos_point(struct draw_stage *stage, struct prim_header *prim) in rastpos_point()
/third_party/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()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglslstage.c78 _delete_shader (GstGLContext * context, GstGLSLStage * stage) in _delete_shader()
89 GstGLSLStage *stage = GST_GLSL_STAGE (object); in gst_glsl_stage_finalize() local
143 gst_glsl_stage_init (GstGLSLStage * stage) in gst_glsl_stage_init()
186 _ensure_shader (GstGLSLStage * stage) in _ensure_shader()
217 GstGLSLStage *stage; in gst_glsl_stage_new_with_strings() local
306 GstGLSLStage *stage; in gst_glsl_stage_new_default_fragment() local
332 gst_glsl_stage_set_strings (GstGLSLStage * stage, GstGLSLVersion version, in gst_glsl_stage_set_strings()
379 gst_glsl_stage_get_shader_type (GstGLSLStage * stage) in gst_glsl_stage_get_shader_type()
395 gst_glsl_stage_get_handle (GstGLSLStage * stage) in gst_glsl_stage_get_handle()
412 gst_glsl_stage_get_version (GstGLSLStage * stage) in gst_glsl_stage_get_version()
[all …]
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_normals.c45 #define NORMAL_STAGE_DATA(stage) ((struct normal_stage_data *)stage->privatePtr) argument
49 run_normal_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in run_normal_stage()
91 validate_normal_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in validate_normal_stage()
148 alloc_normal_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in alloc_normal_data()
167 free_normal_data(struct tnl_pipeline_stage *stage) in free_normal_data()
Dt_vb_texmat.c51 #define TEXMAT_STAGE_DATA(stage) ((struct texmat_stage_data *)stage->privatePtr) argument
56 struct tnl_pipeline_stage *stage ) in run_texmat_stage()
85 struct tnl_pipeline_stage *stage ) in alloc_texmat_data()
103 static void free_texmat_data( struct tnl_pipeline_stage *stage ) in free_texmat_data()
Dt_vb_points.c41 #define POINT_STAGE_DATA(stage) ((struct point_stage_data *)stage->privatePtr) argument
51 run_point_stage(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in run_point_stage()
81 alloc_point_data(struct gl_context *ctx, struct tnl_pipeline_stage *stage) in alloc_point_data()
96 free_point_data(struct tnl_pipeline_stage *stage) in free_point_data()
/third_party/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()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c46 debug_enabled_for_stage(gl_shader_stage stage) in debug_enabled_for_stage()
56 intel_shader_sha1(struct gl_program *prog, gl_shader_stage stage, in intel_shader_sha1()
78 gl_shader_stage stage, const uint8_t **program, in read_blob_program_data()
88 struct gl_program *prog, gl_shader_stage stage) in read_and_upload()
228 brw_disk_cache_upload_program(struct brw_context *brw, gl_shader_stage stage) in brw_disk_cache_upload_program()
269 gl_shader_stage stage) in write_program_data()
303 gl_shader_stage stage; in brw_disk_cache_write_render_programs() local
/third_party/mesa3d/src/mesa/main/
Dshaderobj.h154 _mesa_shader_stage_to_subroutine_prefix(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine_prefix()
216 _mesa_shader_stage_to_subroutine(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine()
237 _mesa_shader_stage_to_subroutine_uniform(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine_uniform()
/third_party/vk-gl-cts/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 …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.cpp97 for (SingleShaderStage stage : IterateStages(entry.visibility)) { in IncrementBindingCounts() local
109 for (SingleShaderStage stage : IterateStages(kAllStages)) { in AccumulateBindingCounts() local
137 for (SingleShaderStage stage : IterateStages(kAllStages)) { in ValidateBindingCounts() local

12345678910>>...23