/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_draw_quad.c | 48 uint num_verts, in util_draw_vertex_buffer() argument 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() argument 92 cso_draw_arrays(cso, prim_type, 0, num_verts); in util_draw_user_vertex_buffer()
|
D | u_draw_quad.h | 48 uint num_verts); 52 uint prim_type, uint num_verts, uint num_attribs);
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compile_ff_gs.c | 367 unsigned num_verts, bool check_edge_flags) in gfx6_sol_program() argument 371 c->prog_data->svbi_postincrement_value = num_verts; in gfx6_sol_program() 373 brw_ff_gs_alloc_regs(c, num_verts, true); in gfx6_sol_program() 390 get_element_ud(c->reg.SVBI, 0), brw_imm_ud(num_verts)); in gfx6_sol_program() 416 if (num_verts == 3) { in gfx6_sol_program() 447 for (vertex = 0; vertex < num_verts; ++vertex) { in gfx6_sol_program() 465 vertex == num_verts - 1; in gfx6_sol_program() 513 switch (num_verts) { in gfx6_sol_program() 592 unsigned num_verts; in brw_compile_ff_gs_prog() local 599 num_verts = 1; in brw_compile_ff_gs_prog() [all …]
|
D | gfx6_gs_visitor.cpp | 525 unsigned num_verts; in xfb_write() local 529 num_verts = 1; in xfb_write() 534 num_verts = 2; in xfb_write() 540 num_verts = 3; in xfb_write() 545 num_verts = 3; in xfb_write() 565 emit(ADD(dst_reg(sol_temp), this->svbi, brw_imm_ud(num_verts))); in xfb_write() 593 xfb_program(i, num_verts); in xfb_write() 600 gfx6_gs_visitor::xfb_program(unsigned vertex, unsigned num_verts) in xfb_program() argument 610 emit(MUL(dst_reg(sol_temp), sol_temp, brw_imm_ud(num_verts))); in xfb_program() 630 inst->sol_vertex = vertex % num_verts; in xfb_program() [all …]
|
D | gfx6_gs_visitor.h | 62 void xfb_program(unsigned vertex, unsigned num_verts);
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | tex-srgb.c | 56 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/ |
D | vl_idct.h | 114 vl_idct_flush(struct vl_idct *idct, struct vl_idct_buffer *buffer, unsigned num_verts);
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_context.c | 142 uint32_t num_verts = u_vertices_for_prims(prim_type, in v3d_update_primitive_counters() local 147 so->recorded_vertex_count += num_verts; in v3d_update_primitive_counters()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap.c | 664 const unsigned num_verts = count * 4; in st_DrawAtlasBitmaps() local 665 const unsigned num_vert_bytes = num_verts * sizeof(struct st_util_vertex); in st_DrawAtlasBitmaps() 772 cso_draw_arrays(st->cso_context, PIPE_PRIM_QUADS, 0, num_verts); in st_DrawAtlasBitmaps()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 927 int num_verts = u_vertices_per_prim(input_primitive); in tgsi_scan_shader() local 929 info->file_count[TGSI_FILE_INPUT] = num_verts; in tgsi_scan_shader() 931 MAX2(info->file_max[TGSI_FILE_INPUT], num_verts - 1); in tgsi_scan_shader() 932 for (j = 0; j < num_verts; ++j) { in tgsi_scan_shader()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 917 int num_verts, // number of vertices in above array 3458 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flat… in stbtt_FlattenCurves() argument 3467 for (i=0; i < num_verts; ++i) in stbtt_FlattenCurves() 3490 for (i=0; i < num_verts; ++i) { in stbtt_FlattenCurves() 3535 …__bitmap *result, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, … in stbtt_Rasterize() argument 3540 …stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &win… in stbtt_Rasterize() 3558 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_GetGlyphBitmapSubpixel() local 3586 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,… in stbtt_GetGlyphBitmapSubpixel() 3602 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_MakeGlyphBitmapSubpixel() local 3612 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0,iy0, 1, … in stbtt_MakeGlyphBitmapSubpixel() [all …]
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 917 int num_verts, // number of vertices in above array 3458 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flat… in stbtt_FlattenCurves() argument 3467 for (i=0; i < num_verts; ++i) in stbtt_FlattenCurves() 3490 for (i=0; i < num_verts; ++i) { in stbtt_FlattenCurves() 3535 …__bitmap *result, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, … in stbtt_Rasterize() argument 3540 …stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &win… in stbtt_Rasterize() 3558 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_GetGlyphBitmapSubpixel() local 3586 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,… in stbtt_GetGlyphBitmapSubpixel() 3602 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_MakeGlyphBitmapSubpixel() local 3612 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0,iy0, 1, … in stbtt_MakeGlyphBitmapSubpixel() [all …]
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 901 int num_verts, // number of vertices in above array 3432 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flat… in stbtt_FlattenCurves() argument 3441 for (i=0; i < num_verts; ++i) in stbtt_FlattenCurves() 3464 for (i=0; i < num_verts; ++i) { in stbtt_FlattenCurves() 3509 …__bitmap *result, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, … in stbtt_Rasterize() argument 3514 …stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &win… in stbtt_Rasterize() 3532 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_GetGlyphBitmapSubpixel() local 3560 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,… in stbtt_GetGlyphBitmapSubpixel() 3576 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_MakeGlyphBitmapSubpixel() local 3586 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0,iy0, 1, … in stbtt_MakeGlyphBitmapSubpixel() [all …]
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 77 int num_verts = r->buffer_size / (r->attrs_per_vertex * NUM_COMPONENTS); in renderer_draw() local 97 num_verts, /* verts */ in renderer_draw()
|