Searched refs:vb_size (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_common.h80 unsigned int vb_size; /* size of client vertex buffer in bytes */ member in struct:__anon1e256b680308
H A Dsavage_dri.c1200 cmdBuf.vb_size = 0;
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dsavage_drm.h119 unsigned int vb_size; /* size of client vertex buffer in bytes */ member in struct:drm_savage_cmdbuf
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex.h117 GLuint vb_size,
H A Dt_vertex.c503 GLuint vb_size,
514 vtx->vertex_buf = _mesa_align_calloc(vb_size * max_vertex_size, 32 );
502 _tnl_init_vertices(struct gl_context * ctx,GLuint vb_size,GLuint max_vertex_size) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex.h117 GLuint vb_size,
H A Dt_vertex.c504 GLuint vb_size,
515 vtx->vertex_buf = align_calloc(vb_size * max_vertex_size, 32 );
503 _tnl_init_vertices(struct gl_context * ctx,GLuint vb_size,GLuint max_vertex_size) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_batch_decoder.c390 uint32_t vb_size = 0; local in function:handle_3dstate_vertex_buffers
411 vb_size = vbs_iter.raw_value;
415 vb_size = (vbs_iter.raw_value + 1) - vb.addr;
417 vb_size = 0;
424 fprintf(ctx->fp, "vertex buffer %d, size %d\n", index, vb_size);
431 if (vb.map == 0 || vb_size == 0)
434 ctx_print_buffer(ctx, vb, vb_size, pitch, ctx->max_vbo_decoded_lines);
437 vb_size = 0;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_genX.h67 uint32_t vb_size);
H A DgenX_cmd_buffer.c5630 uint32_t vb_size)
5648 if (vb_size == 0) {
5656 bound->end = bound->start + vb_size;
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp356 uint32_t vb_size = 0; local in function:handle_3dstate_vertex_buffers
380 vb_size = vbs_iter.raw_value;
384 vb_size = vbs_iter.raw_value - vb.addr;
386 vb_size = 0;
393 ImGui::Text("vertex buffer %d, size %d, pitch %d", index, vb_size, pitch);
401 if (vb.map == 0 || vb_size == 0)
405 vb_size = 0;
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer_decoder.cpp360 uint32_t vb_size = 0; local in function:handle_3dstate_vertex_buffers
384 vb_size = vbs_iter.raw_value;
388 vb_size = vbs_iter.raw_value - vb.addr;
390 vb_size = 0;
397 ImGui::Text("vertex buffer %d, size %d, pitch %d", index, vb_size, pitch);
405 if (vb.map == 0 || vb_size == 0)
409 vb_size = 0;
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_batch_decoder.c465 uint32_t vb_size = 0; local in function:handle_3dstate_vertex_buffers
486 vb_size = vbs_iter.raw_value;
490 vb_size = (vbs_iter.raw_value + 1) - vb.addr;
492 vb_size = 0;
499 fprintf(ctx->fp, "vertex buffer %d, size %d\n", index, vb_size);
506 if (vb.map == 0 || vb_size == 0)
509 ctx_print_buffer(ctx, vb, vb_size, pitch, ctx->max_vbo_decoded_lines);
512 vb_size = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c194 uint32_t vb_size = rsc->bo->size - offset; local in function:vc4_emit_gl_shader_state
210 (vb_size - elem_size) / vb->stride);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c197 uint32_t vb_size = rsc->bo->size - offset; local in function:vc4_emit_gl_shader_state
213 (vb_size - elem_size) / vb->stride);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Devergreen_accel.c1471 accel_state->vbo.vb_size = accel_state->vbo.vb_offset - accel_state->vbo.vb_start_op;
1474 vtx_res.vtx_num_entries = accel_state->vbo.vb_size / 4;
H A Dr6xx_accel.c1294 accel_state->vbo.vb_size = accel_state->vbo.vb_offset - accel_state->vbo.vb_start_op;
1297 vtx_res.vtx_num_entries = accel_state->vbo.vb_size / 4;
H A Dradeon.h643 uint32_t vb_size; member in struct:radeon_vbo_object
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_accel.c1460 accel_state->vbo.vb_size = accel_state->vbo.vb_offset - accel_state->vbo.vb_start_op;
1463 vtx_res.vtx_num_entries = accel_state->vbo.vb_size / 4;
H A Dr6xx_accel.c1223 accel_state->vbo.vb_size = accel_state->vbo.vb_offset - accel_state->vbo.vb_start_op;
1226 vtx_res.vtx_num_entries = accel_state->vbo.vb_size / 4;
H A Dradeon.h391 uint32_t vb_size; member in struct:radeon_vbo_object
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h1027 unsigned vb_size; member in struct:radv_cmd_state
H A Dradv_cmd_buffer.c717 si_cp_dma_prefetch(cmd_buffer, state->vb_va, state->vb_size);
2041 cmd_buffer->state.vb_size = count * 16;

Completed in 83 milliseconds