HomeSort by relevance Sort by last modified time
    Searched full:primitive_restart (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_push.c 50 boolean primitive_restart; member in struct:push_context
95 if (ctx->primitive_restart)
127 if (ctx->primitive_restart)
159 if (ctx->primitive_restart)
235 ctx.primitive_restart = info->primitive_restart;
240 ctx.primitive_restart = FALSE;
246 PUSH_DATA (ctx.push, info->primitive_restart);
248 nv30->state.prim_restart = info->primitive_restart;
nv30_vbo.c 586 if (info->primitive_restart != nv30->state.prim_restart) {
587 if (info->primitive_restart) {
598 nv30->state.prim_restart = info->primitive_restart;
600 if (info->primitive_restart) {
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_push.c 26 boolean primitive_restart; member in struct:push_context
72 if (ctx->primitive_restart)
105 if (ctx->primitive_restart)
138 if (ctx->primitive_restart)
249 ctx.primitive_restart = info->primitive_restart;
265 ctx.primitive_restart = FALSE;
272 if (info->primitive_restart) {
281 nv50->state.prim_restart = info->primitive_restart;
nv50_vbo.c 771 if (info->primitive_restart != nv50->state.prim_restart) {
772 if (info->primitive_restart) {
783 nv50->state.prim_restart = info->primitive_restart;
785 if (info->primitive_restart) {
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 23 boolean primitive_restart; member in struct:push_context
130 if (ctx->primitive_restart)
171 if (ctx->primitive_restart)
212 if (ctx->primitive_restart)
335 ctx.primitive_restart = info->primitive_restart;
340 ctx.primitive_restart = FALSE;
nvc0_vbo_translate.c 445 ctx.prim_restart = info->primitive_restart;
452 if (info->primitive_restart) {
460 nvc0->state.prim_restart = info->primitive_restart;
nvc0_vbo.c 845 if (info->primitive_restart != nvc0->state.prim_restart) {
846 if (info->primitive_restart) {
856 nvc0->state.prim_restart = info->primitive_restart;
858 if (info->primitive_restart) {
  /external/deqp/doc/testspecs/GLES3/
functional.primitive_restart.txt 22 + dEQP-GLES3.functional.primitive_restart.*
  /external/mesa3d/src/mesa/state_tracker/
st_draw.c 246 info.primitive_restart = ctx->Array.PrimitiveRestart;
273 else if (info.primitive_restart) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.c 363 assert(info->primitive_restart);
519 if (info->primitive_restart) {
  /external/deqp/doc/
gles3-test-case-resolutions.txt 75 dEQP-GLES3.functional.primitive_restart.* 64x64 256x256
  /external/mesa3d/docs/
viewperf.html 79 <a href="http://www.opengl.org/registry/specs/NV/primitive_restart.txt"
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 923 if (info->primitive_restart) {
    [all...]
u_dump_state.c 758 util_dump_member(stream, bool, state, primitive_restart);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 740 info.primitive_restart = TRUE;
765 info.primitive_restart = FALSE;
792 info.primitive_restart = TRUE;
819 info.primitive_restart = FALSE;
844 info.primitive_restart = FALSE;
878 info.primitive_restart = TRUE;
911 info.primitive_restart = FALSE;
    [all...]
d3d11_screen.h 76 UTIL_CHECK_CAP(PRIMITIVE_RESTART),
    [all...]
  /external/deqp/scripts/opengl/
gen_str_util.py 328 "PRIMITIVE_RESTART", "SAMPLE_MASK", "DEBUG_OUTPUT", "DEBUG_OUTPUT_SYNCHRONOUS",
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 689 trace_dump_member(bool, state, primitive_restart);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 265 si_pm4_set_reg(pm4, R_028A94_VGT_MULTI_PRIM_IB_RESET_EN, info->primitive_restart);
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 546 boolean primitive_restart; member in struct:pipe_draw_info
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 628 : TestCaseGroup(context, "primitive_restart", "Primitive restart tests")
  /external/mesa3d/src/gallium/docs/source/
context.rst 261 restart index. The ``primitive_restart`` flag enables/disables this
  /external/mesa3d/src/mapi/glapi/gen/
GL3x.xml 541 <enum name="PRIMITIVE_RESTART" value="0x8F9D"/>
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp     [all...]

Completed in 1246 milliseconds

1 2