Home
last modified time | relevance | path

Searched refs:num_verts (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_draw_quad.c48 uint num_verts, in util_draw_vertex_buffer()
65 cso_draw_arrays(cso, prim_type, 0, num_verts); in util_draw_vertex_buffer()
68 util_draw_arrays(pipe, prim_type, 0, num_verts); in util_draw_vertex_buffer()
79 uint prim_type, uint num_verts, uint num_attribs) in util_draw_user_vertex_buffer()
92 cso_draw_arrays(cso, prim_type, 0, num_verts); in util_draw_user_vertex_buffer()
42 util_draw_vertex_buffer(struct pipe_context *pipe, struct cso_context *cso, struct pipe_resource *vbuf, uint vbuf_slot, uint offset, uint prim_type, uint num_verts, uint num_attribs) util_draw_vertex_buffer() argument
78 util_draw_user_vertex_buffer(struct cso_context *cso, void *buffer, uint prim_type, uint num_verts, uint num_attribs) util_draw_user_vertex_buffer() argument
H A Du_draw_quad.h48 uint num_verts);
52 uint prim_type, uint num_verts, uint num_attribs);
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_ff_gs.c368 unsigned num_verts, bool check_edge_flags) in gfx6_sol_program()
372 c->prog_data->svbi_postincrement_value = num_verts; in gfx6_sol_program()
374 brw_ff_gs_alloc_regs(c, num_verts, true); in gfx6_sol_program()
391 get_element_ud(c->reg.SVBI, 0), brw_imm_ud(num_verts)); in gfx6_sol_program()
417 if (num_verts == 3) { in gfx6_sol_program()
448 for (vertex = 0; vertex < num_verts; ++vertex) { in gfx6_sol_program()
466 vertex == num_verts - 1; in gfx6_sol_program()
514 switch (num_verts) { in gfx6_sol_program()
593 unsigned num_verts; in brw_compile_ff_gs_prog() local
600 num_verts in brw_compile_ff_gs_prog()
367 gfx6_sol_program(struct brw_ff_gs_compile *c, const struct brw_ff_gs_prog_key *key, unsigned num_verts, bool check_edge_flags) gfx6_sol_program() argument
[all...]
H A Dgfx6_gs_visitor.cpp526 unsigned num_verts; in xfb_write() local
530 num_verts = 1; in xfb_write()
535 num_verts = 2; in xfb_write()
541 num_verts = 3; in xfb_write()
546 num_verts = 3; in xfb_write()
566 emit(ADD(dst_reg(sol_temp), this->svbi, brw_imm_ud(num_verts))); in xfb_write()
594 xfb_program(i, num_verts); in xfb_write()
601 gfx6_gs_visitor::xfb_program(unsigned vertex, unsigned num_verts) in xfb_program() argument
611 emit(MUL(dst_reg(sol_temp), sol_temp, brw_imm_ud(num_verts))); in xfb_program()
631 inst->sol_vertex = vertex % num_verts; in xfb_program()
[all...]
H A Dgfx6_gs_visitor.h61 void xfb_program(unsigned vertex, unsigned num_verts);
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtex-srgb.c56 set_vertices(struct vertex *verts, unsigned num_verts) in set_vertices() argument
79 num_verts * sizeof(struct vertex), in set_vertices()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.h114 vl_idct_flush(struct vl_idct *idct, struct vl_idct_buffer *buffer, unsigned num_verts);
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c143 uint32_t num_verts = u_vertices_for_prims(prim_type, in v3d_update_primitive_counters() local
148 so->recorded_vertex_count += num_verts; in v3d_update_primitive_counters()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h917 int num_verts, // number of vertices in above array
3458 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userdata)
3467 for (i=0; i < num_verts; ++i)
3490 for (i=0; i < num_verts; ++i) {
3535 STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void *userdata)
3540 stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &winding_lengths, &winding_count, userdata);
3558 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices);
3586 stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1, info->userdata);
3602 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices);
3612 stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h917 int num_verts, // number of vertices in above array
3458 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userdata)
3467 for (i=0; i < num_verts; ++i)
3490 for (i=0; i < num_verts; ++i) {
3535 STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void *userdata)
3540 stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &winding_lengths, &winding_count, userdata);
3558 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices);
3586 stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1, info->userdata);
3602 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices);
3612 stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c660 const unsigned num_verts = count * 4; in st_DrawAtlasBitmaps() local
661 const unsigned num_vert_bytes = num_verts * sizeof(struct st_util_vertex); in st_DrawAtlasBitmaps()
768 cso_draw_arrays(st->cso_context, PIPE_PRIM_QUADS, 0, num_verts); in st_DrawAtlasBitmaps()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c929 int num_verts = u_vertices_per_prim(input_primitive); in tgsi_scan_shader() local
931 info->file_count[TGSI_FILE_INPUT] = num_verts; in tgsi_scan_shader()
933 MAX2(info->file_max[TGSI_FILE_INPUT], num_verts - 1); in tgsi_scan_shader()
934 for (j = 0; j < num_verts; ++j) { in tgsi_scan_shader()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_renderer.c77 int num_verts = r->buffer_size / (r->attrs_per_vertex * NUM_COMPONENTS); in renderer_draw() local
97 num_verts, /* verts */ in renderer_draw()
/third_party/glfw/deps/
H A Dnuklear.h12134 nk_tt_FlattenCurves(struct nk_tt_vertex *vertices, int num_verts, in nk_tt_FlattenCurves() argument
12148 for (i=0; i < num_verts; ++i) in nk_tt_FlattenCurves()
12173 for (i=0; i < num_verts; ++i) in nk_tt_FlattenCurves()
12213 struct nk_tt_vertex *vertices, int num_verts, in nk_tt_Rasterize()
12219 struct nk_tt__point *windings = nk_tt_FlattenCurves(vertices, num_verts, in nk_tt_Rasterize()
12237 int num_verts = nk_tt_GetGlyphShape(info, alloc, glyph, &vertices); in nk_tt_MakeGlyphBitmapSubpixel() local
12248 nk_tt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, in nk_tt_MakeGlyphBitmapSubpixel()
12212 nk_tt_Rasterize(struct nk_tt__bitmap *result, float flatness_in_pixels, struct nk_tt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, struct nk_allocator *alloc) nk_tt_Rasterize() argument

Completed in 64 milliseconds