Home
last modified time | relevance | path

Searched refs:srcArrayElement (Results 1 – 25 of 171) sorted by relevance

1234567

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp226 … uint32_t srcArrayElement, VkDescriptorSet destSet, in copy() argument
235 srcArrayElement, //!< srcArrayElement in copy()
H A DvkBuilderUtil.hpp156 …riptorSetUpdateBuilder &copy(VkDescriptorSet srcSet, uint32_t srcBinding, uint32_t srcArrayElement,
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp71 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 Ddescriptor_sets.cpp1000 …_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 Dvn_protocol_driver_descriptor_set.h203 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 Dpanvk_vX_descriptor_set.c543 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 Danv_descriptor_set.c2673 … 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 Dradv_descriptor_set.c1375 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 Dv3dv_descriptor_set.c1315 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 Dhk_descriptor_set.c311 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 Dpvr_descriptor_set.c1937 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 Dnvk_descriptor_set.c405 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 Dvn_protocol_renderer_descriptor_set.h203 vn_decode_uint32_t(dec, &val->srcArrayElement); in vn_decode_VkCopyDescriptorSet_self_temp()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c663 (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 DDescriptorSetVirtualization.cpp204 uint32_t arrOffset = copy->srcArrayElement; in doEmulatedDescriptorCopy()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_descriptor_set.cc1358 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 Danv_descriptor_set.c1746 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 DVkDescriptorSetLayout.cpp663 …criptorPointer(srcSet, descriptorCopies.srcBinding, descriptorCopies.srcArrayElement, descriptorCo… in CopyDescriptorSet()
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h1006 copy.srcArrayElement = src_array_element; in copy_descriptor_set()
H A Dvklayertests_descriptor_renderpass_framebuffer.cpp7213 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 Dvk_safe_struct.cpp4738 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 Ddzn_descriptor_set.c2264 pDescriptorCopy->srcArrayElement); in dzn_descriptor_set_copy()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl250 uint32_t srcArrayElement; member
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp7382 …: 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 Dvulkan_sc_core.h2369 uint32_t srcArrayElement; member

1234567