Home
last modified time | relevance | path

Searched refs:dstArrayElement (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp137 .dstArrayElement = 0, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h371 uint32_t dstArrayElement; // Only used for inlineUniformBlock and accelerationStructure. member
DCompositorVk.cpp510 .dstArrayElement = 0, in setUpDescriptorSets()
1410 .dstArrayElement = 0, in updateDescriptorSetsIfChanged()
DVkDecoderGlobalState.cpp760 .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/
DGfxstreamEnd2EndVkTests.cpp774 .dstArrayElement = 0, in CreateDescriptorSet()
1162 .dstArrayElement = 0, in DoFillAndRenderFromAhb()
2003 .dstArrayElement = 0, in TEST_P()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp7382 …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 …]
Dvulkansc_hash.hpp1205 VULKAN_HPP_HASH_COMBINE( seed, copyDescriptorSet.dstArrayElement ); in operator ()()
6911 VULKAN_HPP_HASH_COMBINE( seed, writeDescriptorSet.dstArrayElement ); in operator ()()
Dvulkan_structs.hpp16400 …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 …]
Dvulkan_core.h3739 uint32_t dstArrayElement; member
3798 uint32_t dstArrayElement; member
5476 uint32_t dstArrayElement; member
Dvulkan_hash.hpp2298 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/
Dvulkan_printer.py1185dstArrayElement = printer.write_int("dstArrayElement", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3717 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()
Dgoldfish_vk_reserved_marshaling.cpp2825 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()