HomeSort by relevance Sort by last modified time
    Searched defs:start_instance (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_push.c 33 uint32_t start_instance; member in struct:push_context
90 ctx->start_instance, ctx->instance_id,
129 ctx->start_instance, ctx->instance_id,
168 ctx->start_instance, ctx->instance_id,
202 ctx->start_instance, ctx->instance_id,
310 ctx.start_instance = info->start_instance;
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_backend.c 284 const unsigned start_instance = 0; local
299 start_instance, instance_count);
304 start_instance, instance_count);
324 const unsigned start_instance = 0; local
363 start_instance, instance_count);
375 start_instance, instance_count);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 22 uint32_t start_instance; member in struct:push_context
252 ctx->start_instance, ctx->instance_id, ctx->dest);
309 ctx->start_instance, ctx->instance_id, ctx->dest);
366 ctx->start_instance, ctx->instance_id, ctx->dest);
419 ctx->start_instance, ctx->instance_id, ctx->dest);
524 ctx.start_instance = info->start_instance;
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 119 unsigned start_instance; member in struct:translate_sse
1078 struct x86_reg start_instance = local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 324 unsigned start_instance; member in struct:draw_context
draw_llvm.c 1531 LLVMValueRef vertex_id_offset, start_instance; local
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_hw.h 217 unsigned start_instance:1; member in struct:virgl_caps_bool_set1
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 644 unsigned start_instance; /**< first instance id */ member in struct:pipe_draw_info
669 * Only 'mode', 'start_instance', and 'instance_count' are taken into
689 * uint32_t start_instance;
696 * uint32_t start_instance;
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 75 LLVMValueRef start_instance; member in struct:nir_to_llvm_context
514 ctx->start_instance = LLVMGetParam(ctx->main_function, arg_idx++);
    [all...]

Completed in 400 milliseconds