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

  /external/mesa3d/src/amd/vulkan/
radv_descriptor_set.c 662 const VkWriteDescriptorSet *writeset = &pDescriptorWrites[i]; local
663 RADV_FROM_HANDLE(radv_descriptor_set, set, writeset->dstSet);
665 set->layout->binding + writeset->dstBinding;
670 ptr += binding_layout->size * writeset->dstArrayElement / 4;
672 buffer_list += binding_layout->buffer_count * writeset->dstArrayElement;
673 for (j = 0; j < writeset->descriptorCount; ++j) {
674 switch(writeset->descriptorType) {
677 unsigned idx = writeset->dstArrayElement + j;
680 buffer_list, writeset->pBufferInfo + j);
686 writeset->pBufferInfo + j)
    [all...]
  /external/syslinux/core/lwip/src/api/
sockets.c 93 /** writeset passed to select */
94 fd_set *writeset; member in struct:lwip_select_cb
997 * Go through the readset and writeset lists and see which socket of the sockets
998 * set in the sets has events. On return, readset, writeset and exceptset have
    [all...]

Completed in 77 milliseconds