Home
last modified time | relevance | path

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

12345678910>>...25

/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.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()
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_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_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_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
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_user_cull.c38 struct draw_stage stage; member
53 static void user_cull_point( struct draw_stage *stage, in user_cull_point()
83 static void user_cull_line( struct draw_stage *stage, in user_cull_line()
114 static void user_cull_tri( struct draw_stage *stage, in user_cull_tri()
144 static void user_cull_flush( struct draw_stage *stage, unsigned flags ) in user_cull_flush()
152 static void user_cull_reset_stipple_counter( struct draw_stage *stage ) in user_cull_reset_stipple_counter()
157 static void user_cull_destroy( struct draw_stage *stage ) in user_cull_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.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.c65 struct draw_stage stage; /**< Base class */ member
75 rastpos_stage( struct draw_stage *stage ) in rastpos_stage()
81 rastpos_flush( struct draw_stage *stage, unsigned flags ) in rastpos_flush()
87 rastpos_reset_stipple_counter( struct draw_stage *stage ) in rastpos_reset_stipple_counter()
93 rastpos_tri( struct draw_stage *stage, struct prim_header *prim ) in rastpos_tri()
100 rastpos_line( struct draw_stage *stage, struct prim_header *prim ) in rastpos_line()
107 rastpos_destroy(struct draw_stage *stage) in rastpos_destroy()
139 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/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/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/main/
Dshaderobj.h149 _mesa_shader_stage_to_subroutine_prefix(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine_prefix()
211 _mesa_shader_stage_to_subroutine(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine()
232 _mesa_shader_stage_to_subroutine_uniform(gl_shader_stage stage) in _mesa_shader_stage_to_subroutine_uniform()
/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
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c80 struct stage { struct
94 setup_stages(struct fd4_emit *emit, struct stage *s) in setup_stages() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.cpp189 void PixelProcessor::setTexCoordIndex(unsigned int stage, int texCoordIndex) in setTexCoordIndex()
198 …void PixelProcessor::setStageOperation(unsigned int stage, TextureStage::StageOperation stageOpera… in setStageOperation()
207 …void PixelProcessor::setFirstArgument(unsigned int stage, TextureStage::SourceArgument firstArgume… in setFirstArgument()
216 …void PixelProcessor::setSecondArgument(unsigned int stage, TextureStage::SourceArgument secondArgu… in setSecondArgument()
225 …void PixelProcessor::setThirdArgument(unsigned int stage, TextureStage::SourceArgument thirdArgume… in setThirdArgument()
234 …void PixelProcessor::setStageOperationAlpha(unsigned int stage, TextureStage::StageOperation stage… in setStageOperationAlpha()
243 …void PixelProcessor::setFirstArgumentAlpha(unsigned int stage, TextureStage::SourceArgument firstA… in setFirstArgumentAlpha()
252 …void PixelProcessor::setSecondArgumentAlpha(unsigned int stage, TextureStage::SourceArgument secon… in setSecondArgumentAlpha()
261 …void PixelProcessor::setThirdArgumentAlpha(unsigned int stage, TextureStage::SourceArgument thirdA… in setThirdArgumentAlpha()
270 …void PixelProcessor::setFirstModifier(unsigned int stage, TextureStage::ArgumentModifier firstModi… in setFirstModifier()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DPerStageTests.cpp50 for (auto stage : IterateStages(kAllStages)) { in TEST() local
66 for (auto stage : IterateStages(wgpu::ShaderStage::Fragment)) { in TEST() local
82 for (auto stage : IterateStages(wgpu::ShaderStage::Fragment & wgpu::ShaderStage::Vertex)) { in TEST() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DPerStageTests.cpp50 for (auto stage : IterateStages(kAllStages)) { in TEST() local
66 for (auto stage : IterateStages(dawn::ShaderStageBit::Fragment)) { in TEST() local
82 … for (auto stage : IterateStages(dawn::ShaderStageBit::Fragment & dawn::ShaderStageBit::Vertex)) { in TEST() local

12345678910>>...25