Home
last modified time | relevance | path

Searched refs:srcSet (Results 1 – 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBuilderUtil.hpp169 DescriptorSetUpdateBuilder& copy (VkDescriptorSet srcSet,
255 inline DescriptorSetUpdateBuilder& copySingle (VkDescriptorSet srcSet, in copySingle() argument
260 …return copy(srcSet, srcLocation.m_binding, srcLocation.m_arrayElement, destSet, destLocation.m_bin… in copySingle()
263 inline DescriptorSetUpdateBuilder& copyArray (VkDescriptorSet srcSet, in copyArray() argument
269 …return copy(srcSet, srcLocation.m_binding, srcLocation.m_arrayElement, destSet, destLocation.m_bin… in copyArray()
DvkBuilderUtil.cpp240 DescriptorSetUpdateBuilder& DescriptorSetUpdateBuilder::copy (VkDescriptorSet srcSet, in copy() argument
252 srcSet, //!< srcSet in copy()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp607 DescriptorSet *srcSet = vk::Cast(descriptorCopies.srcSet); in CopyDescriptorSet() local
608 DescriptorSetLayout *srcLayout = srcSet->header.layout; in CopyDescriptorSet()
616 …uint8_t *memToRead = srcLayout->getDescriptorPointer(srcSet, descriptorCopies.srcBinding, descript… in CopyDescriptorSet()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp69 deUint32 srcSet; member
397 …void copyDescriptor (deUint32 srcSet, deUint32 srcBinding, deUint32 srcArrayElement, deUint32…
398 … copyDescriptor (deUint32 srcSet, deUint32 srcBinding, deUint32 dstSet, deUint32 dstBinding) … in copyDescriptor() argument
1448 void DescriptorCommands::copyDescriptor (deUint32 srcSet, in copyDescriptor() argument
1457 …DescriptorCopy descriptorCopy = { srcSet, srcBinding, srcArrayElement, dstSet, dstBinding, dstArra… in copyDescriptor()
1460 …if (m_descriptorSets[srcSet]->getBindings()[srcBinding]->getType() == VK_DESCRIPTOR_TYPE_INLINE_UN… in copyDescriptor()
1463 …iptor* iub = static_cast<InlineUniformBlockDescriptor*>(m_descriptorSets[srcSet]->getBindings()[sr… in copyDescriptor()
1473 …)[descriptorCopy.dstBinding]->copyValue(*m_descriptorSets[descriptorCopy.srcSet]->getBindings()[de… in copyDescriptor()
2360 descriptorSets[indices.srcSet], // VkDescriptorSet srcSet in updateDescriptorSets()
DvktBindingMutableTests.cpp1864 …void copyDescriptorSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorSet srcSet, VkDes… in copyDescriptorSet() argument
1879 srcSet, bindingNumber, 0u, in copyDescriptorSet()
2886 …const auto srcSet = m_params.descriptorSet->genSourceSet(m_params.sourceSetStrategy, i… in checkSupport() local
2887 …const auto srcLayoutSupported = srcSet->checkDescriptorSetLayout(vkd, device, stageFlags, layoutCr… in checkSupport()
3158 Move<VkDescriptorSet> srcSet; in iterate() local
3288 srcSet = Move<VkDescriptorSet>(); in iterate()
3305srcSet = makeDescriptorSet(vkd, device, srcPool.get(), srcLayout.get(), srcVariableCountInfo.get()… in iterate()
3502 paramSet->updateDescriptorSet(vkd, device, srcSet.get(), iteration, resources); in iterate()
3503 paramSet->copyDescriptorSet(vkd, device, srcSet.get(), dstSet.get()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp69 deUint32 srcSet; member
397 …void copyDescriptor (deUint32 srcSet, deUint32 srcBinding, deUint32 srcArrayElement, deUint32…
398 … copyDescriptor (deUint32 srcSet, deUint32 srcBinding, deUint32 dstSet, deUint32 dstBinding) … in copyDescriptor() argument
1448 void DescriptorCommands::copyDescriptor (deUint32 srcSet, in copyDescriptor() argument
1457 …DescriptorCopy descriptorCopy = { srcSet, srcBinding, srcArrayElement, dstSet, dstBinding, dstArra… in copyDescriptor()
1460 …if (m_descriptorSets[srcSet]->getBindings()[srcBinding]->getType() == VK_DESCRIPTOR_TYPE_INLINE_UN… in copyDescriptor()
1463 …iptor* iub = static_cast<InlineUniformBlockDescriptor*>(m_descriptorSets[srcSet]->getBindings()[sr… in copyDescriptor()
1473 …)[descriptorCopy.dstBinding]->copyValue(*m_descriptorSets[descriptorCopy.srcSet]->getBindings()[de… in copyDescriptor()
2360 descriptorSets[indices.srcSet], // VkDescriptorSet srcSet in updateDescriptorSets()
DvktBindingValveMutableTests.cpp1787 …void copyDescriptorSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorSet srcSet, VkDes… in copyDescriptorSet() argument
1802 srcSet, bindingNumber, 0u, in copyDescriptorSet()
2798 …const auto srcSet = m_params.descriptorSet->genSourceSet(m_params.sourceSetStrategy, i… in checkSupport() local
2799 …const auto srcLayoutSupported = srcSet->checkDescriptorSetLayout(vkd, device, stageFlags, layoutCr… in checkSupport()
3070 Move<VkDescriptorSet> srcSet; in iterate() local
3200 srcSet = Move<VkDescriptorSet>(); in iterate()
3217srcSet = makeDescriptorSet(vkd, device, srcPool.get(), srcLayout.get(), srcVariableCountInfo.get()… in iterate()
3414 paramSet->updateDescriptorSet(vkd, device, srcSet.get(), iteration, resources); in iterate()
3415 paramSet->copyDescriptorSet(vkd, device, srcSet.get(), dstSet.get()); in iterate()
DvktBindingMutableTests.cpp1864 …void copyDescriptorSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorSet srcSet, VkDes… in copyDescriptorSet() argument
1879 srcSet, bindingNumber, 0u, in copyDescriptorSet()
2886 …const auto srcSet = m_params.descriptorSet->genSourceSet(m_params.sourceSetStrategy, i… in checkSupport() local
2887 …const auto srcLayoutSupported = srcSet->checkDescriptorSetLayout(vkd, device, stageFlags, layoutCr… in checkSupport()
3158 Move<VkDescriptorSet> srcSet; in iterate() local
3288 srcSet = Move<VkDescriptorSet>(); in iterate()
3305srcSet = makeDescriptorSet(vkd, device, srcPool.get(), srcLayout.get(), srcVariableCountInfo.get()… in iterate()
3502 paramSet->updateDescriptorSet(vkd, device, srcSet.get(), iteration, resources); in iterate()
3503 paramSet->copyDescriptorSet(vkd, device, srcSet.get(), dstSet.get()); in iterate()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_descriptor_set.h446 size += vn_sizeof_VkDescriptorSet(&val->srcSet); in vn_sizeof_VkCopyDescriptorSet_self()
479 vn_encode_VkDescriptorSet(enc, &val->srcSet); in vn_encode_VkCopyDescriptorSet_self()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddescriptorsets.txt3629 * pname:srcSet, pname:srcBinding, and pname:srcArrayElement are the source
3632 If the descriptor binding identified by pname:srcSet and
3653 If the descriptor binding identified by pname:srcSet and
3686 pname:srcBinding must: be a valid binding within pname:srcSet
3701 type of pname:srcBinding within pname:srcSet
3702 * [[VUID-VkCopyDescriptorSet-srcSet-00349]]
3703 If pname:srcSet is equal to pname:dstSet, then the source and
3723 * [[VUID-VkCopyDescriptorSet-srcSet-01918]]
3724 If pname:srcSet's layout was created with the
3730 * [[VUID-VkCopyDescriptorSet-srcSet-04885]]
[all …]
Ddescriptorsets.adoc4172 * pname:srcSet, pname:srcBinding, and pname:srcArrayElement are the source
4175 If the descriptor binding identified by pname:srcSet and
4194 If the descriptor binding identified by pname:srcSet and
4227 pname:srcBinding must: be a valid binding within pname:srcSet
4242 type of pname:srcBinding within pname:srcSet
4243 * [[VUID-VkCopyDescriptorSet-srcSet-00349]]
4244 If pname:srcSet is equal to pname:dstSet, then the source and
4264 * [[VUID-VkCopyDescriptorSet-srcSet-01918]]
4265 If pname:srcSet's layout was created with the
4270 * [[VUID-VkCopyDescriptorSet-srcSet-04885]]
[all …]
/third_party/typescript/tests/lib/
Dreact16.d.ts1393 srcSet?: string;
1533 srcSet?: string;
1728 srcSet?: string;
Dreact.d.ts2033 srcSet?: string; property
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_descriptor_set.c516 LVP_FROM_HANDLE(lvp_descriptor_set, src, copy->srcSet); in lvp_UpdateDescriptorSets()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_descriptor_set.c815 VK_FROM_HANDLE(panvk_descriptor_set, src_set, copy->srcSet); in panvk_per_arch()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c1080 copyset->srcSet); in tu_update_descriptor_sets()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c1203 copyset->srcSet); in v3dv_UpdateDescriptorSets()
/third_party/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c1816 ANV_FROM_HANDLE(anv_descriptor_set, src, copy->srcSet); in anv_UpdateDescriptorSets()
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1298 RADV_FROM_HANDLE(radv_descriptor_set, src_set, copyset->srcSet); in radv_update_descriptor_sets_impl()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c1802 VK_FROM_HANDLE(dzn_descriptor_set, src_set, pDescriptorCopy->srcSet); in dzn_descriptor_set_copy()
/third_party/glfw/deps/vulkan/
Dvulkan.h1986 VkDescriptorSet srcSet; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h2347 VkDescriptorSet srcSet; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl248 VkDescriptorSet srcSet; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3166 VkDescriptorSet srcSet; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h3259 VkDescriptorSet srcSet; member

12