Home
last modified time | relevance | path

Searched defs:prim (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_prim.c29 u_prim_name(enum pipe_prim_type prim) in u_prim_name() argument
H A Du_prim.h52 u_decomposed_prim(enum pipe_prim_type prim) in u_decomposed_prim() argument
77 u_reduced_prim(enum pipe_prim_type prim) in u_reduced_prim() argument
97 u_assembled_prim(enum pipe_prim_type prim) in u_assembled_prim() argument
119 u_prim_vertex_count(enum pipe_prim_type prim) in u_prim_vertex_count() argument
146 u_prims_for_vertices(enum pipe_prim_type prim, unsigned num) u_prims_for_vertices() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_util.c40 draw_pt_split_prim(enum pipe_prim_type prim, unsigned *first, unsigned *incr) in draw_pt_split_prim() argument
H A Ddraw_pipe_validate.c50 draw_need_pipeline(const struct draw_context *draw, const struct pipe_rasterizer_state *rasterizer, enum pipe_prim_type prim) draw_need_pipeline() argument
H A Ddraw_pipe.c123 struct prim_header prim; in do_point() local
143 struct prim_header prim; in do_line() local
165 struct prim_header prim; do_triangle() local
[all...]
H A Ddraw_pt_fetch_shade_emit.c58 unsigned prim; member
69 fse_prepare(struct draw_pt_middle_end *middle, enum pipe_prim_type prim, unsigned opt, unsigned *max_vertices) fse_prepare() argument
H A Ddraw_pt_emit.c44 unsigned prim; member
54 draw_pt_emit_prepare(struct pt_emit *emit, enum pipe_prim_type prim, unsigned *max_vertices) draw_pt_emit_prepare() argument
/third_party/ffmpeg/libavutil/
H A Dcsp.h71 AVPrimaryCoefficients prim; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h169 nvgl_primitive(unsigned prim) { in nvgl_primitive() argument
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c383 num_mesh_vertices_per_primitive(unsigned prim) in num_mesh_vertices_per_primitive() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_iccgen.c104 enum AVColorPrimaries prim; in iccgen_filter_frame() local
H A Dfflcms2.c152 const AVColorPrimariesDesc *prim; in ff_icc_profile_generate() local
216 AVPrimaryCoefficients *prim = &out_primaries->prim; ff_icc_profile_read_primaries() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c70 struct _mesa_prim prim; member
139 rastpos_point(struct draw_stage *stage, struct prim_header *prim) in rastpos_point() argument
[all...]
/third_party/mesa3d/src/util/indices/
H A Du_unfilled_indices.c98 nr_lines(enum pipe_prim_type prim, unsigned nr) in nr_lines() argument
129 u_unfilled_translator(enum pipe_prim_type prim, in u_unfilled_translator() argument
189 u_unfilled_generator(enum pipe_prim_type prim, in u_unfilled_generator() argument
[all...]
H A Du_indices.c63 u_index_prim_type_convert(unsigned hw_mask, enum pipe_prim_type prim, bool pv_matches) in u_index_prim_type_convert() argument
122 u_index_translator(unsigned hw_mask, enum pipe_prim_type prim, unsigned in_index_size, unsigned nr, unsigned in_pv, unsigned out_pv, unsigned prim_restart, enum pipe_prim_type *out_prim, unsigned *out_index_size, unsigned *out_nr, u_translate_func *out_translate) u_index_translator() argument
171 u_index_count_converted_indices(unsigned hw_mask, bool pv_matches, enum pipe_prim_type prim, unsigned nr) u_index_count_converted_indices() argument
237 u_index_generator(unsigned hw_mask, enum pipe_prim_type prim, unsigned start, unsigned nr, unsigned in_pv, unsigned out_pv, enum pipe_prim_type *out_prim, unsigned *out_index_size, unsigned *out_nr, u_generate_func *out_generate) u_index_generator() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_emit.c118 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, struct prim_header *prim) in setup_point() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c334 update_fragment_shader(struct softpipe_context *softpipe, unsigned prim) in update_fragment_shader() argument
380 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim) in softpipe_update_derived() argument
H A Dsp_quad.h69 unsigned prim:2; /**< QUAD_PRIM_POINT, LINE, TRI */ member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_private.h48 enum pipe_prim_type prim; member
H A Dsvga_pipe_draw.c61 retry_draw_arrays( struct svga_context *svga, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) retry_draw_arrays() argument
H A Dsvga_draw_arrays.c92 retrieve_or_generate_indices(struct svga_hwtnl *hwtnl, enum pipe_prim_type prim, unsigned gen_type, unsigned gen_nr, unsigned gen_size, u_generate_func generate, struct pipe_resource **out_buf) retrieve_or_generate_indices() argument
176 simple_draw_arrays(struct svga_hwtnl *hwtnl, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) simple_draw_arrays() argument
210 svga_hwtnl_draw_arrays(struct svga_hwtnl *hwtnl, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) svga_hwtnl_draw_arrays() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibjxldec.c136 enum AVColorPrimaries prim; in libjxl_get_primaries() local
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_draw.c122 const struct _mesa_prim *prim = &node->cold->prims[node->cold->prim_count - 1]; in playback_copy_to_current() local
H A Dvbo_save_loopback.c95 loopback_prim(struct gl_context *ctx, const GLubyte *buffer, const struct _mesa_prim *prim, GLuint wrap_count, GLuint stride, const struct loopback_attr *la, GLuint nr) loopback_prim() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_push.c51 uint32_t prim; member

Completed in 16 milliseconds

1234