Searched refs:bv (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_descriptors.c31 binding_compare(const void* av, const void *bv) argument
34 const VkDescriptorSetLayoutBinding *b = (const VkDescriptorSetLayoutBinding*)bv;
/xsrc/external/mit/ctwm/dist/
H A Dr_area_list.c26 static int _cmpX(const void *av, const void *bv);
28 static int _cmpY(const void *av, const void *bv);
219 _cmpX(const void *av, const void *bv) argument
221 const RArea *a = (const RArea *)av, *b = (const RArea *)bv;
253 _cmpY(const void *av, const void *bv) argument
255 const RArea *a = (const RArea *)av, *b = (const RArea *)bv;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c108 float rv, gv, bv, av; member in struct:__anon69c0c6e20208
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_descriptor_set.c36 binding_compare(const void *av, const void *bv) argument
41 (const VkDescriptorSetLayoutBinding *) bv;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1043 struct lvp_buffer_view *bv = descriptor->buffer_view; local in function:fill_sampler_buffer_view_stage
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
1108 struct lvp_buffer_view *bv = descriptor->buffer_view; local in function:fill_image_buffer_view_stage
[all...]
/xsrc/external/mit/libdrm/dist/intel/
H A Duthash.h155 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8U] |= (1U << ((idx)%8U)))
156 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8U] & (1U << ((idx)%8U)))
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h306 int32 bv;
580 #define SETT3_BV(val) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.bv = (val)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_context.c511 struct zink_buffer_view *bv = get_bufferview_for_binding(ctx, shader, type, slot); local in function:update_descriptor_state_sampler
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 in function:update_descriptor_state_image
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 in function:zero_bindless_descriptor
1590 *bv = VK_NULL_HANDLE;
1597 VkBufferView *bv = &ctx->di.bindless[is_image].buffer_infos[handle]; local in function:zero_bindless_descriptor
1599 *bv
1629 VkBufferView *bv = &ctx->di.bindless[0].buffer_infos[handle]; local in function:zink_make_texture_handle_resident
1748 VkBufferView *bv = &ctx->di.bindless[1].buffer_infos[handle]; local in function:zink_make_image_handle_resident
[all...]
/xsrc/external/mit/libXi/dist/src/
H A DXExtInt.c833 register XButtonStatus *bv; local in function:XInputWireToEvent
845 bv = (XButtonStatus *) anyclass;
846 bv->num_buttons = 256;
847 memcpy((char *)&bv->buttons[4], (char *)bsev->buttons, 28);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_descriptor_set.c50 static int binding_compare(const void* av, const void *bv) argument
53 const VkDescriptorSetLayoutBinding *b = (const VkDescriptorSetLayoutBinding*)bv;

Completed in 20 milliseconds