Searched refs:dstArrayElement (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp268 descriptorWrites[0].dstArrayElement = 0;
292 descriptorWrites[1].dstArrayElement = 0;
342 writeInfo.dstArrayElement = 0;
H A DGrVkCopyManager.cpp231 descriptorWrites.dstArrayElement = 0;
264 writeInfo.dstArrayElement = 0;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.inl469 inline VkDescriptorUpdateTemplateEntryKHR makeDescriptorUpdateTemplateEntryKHR (deUint32 dstBinding, deUint32 dstArrayElement, deUint32 descriptorCount, VkDescriptorType descriptorType, deUintptr offset, deUintptr stride)
473 res.dstArrayElement = dstArrayElement;
H A DvkStructTypes.inl904 deUint32 dstArrayElement;
921 deUint32 dstArrayElement;
1747 deUint32 dstArrayElement;
H A DvkStrUtilImpl.inl2785 s << "\tdstArrayElement = " << value.dstArrayElement << '\n';
2805 s << "\tdstArrayElement = " << value.dstArrayElement << '\n';
3910 s << "\tdstArrayElement = " << value.dstArrayElement << '\n';
/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp538 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
590 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
597 << " plus update array offset of " << update->dstArrayElement << " and update of " << update->descriptorCount
619 (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descriptorCount, "copy update to",
643 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
1142 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
1158 << " combined with update array element offset of " << update->dstArrayElement
1164 if (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descriptorCount, "write update to",
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h778 write.dstArrayElement = array_element;
792 write.dstArrayElement = array_element;
805 write.dstArrayElement = array_element;
839 copy.dstArrayElement = dst_array_element;
H A Dlayer_validation_tests.cpp8699 descriptor_write.dstArrayElement = 1; /* This index out of bounds for the update */
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.cpp564 desc_write.dstArrayElement = 0;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.hpp5957 , dstArrayElement( dstArrayElement_ )
6003 dstArrayElement = dstArrayElement_;
6048 && ( dstArrayElement == rhs.dstArrayElement )
6068 uint32_t dstArrayElement; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::WriteDescriptorSet
6087 , dstArrayElement( dstArrayElement_ )
6147 dstArrayElement = dstArrayElement_;
6171 && ( dstArrayElement == rhs.dstArrayElement )
6190 uint32_t dstArrayElement; member in struct:vk::vk::ImageLayout::AttachmentLoadOp::AttachmentStoreOp::ImageType::ImageTiling::ImageViewType::CommandBufferLevel::ComponentSwizzle::DescriptorType::QueryType::BorderColor::PipelineBindPoint::PipelineCacheHeaderVersion::PrimitiveTopology::SharingMode::IndexType::Filter::SamplerMipmapMode::SamplerAddressMode::CompareOp::PolygonMode::CullModeFlagBits::FrontFace::BlendFactor::BlendOp::StencilOp::LogicOp::InternalAllocationType::SystemAllocationScope::PhysicalDeviceType::VertexInputRate::Format::StructureType::CopyDescriptorSet
[all...]
H A Dvulkan.h1999 uint32_t dstArrayElement; member in struct:VkWriteDescriptorSet
2015 uint32_t dstArrayElement; member in struct:VkCopyDescriptorSet

Completed in 2919 milliseconds