Home
last modified time | relevance | path

Searched refs:prims (Results 1 – 25 of 52) sorted by relevance

123

/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c154 struct _mesa_prim *prim = &node->cold->prims[node->cold->prim_count - 1]; in copy_vertices()
183 store->prims = realloc(store->prims, store->size * sizeof(struct _mesa_prim)); in realloc_prim_store()
184 memset(&store->prims[old_size], 0, (store->size - old_size) * sizeof(struct _mesa_prim)); in realloc_prim_store()
250 struct _mesa_prim *prim = &node->cold->prims[node->cold->prim_count - 1]; in convert_line_loop_to_strip()
535 node->cold->prims = malloc(sizeof(struct _mesa_prim) * save->prim_store->used); in compile_vertex_list()
536 …memcpy(node->cold->prims, save->prim_store->prims, sizeof(struct _mesa_prim) * save->prim_store->u… in compile_vertex_list()
575 if (node->cold->prims[node->cold->prim_count - 1].mode == GL_LINE_LOOP) { in compile_vertex_list()
579 merge_prims(ctx, node->cold->prims, &node->cold->prim_count); in compile_vertex_list()
591 const struct _mesa_prim *original_prims = node->cold->prims; in compile_vertex_list()
597 node->cold->min_index = node->cold->prims[0].start; in compile_vertex_list()
[all …]
Dvbo_minmax_index.c360 const struct _mesa_prim *prims, in vbo_get_minmax_indices() argument
378 start_prim = &prims[i]; in vbo_get_minmax_indices()
382 (prims[i].start + prims[i].count == prims[i+1].start)) { in vbo_get_minmax_indices()
383 count += prims[i+1].count; in vbo_get_minmax_indices()
Dvbo_save_loopback.c183 const struct _mesa_prim *prims = node->cold->prims; in _vbo_loopback_vertex_list() local
188 &prims[i], wrap_count, stride, la, nr); in _vbo_loopback_vertex_list()
Dvbo_save.h94 struct _mesa_prim *prims; member
124 struct _mesa_prim *prims; member
Dvbo_save.c65 free(save->prim_store->prims); in vbo_save_destroy()
Dvbo_save_draw.c122 const struct _mesa_prim *prim = &node->cold->prims[node->cold->prim_count - 1]; in playback_copy_to_current()
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dgfx9-vega20-fail.csv38 spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-first,Fail
39 spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-last,Fail
40 spec@!opengl 3.2@gl-3.2-adj-prims cull-front pv-first,Fail
41 spec@!opengl 3.2@gl-3.2-adj-prims cull-front pv-last,Fail
42 spec@!opengl 3.2@gl-3.2-adj-prims line cull-back pv-first,Fail
43 spec@!opengl 3.2@gl-3.2-adj-prims line cull-back pv-last,Fail
44 spec@!opengl 3.2@gl-3.2-adj-prims line cull-front pv-first,Fail
45 spec@!opengl 3.2@gl-3.2-adj-prims line cull-front pv-last,Fail
46 spec@!opengl 3.2@gl-3.2-adj-prims pv-first,Fail
47 spec@!opengl 3.2@gl-3.2-adj-prims pv-last,Fail
Dgfx10-navi10-fail.csv32 spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-first,Fail
33 spec@!opengl 3.2@gl-3.2-adj-prims cull-front pv-first,Fail
34 spec@!opengl 3.2@gl-3.2-adj-prims line cull-back pv-first,Fail
35 spec@!opengl 3.2@gl-3.2-adj-prims line cull-front pv-first,Fail
36 spec@!opengl 3.2@gl-3.2-adj-prims pv-first,Fail
Dgfx10_3-navi21-fail.csv34 spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-first,Fail
35 spec@!opengl 3.2@gl-3.2-adj-prims cull-front pv-first,Fail
36 spec@!opengl 3.2@gl-3.2-adj-prims line cull-back pv-first,Fail
37 spec@!opengl 3.2@gl-3.2-adj-prims line cull-front pv-first,Fail
38 spec@!opengl 3.2@gl-3.2-adj-prims pv-first,Fail
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_feedback.c96 const struct _mesa_prim *prims, in st_feedback_draw_vbo() argument
136 vbo_get_minmax_indices(ctx, prims, ib, &min_index, &max_index, nr_prims, in st_feedback_draw_vbo()
445 d.count = prims[i].count; in st_feedback_draw_vbo()
450 d.start = start + prims[i].start; in st_feedback_draw_vbo()
452 info.mode = prims[i].mode; in st_feedback_draw_vbo()
453 d.index_bias = prims[i].basevertex; in st_feedback_draw_vbo()
459 draw_vbo(draw, &info, prims[i].draw_id, NULL, &d, 1, in st_feedback_draw_vbo()
Dst_draw.h53 const struct _mesa_prim *prims,
/third_party/mesa3d/src/intel/ci/
Diris-kbl-fails.txt68 spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-first,Fail
69 spec@!opengl 3.2@gl-3.2-adj-prims cull-front pv-first,Fail
70 spec@!opengl 3.2@gl-3.2-adj-prims line cull-back pv-first,Fail
71 spec@!opengl 3.2@gl-3.2-adj-prims line cull-front pv-first,Fail
72 spec@!opengl 3.2@gl-3.2-adj-prims pv-first,Fail
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_prim.h370 unsigned prims = u_decomposed_prims_for_vertices(primitive, nr); in u_stream_outputs_for_vertices() local
374 return u_vertices_for_prims(base, prims); in u_stream_outputs_for_vertices()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c249 unsigned prims = 0; in update_draw_stats() local
252 prims += u_reduced_prims_for_vertices(info->mode, draws[i].count); in update_draw_stats()
256 ctx->stats.prims_generated += prims; in update_draw_stats()
261 unsigned verts_written = u_vertices_for_prims(tf_prim, prims); in update_draw_stats()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c247 int prims = u_decomposed_prims_for_vertices(info->mode, draws[0].count); in etna_draw_vbo() local
248 if (unlikely(prims <= 0)) { in etna_draw_vbo()
399 etna_draw_indexed_primitives(ctx->stream, draw_mode, 0, prims, draws->index_bias); in etna_draw_vbo()
401 etna_draw_primitives(ctx->stream, draw_mode, draws[0].start, prims); in etna_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/r600/ci/
Dr600-rv770-flakes.txt1 spec@!opengl 3.2@gl-3.2-adj-prims pv-last
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c669 unsigned prims = ~0; in nv50_stream_output_validate() local
730 prims = MIN2(prims, limit); in nv50_stream_output_validate()
736 if (prims != ~0) { in nv50_stream_output_validate()
738 PUSH_DATA (push, prims); in nv50_stream_output_validate()
/third_party/mesa3d/docs/relnotes/
D10.3.7.rst61 - i965: Fix start/base_vertex_location for >1 prims but
D10.4.2.rst73 - i965: Fix start/base_vertex_location for >1 prims but
D17.0.5.rst105 - mesa: fix remaining xfb prims check for GLES with multiple instances
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DICUJDKCompare.java731 static final Class[] prims = { field in ICUJDKCompare
737 for (int i = 0; i < prims.length; ++i) { in primIndex()
738 if (cls == prims[i]) { in primIndex()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c313 int prims = shader->llvm_emitted_primitives[i + (stream * shader->vector_length)]; in llvm_fetch_gs_outputs() local
314 total_prims += prims; in llvm_fetch_gs_outputs()
315 max_prims_per_invocation = MAX2(max_prims_per_invocation, prims); in llvm_fetch_gs_outputs()
/third_party/node/doc/contributing/
Dwriting-and-running-benchmarks.md212 assert/deepequal-prims-and-objs-big-array-set.js
213 assert/deepequal-prims-and-objs-big-array-set.js method="deepEqual_Array" strict=0 len=20000 n=25 p…
214 assert/deepequal-prims-and-objs-big-array-set.js method="notDeepEqual_Array" strict=0 len=20000 n=2…
215 assert/deepequal-prims-and-objs-big-array-set.js method="deepEqual_Set" strict=0 len=20000 n=25 pri…
/third_party/mesa3d/src/gallium/drivers/nouveau/ci/
Dnouveau-gm206-fails.txt135 spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-first,Fail
136 spec@!opengl 3.2@gl-3.2-adj-prims cull-front pv-first,Fail
137 spec@!opengl 3.2@gl-3.2-adj-prims line cull-back pv-first,Fail
138 spec@!opengl 3.2@gl-3.2-adj-prims line cull-front pv-first,Fail
139 spec@!opengl 3.2@gl-3.2-adj-prims pv-first,Fail
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dbuild_acceleration_structure_common.adoc49 <<acceleration-structure-inactive-prims,inactive primitives>> in its
55 <<acceleration-structure-inactive-prims,inactive>>

123