Lines Matching refs:write
947 const VkWriteDescriptorSet *write = &pDescriptorWrites[i];
949 switch (write->descriptorType) {
955 for (uint32_t j = 0; j < write->descriptorCount; j++) {
957 write->pImageInfo + j,
958 write->descriptorType,
959 write->dstBinding,
960 write->dstArrayElement + j);
966 for (uint32_t j = 0; j < write->descriptorCount; j++) {
968 write->pTexelBufferView[j]);
971 write->descriptorType,
973 write->dstBinding,
974 write->dstArrayElement + j);
982 for (uint32_t j = 0; j < write->descriptorCount; j++) {
983 ANV_FROM_HANDLE(anv_buffer, buffer, write->pBufferInfo[j].buffer);
987 write->descriptorType,
989 write->dstBinding,
990 write->dstArrayElement + j,
991 write->pBufferInfo[j].offset,
992 write->pBufferInfo[j].range);
998 vk_find_struct_const(write, WRITE_DESCRIPTOR_SET_ACCELERATION_STRUCTURE_KHR);
1000 write->descriptorCount);
1001 for (uint32_t j = 0; j < write->descriptorCount; j++) {
1006 write->dstBinding,
1007 write->dstArrayElement + j);