/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 137 .dstArrayElement = 0, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderInternalStructs.h | 371 uint32_t dstArrayElement; // Only used for inlineUniformBlock and accelerationStructure. member
|
D | CompositorVk.cpp | 510 .dstArrayElement = 0, in setUpDescriptorSets() 1410 .dstArrayElement = 0, in updateDescriptorSetsIfChanged()
|
D | VkDecoderGlobalState.cpp | 760 .dstArrayElement = arrayElement, in load() 3721 write.dstArrayElement = 0; in initDescriptorSetInfoLocked() 3833 uint32_t dstArrayElement = descriptorWrite.dstArrayElement; in on_vkUpdateDescriptorSetsImpl() local 3836 uint32_t arrOffset = dstArrayElement; in on_vkUpdateDescriptorSetsImpl() 3926 entry.dstArrayElement = dstArrayElement; in on_vkUpdateDescriptorSetsImpl()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 774 .dstArrayElement = 0, in CreateDescriptorSet() 1162 .dstArrayElement = 0, in DoFillAndRenderFromAhb() 2003 .dstArrayElement = 0, in TEST_P()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 7382 …t( srcArrayElement_ ), dstSet( dstSet_ ), dstBinding( dstBinding_ ), dstArrayElement( dstArrayElem… 7440 dstArrayElement = dstArrayElement_; in setDstArrayElement() 7470 …ype, pNext, srcSet, srcBinding, srcArrayElement, dstSet, dstBinding, dstArrayElement, descriptorCo… in reflect() 7490 && ( dstArrayElement == rhs.dstArrayElement ) in operator ==() 7509 uint32_t dstArrayElement = {}; member 50609 …: pNext( pNext_ ), dstSet( dstSet_ ), dstBinding( dstBinding_ ), dstArrayElement( dstArrayElement_… 50620 …: pNext( pNext_ ), dstSet( dstSet_ ), dstBinding( dstBinding_ ), dstArrayElement( dstArrayElement_… 50664 dstArrayElement = dstArrayElement_; in setDstArrayElement() 50745 …return std::tie( sType, pNext, dstSet, dstBinding, dstArrayElement, descriptorCount, descriptorTyp… in reflect() 50762 && ( dstArrayElement == rhs.dstArrayElement ) in operator ==() [all …]
|
D | vulkansc_hash.hpp | 1205 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.dstArrayElement ); in operator ()() 6911 VULKAN_HPP_HASH_COMBINE( seed, writeDescriptorSet.dstArrayElement ); in operator ()()
|
D | vulkan_structs.hpp | 16400 …t( srcArrayElement_ ), dstSet( dstSet_ ), dstBinding( dstBinding_ ), dstArrayElement( dstArrayElem… 16458 dstArrayElement = dstArrayElement_; in setDstArrayElement() 16488 …ype, pNext, srcSet, srcBinding, srcArrayElement, dstSet, dstBinding, dstArrayElement, descriptorCo… in reflect() 16508 && ( dstArrayElement == rhs.dstArrayElement ) in operator ==() 16527 uint32_t dstArrayElement = {}; member 23513 …: dstBinding( dstBinding_ ), dstArrayElement( dstArrayElement_ ), descriptorCount( descriptorCount… 23541 dstArrayElement = dstArrayElement_; in setDstArrayElement() 23589 … return std::tie( dstBinding, dstArrayElement, descriptorCount, descriptorType, offset, stride ); in reflect() 23603 && ( dstArrayElement == rhs.dstArrayElement ) in operator ==() 23619 uint32_t dstArrayElement = {}; member [all …]
|
D | vulkan_core.h | 3739 uint32_t dstArrayElement; member 3798 uint32_t dstArrayElement; member 5476 uint32_t dstArrayElement; member
|
D | vulkan_hash.hpp | 2298 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.dstArrayElement ); in operator ()() 3079 VULKAN_HPP_HASH_COMBINE( seed, descriptorUpdateTemplateEntry.dstArrayElement ); in operator ()() 14604 VULKAN_HPP_HASH_COMBINE( seed, writeDescriptorSet.dstArrayElement ); in operator ()()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 1185 … dstArrayElement = printer.write_int("dstArrayElement", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3717 vkStream->write((uint32_t*)&forMarshaling->dstArrayElement, sizeof(uint32_t)); in marshal_VkCopyDescriptorSet() 3752 vkStream->read((uint32_t*)&forUnmarshaling->dstArrayElement, sizeof(uint32_t)); in unmarshal_VkCopyDescriptorSet() 4042 vkStream->write((uint32_t*)&forMarshaling->dstArrayElement, sizeof(uint32_t)); in marshal_VkWriteDescriptorSet() 4125 vkStream->read((uint32_t*)&forUnmarshaling->dstArrayElement, sizeof(uint32_t)); in unmarshal_VkWriteDescriptorSet() 6971 vkStream->write((uint32_t*)&forMarshaling->dstArrayElement, sizeof(uint32_t)); in marshal_VkDescriptorUpdateTemplateEntry() 6984 vkStream->read((uint32_t*)&forUnmarshaling->dstArrayElement, sizeof(uint32_t)); in unmarshal_VkDescriptorUpdateTemplateEntry()
|
D | goldfish_vk_reserved_marshaling.cpp | 2825 memcpy((uint32_t*)&forUnmarshaling->dstArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkCopyDescriptorSet() 3062 memcpy((uint32_t*)&forUnmarshaling->dstArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkWriteDescriptorSet() 5282 memcpy((uint32_t*)&forUnmarshaling->dstArrayElement, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDescriptorUpdateTemplateEntry()
|