/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkBuilderUtil.cpp | 226 … uint32_t srcArrayElement, VkDescriptorSet destSet, in copy() argument 235 srcArrayElement, //!< srcArrayElement in copy()
|
H A D | vkBuilderUtil.hpp | 156 …riptorSetUpdateBuilder ©(VkDescriptorSet srcSet, uint32_t srcBinding, uint32_t srcArrayElement,
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 71 uint32_t srcArrayElement; member 549 …void copyDescriptor(uint32_t srcSet, uint32_t srcBinding, uint32_t srcArrayElement, uint32_t dstSe… 1589 …mands::copyDescriptor(uint32_t srcSet, uint32_t srcBinding, uint32_t srcArrayElement, uint32_t dst… in copyDescriptor() argument 1593 DescriptorCopy descriptorCopy = {srcSet, srcBinding, srcArrayElement, dstSet, in copyDescriptor() 1604 descriptorCopy.srcArrayElement *= elementSize; in copyDescriptor() 1612 …m_descriptorSets[descriptorCopy.srcSet]->getBindings()[descriptorCopy.srcBinding], srcArrayElement, in copyDescriptor() 2500 indices.srcArrayElement, // uint32_t srcArrayElement in updateDescriptorSets()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | descriptor_sets.cpp | 1000 …_idx = src_set->GetGlobalIndexRangeFromBinding(update->srcBinding).start + update->srcArrayElement; in ValidateCopyUpdate() 1007 …<< " plus update array offset of " << update->srcArrayElement << " and update of " << update->desc… in ValidateCopyUpdate() 1041 … update->srcArrayElement, update->descriptorCount, "copy update from", src_set->GetSet(), in ValidateCopyUpdate() 1110 if ((update->srcArrayElement % 4) != 0) { in ValidateCopyUpdate() 1114 << "srcArrayElement " << update->srcArrayElement << " not a multiple of 4"; in ValidateCopyUpdate() 1144 …_idx = src_set->GetGlobalIndexRangeFromBinding(update->srcBinding).start + update->srcArrayElement; in PerformCopyUpdate()
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_descriptor_set.h | 203 size += vn_sizeof_uint32_t(&val->srcArrayElement); in vn_sizeof_VkCopyDescriptorSet_self() 236 vn_encode_uint32_t(enc, &val->srcArrayElement); in vn_encode_VkCopyDescriptorSet_self()
|
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_descriptor_set.c | 543 copy->srcArrayElement + i, in panvk_descriptor_set_copy() 557 src_binding_layout->desc_idx + copy->srcArrayElement; in panvk_descriptor_set_copy()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 2673 … src_layout->descriptor_surface_offset + copy->srcArrayElement, in anv_UpdateDescriptorSets() 2688 copy->srcArrayElement + j]; in anv_UpdateDescriptorSets() 2706 (copy->srcArrayElement + j) * src_layout->descriptor_surface_stride, in anv_UpdateDescriptorSets() 2713 (copy->srcArrayElement + j) * src_layout->descriptor_sampler_stride, in anv_UpdateDescriptorSets() 2732 copy->srcArrayElement + j]; in anv_UpdateDescriptorSets()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_descriptor_set.c | 1375 src_ptr += copyset->srcArrayElement / 4; in radv_update_descriptor_sets_impl() 1382 src_ptr += src_binding_layout->size * copyset->srcArrayElement / 4; in radv_update_descriptor_sets_impl() 1386 src_buffer_list += copyset->srcArrayElement; in radv_update_descriptor_sets_impl() 1399 unsigned src_idx = copyset->srcArrayElement + j; in radv_update_descriptor_sets_impl()
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_descriptor_set.c | 1315 copyset->srcArrayElement; in v3dv_UpdateDescriptorSets() 1324 src_descriptor += copyset->srcArrayElement; in v3dv_UpdateDescriptorSets() 1337 j + copyset->srcArrayElement); in v3dv_UpdateDescriptorSets()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_descriptor_set.c | 311 src, copy->srcBinding, copy->srcArrayElement + j, &src_max_size); in hk_UpdateDescriptorSets() 325 src_binding_layout->dynamic_buffer_index + copy->srcArrayElement; in hk_UpdateDescriptorSets()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_descriptor_set.c | 1937 src_binding->descriptor_index + copy_set->srcArrayElement; in pvr_copy_descriptor_set() 1993 copy_set->srcArrayElement); in pvr_copy_descriptor_set() 2005 copy_set->srcArrayElement); in pvr_copy_descriptor_set()
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_descriptor_set.c | 405 copy->srcArrayElement + j, in nvk_UpdateDescriptorSets() 420 src_binding_layout->dynamic_buffer_index + copy->srcArrayElement; in nvk_UpdateDescriptorSets()
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_descriptor_set.h | 203 vn_decode_uint32_t(dec, &val->srcArrayElement); in vn_decode_VkCopyDescriptorSet_self_temp()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_descriptor_set.c | 663 (uint8_t *)src->map + src_layout->uniform_block_offset + copy->srcArrayElement, in lvp_UpdateDescriptorSets() 666 src_desc += copy->srcArrayElement; in lvp_UpdateDescriptorSets()
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | DescriptorSetVirtualization.cpp | 204 uint32_t arrOffset = copy->srcArrayElement; in doEmulatedDescriptorCopy()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_descriptor_set.cc | 1358 uint32_t src_start = copyset->srcArrayElement; in tu_update_descriptor_sets() 1394 src_ptr += src_binding_layout->size * copyset->srcArrayElement / 4; in tu_update_descriptor_sets()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_descriptor_set.c | 1746 src_desc += copy->srcArrayElement; in anv_UpdateDescriptorSets() 1751 … src->desc_mem.map + src_layout->descriptor_offset + copy->srcArrayElement, in anv_UpdateDescriptorSets()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDescriptorSetLayout.cpp | 663 …criptorPointer(srcSet, descriptorCopies.srcBinding, descriptorCopies.srcArrayElement, descriptorCo… in CopyDescriptorSet()
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | vktestbinding.h | 1006 copy.srcArrayElement = src_array_element; in copy_descriptor_set()
|
H A D | vklayertests_descriptor_renderpass_framebuffer.cpp | 7213 copy_ds_update.srcArrayElement = 0; in TEST_F() 7219 copy_ds_update.srcArrayElement = 1; in TEST_F() 7224 copy_ds_update.srcArrayElement = 0; in TEST_F()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_safe_struct.cpp | 4738 srcArrayElement(in_struct->srcArrayElement), in safe_VkCopyDescriptorSet() 4756 srcArrayElement = src.srcArrayElement; in safe_VkCopyDescriptorSet() 4774 srcArrayElement = src.srcArrayElement; in operator =() 4795 srcArrayElement = in_struct->srcArrayElement; in initialize() 4808 srcArrayElement = src->srcArrayElement; in initialize()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 2264 pDescriptorCopy->srcArrayElement); in dzn_descriptor_set_copy()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkStructTypes.inl | 250 uint32_t srcArrayElement; member
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 7382 …: pNext( pNext_ ), srcSet( srcSet_ ), srcBinding( srcBinding_ ), srcArrayElement( srcArrayElement_… 7422 srcArrayElement = srcArrayElement_; in setSrcArrayElement() 7470 …return std::tie( sType, pNext, srcSet, srcBinding, srcArrayElement, dstSet, dstBinding, dstArrayEl… in reflect() 7487 && ( srcArrayElement == rhs.srcArrayElement ) in operator ==() 7506 uint32_t srcArrayElement = {}; member
|
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 2369 uint32_t srcArrayElement; member
|