HomeSort by: relevance | last modified time | path
    Searched defs:bv (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libXi/dist/src/
XExtInt.c 857 register XButtonStatus *bv; local
870 bv = (XButtonStatus *) anyclass;
871 bv->num_buttons = 256;
872 memcpy((char *)&bv->buttons[4], (char *)bsev->buttons, 28);
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_tv.c 108 float rv, gv, bv, av; member in struct:__anon8903
271 .rv = 0.3125, .gv =-0.2616, .bv =-0.0508, .av = 1.0000,
278 .rv = 0.3693, .gv =-0.3092, .bv =-0.0601, .av = 1.0000,
321 .rv = 0.3125, .gv =-0.2616, .bv =-0.0508, .av = 1.0000,
328 .rv = 0.3693, .gv =-0.3092, .bv =-0.0601, .av = 1.0000,
372 .rv = 0.3378, .gv =-0.2829, .bv =-0.0549, .av = 1.0000,
379 .rv = 0.3992, .gv =-0.3343, .bv =-0.0649, .av = 1.0000,
423 .rv = 0.3125, .gv =-0.2616, .bv =-0.0508, .av = 1.0000,
430 .rv = 0.3693, .gv =-0.3092, .bv =-0.0601, .av = 1.0000,
476 .rv = 0.3125, .gv =-0.2616, .bv =-0.0508, .av = 1.0000
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_context.c 511 struct zink_buffer_view *bv = get_bufferview_for_binding(ctx, shader, type, slot); local
512 ctx->di.tbos[shader][slot] = bv->buffer_view;
513 ctx->di.sampler_surfaces[shader][slot].bufferview = bv;
548 struct zink_buffer_view *bv = get_bufferview_for_binding(ctx, shader, type, slot); local
549 ctx->di.texel_images[shader][slot] = bv->buffer_view;
550 ctx->di.image_surfaces[shader][slot].bufferview = bv;
1589 VkBufferView *bv = &ctx->di.bindless[is_image].buffer_infos[handle]; local
1590 *bv = VK_NULL_HANDLE;
1597 VkBufferView *bv = &ctx->di.bindless[is_image].buffer_infos[handle]; local
1599 *bv = null_bufferview->buffer_view
1629 VkBufferView *bv = &ctx->di.bindless[0].buffer_infos[handle]; local
1748 VkBufferView *bv = &ctx->di.bindless[1].buffer_infos[handle]; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c 1043 struct lvp_buffer_view *bv = descriptor->buffer_view; local
1051 templ.format = bv->pformat;
1052 templ.u.buf.offset = bv->offset + bv->buffer->offset;
1053 templ.u.buf.size = bv->range == VK_WHOLE_SIZE ? (bv->buffer->size - bv->offset) : bv->range;
1054 templ.texture = bv->buffer->bo;
1059 state->sv[p_stage][sv_idx] = state->pctx->create_sampler_view(state->pctx, bv->buffer->bo, &templ)
1108 struct lvp_buffer_view *bv = descriptor->buffer_view; local
    [all...]

Completed in 11 milliseconds