Home
last modified time | relevance | path

Searched refs:pImageInfo (Results 1 – 25 of 26) sorted by relevance

12

/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphDnldNfc.cc732 uint8_t* pImageInfo = NULL; in phDnldNfc_InitImgInfo() local
752 wStatus = phDnldNfc_LoadBinFW(&pImageInfo, &ImageInfoLen); in phDnldNfc_InitImgInfo()
756 wStatus = phDnldNfc_LoadRecoveryFW(&pImageInfo, &ImageInfoLen); in phDnldNfc_InitImgInfo()
758 wStatus = phDnldNfc_LoadFW(&pImageInfo, &ImageInfoLen); in phDnldNfc_InitImgInfo()
766 NXPLOG_FWDNLD_D("FW Image Info Pointer - pImageInfo %p", pImageInfo); in phDnldNfc_InitImgInfo()
768 if ((pImageInfo == NULL) || (ImageInfoLen == 0)) { in phDnldNfc_InitImgInfo()
786 gpphDnldContext->nxp_nfc_fw = (uint8_t*)pImageInfo; in phDnldNfc_InitImgInfo()
795 NXPLOG_FWDNLD_D("FW Image Info Pointer - %p", pImageInfo); in phDnldNfc_InitImgInfo()
825 uint8_t* pImageInfo = NULL; in phDnldNfc_LoadRecInfo() local
832 wStatus = phDnldNfc_LoadRecoveryFW(&pImageInfo, &ImageInfoLen); in phDnldNfc_LoadRecInfo()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc762 uint8_t* pImageInfo = NULL; in phDnldNfc_InitImgInfo() local
786 pImageInfo = (uint8_t*)gphDnldNfc_DlSequence; in phDnldNfc_InitImgInfo()
792 wStatus = phDnldNfc_LoadBinFW(&pImageInfo, &ImageInfoLen); in phDnldNfc_InitImgInfo()
795 wStatus = phDnldNfc_LoadFW(Fw_Lib_Path, &pImageInfo, &ImageInfoLen, in phDnldNfc_InitImgInfo()
803 NXPLOG_FWDNLD_D("FW Image Info Pointer - pImageInfo %p", pImageInfo); in phDnldNfc_InitImgInfo()
805 if ((pImageInfo == NULL) || (ImageInfoLen == 0)) { in phDnldNfc_InitImgInfo()
823 gpphDnldContext->nxp_nfc_fw = (uint8_t*)pImageInfo; in phDnldNfc_InitImgInfo()
841 NXPLOG_FWDNLD_D("FW Image Info Pointer - %p", pImageInfo); in phDnldNfc_InitImgInfo()
867 uint8_t* pImageInfo = NULL; in phDnldNfc_LoadRecInfo() local
873 wStatus = phDnldNfc_LoadFW(PLATFORM_LIB_PATH, &pImageInfo, &ImageInfoLen); in phDnldNfc_LoadRecInfo()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_cmd_enqueue.c134 vk_free(queue->alloc, (void *)entry->pImageInfo); in push_descriptors_set_free()
195 pds->descriptor_writes[i].pImageInfo = in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
199 memcpy((VkDescriptorImageInfo *)pds->descriptor_writes[i].pImageInfo, in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
200 pDescriptorWrites[i].pImageInfo, in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
Dvk_meta_blit_resolve.c534 .pImageInfo = &image_infos[desc_count], in do_blit()
578 .pImageInfo = &image_infos[desc_count], in do_blit()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp711 .pImageInfo = &compressedMipmapsDescriptorImageInfo, in initializeDecompressionPipeline()
718 .pImageInfo = &mDecompDescriptorImageInfo, in initializeDecompressionPipeline()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp140 .pImageInfo = &descriptorSet0Binding0ImageInfo, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp259 const VkDescriptorImageInfo* pImageInfo) { in createImmutableSamplersFilteredImageInfo() argument
260 VkDescriptorImageInfo res = *pImageInfo; in createImmutableSamplersFilteredImageInfo()
354 uint32_t getBufferCollectionConstraintsVulkanImageUsage(const VkImageCreateInfo* pImageInfo) { in getBufferCollectionConstraintsVulkanImageUsage() argument
356 VkImageUsageFlags imageUsage = pImageInfo->usage; in getBufferCollectionConstraintsVulkanImageUsage()
498 const VkImageCreateInfo* pImageInfo) { in setBufferCollectionConstraintsFUCHSIA() argument
499 if (pImageInfo == nullptr) { in setBufferCollectionConstraintsFUCHSIA()
511 if (pImageInfo->format == VK_FORMAT_UNDEFINED) { in setBufferCollectionConstraintsFUCHSIA()
518 auto createInfo = *pImageInfo; in setBufferCollectionConstraintsFUCHSIA()
532 .imageCreateInfo = *pImageInfo, in setBufferCollectionConstraintsFUCHSIA()
5036 if (!transformedWrites[i].pImageInfo) continue; in on_vkUpdateDescriptorSets()
[all …]
DDescriptorSetVirtualization.cpp136 entry.imageInfo = write->pImageInfo[i]; in doEmulatedDescriptorWrite()
DResourceTracker.h707 const VkImageCreateInfo* pImageInfo);
Dgoldfish_vk_transform_guest.cpp1825 if (toTransform->pImageInfo) { in transform_tohost_VkWriteDescriptorSet()
1828 resourceTracker, (VkDescriptorImageInfo*)(toTransform->pImageInfo + i)); in transform_tohost_VkWriteDescriptorSet()
1850 if (toTransform->pImageInfo) { in transform_fromhost_VkWriteDescriptorSet()
1853 resourceTracker, (VkDescriptorImageInfo*)(toTransform->pImageInfo + i)); in transform_fromhost_VkWriteDescriptorSet()
Dgoldfish_vk_deepcopy_guest.cpp1771 to->pImageInfo = nullptr; in deepcopy_VkWriteDescriptorSet()
1772 if (from->pImageInfo) { in deepcopy_VkWriteDescriptorSet()
1773 to->pImageInfo = (VkDescriptorImageInfo*)alloc->alloc( in deepcopy_VkWriteDescriptorSet()
1777 deepcopy_VkDescriptorImageInfo(alloc, rootType, from->pImageInfo + i, in deepcopy_VkWriteDescriptorSet()
1778 (VkDescriptorImageInfo*)(to->pImageInfo + i)); in deepcopy_VkWriteDescriptorSet()
Dgoldfish_vk_marshaling_guest.cpp3564 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pImageInfo; in marshal_VkWriteDescriptorSet()
3566 if (forMarshaling->pImageInfo) { in marshal_VkWriteDescriptorSet()
3577 (const VkDescriptorImageInfo*)(forMarshaling->pImageInfo + i)); in marshal_VkWriteDescriptorSet()
3637 if (forUnmarshaling->pImageInfo) { in unmarshal_VkWriteDescriptorSet()
3652 (VkDescriptorImageInfo*)(forUnmarshaling->pImageInfo + i)); in unmarshal_VkWriteDescriptorSet()
3656 forUnmarshaling->pImageInfo = 0; in unmarshal_VkWriteDescriptorSet()
Dgoldfish_vk_counting_guest.cpp1916 if (toCount->pImageInfo) { in count_VkWriteDescriptorSet()
1927 (const VkDescriptorImageInfo*)(toCount->pImageInfo + i), count); in count_VkWriteDescriptorSet()
Dgoldfish_vk_reserved_marshaling_guest.cpp2596 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pImageInfo; in reservedmarshal_VkWriteDescriptorSet()
2600 if (forMarshaling->pImageInfo) { in reservedmarshal_VkWriteDescriptorSet()
2610 (const VkDescriptorImageInfo*)(forMarshaling->pImageInfo + i), ptr); in reservedmarshal_VkWriteDescriptorSet()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc3226 any element of the pname:pImageInfo member of pname:pDescriptorWrites[i]
3274 pname:pDescriptorWrites[i].pname:pImageInfo must: be a valid pointer to
3283 pname:pDescriptorWrites[i].pname:pImageInfo must: be a valid pointer to
3336 ** the number of elements in pname:pImageInfo
3350 each descriptor in pname:pImageInfo, pname:pBufferInfo, or
3364 * pname:pImageInfo is a pointer to an array of slink:VkDescriptorImageInfo
3373 Only one of pname:pImageInfo, pname:pBufferInfo, or pname:pTexelBufferView
3516 each element of pname:pImageInfo must: be a valid sname:VkSampler object
3522 each element of pname:pImageInfo must: be either a valid
3530 enabled, the pname:imageView member of each element of pname:pImageInfo
[all …]
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp1401 .pImageInfo = &descriptorImageInfos[layerIndex], in updateDescriptorSetsIfChanged()
DVkDecoderGlobalState.cpp799 writeDescriptorSet.pImageInfo = tmpImageInfos.back().get(); in load()
3118 entry.imageInfo = descriptorWrite.pImageInfo[writeElemIdx]; in on_vkUpdateDescriptorSetsImpl()
3219 const VkDescriptorImageInfo& imageInfo = descriptorWrite.pImageInfo[j]; in on_vkUpdateDescriptorSetsImpl()
3265 memcpy(imageInfos, srcDescriptorWrite.pImageInfo, in on_vkUpdateDescriptorSetsImpl()
3267 dstDescriptorWrite.pImageInfo = imageInfos; in on_vkUpdateDescriptorSetsImpl()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp1828 if (toTransform->pImageInfo) { in transform_tohost_VkWriteDescriptorSet()
1831 resourceTracker, (VkDescriptorImageInfo*)(toTransform->pImageInfo + i)); in transform_tohost_VkWriteDescriptorSet()
1853 if (toTransform->pImageInfo) { in transform_fromhost_VkWriteDescriptorSet()
1856 resourceTracker, (VkDescriptorImageInfo*)(toTransform->pImageInfo + i)); in transform_fromhost_VkWriteDescriptorSet()
Dgoldfish_vk_deepcopy.cpp1771 to->pImageInfo = nullptr; in deepcopy_VkWriteDescriptorSet()
1772 if (from->pImageInfo) { in deepcopy_VkWriteDescriptorSet()
1773 to->pImageInfo = (VkDescriptorImageInfo*)alloc->alloc( in deepcopy_VkWriteDescriptorSet()
1777 deepcopy_VkDescriptorImageInfo(alloc, rootType, from->pImageInfo + i, in deepcopy_VkWriteDescriptorSet()
1778 (VkDescriptorImageInfo*)(to->pImageInfo + i)); in deepcopy_VkWriteDescriptorSet()
Dgoldfish_vk_marshaling.cpp4045 uint64_t cgen_var_1 = (uint64_t)(uintptr_t)forMarshaling->pImageInfo; in marshal_VkWriteDescriptorSet()
4047 if (forMarshaling->pImageInfo) { in marshal_VkWriteDescriptorSet()
4058 (const VkDescriptorImageInfo*)(forMarshaling->pImageInfo + i)); in marshal_VkWriteDescriptorSet()
4128 forUnmarshaling->pImageInfo = (const VkDescriptorImageInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkWriteDescriptorSet()
4129 if (forUnmarshaling->pImageInfo) { in unmarshal_VkWriteDescriptorSet()
4136 vkStream->alloc((void**)&forUnmarshaling->pImageInfo, in unmarshal_VkWriteDescriptorSet()
4142 (VkDescriptorImageInfo*)(forUnmarshaling->pImageInfo + i)); in unmarshal_VkWriteDescriptorSet()
4146 forUnmarshaling->pImageInfo = 0; in unmarshal_VkWriteDescriptorSet()
Dgoldfish_vk_reserved_marshaling.cpp3064 memcpy((VkDescriptorImageInfo**)&forUnmarshaling->pImageInfo, (*ptr), 8); in reservedunmarshal_VkWriteDescriptorSet()
3065 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pImageInfo); in reservedunmarshal_VkWriteDescriptorSet()
3067 if (forUnmarshaling->pImageInfo) { in reservedunmarshal_VkWriteDescriptorSet()
3074 vkStream->alloc((void**)&forUnmarshaling->pImageInfo, in reservedunmarshal_VkWriteDescriptorSet()
3078 vkStream, rootType, (VkDescriptorImageInfo*)(forUnmarshaling->pImageInfo + i), in reservedunmarshal_VkWriteDescriptorSet()
3082 forUnmarshaling->pImageInfo = 0; in reservedunmarshal_VkWriteDescriptorSet()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1683 write_desc[0].pImageInfo = desc_image; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6914 VULKAN_HPP_HASH_COMBINE( seed, writeDescriptorSet.pImageInfo ); in operator ()()
Dvulkan_hash.hpp14607 VULKAN_HPP_HASH_COMBINE( seed, writeDescriptorSet.pImageInfo ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3763 const VkDescriptorImageInfo* pImageInfo; member

12