Home
last modified time | relevance | path

Searched refs:pImage (Results 1 – 25 of 29) sorted by relevance

12

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_delta_panel.cpp57 void deltaPanelRendering(uint8_t *pImage, int width, int height) in deltaPanelRendering() argument
69 pData = pImage + byteWidth; in deltaPanelRendering()
Dhwc_delta_panel.h23 void deltaPanelRendering(uint8_t *pImage, int width, int height);
/hardware/google/gfxstream/host/vulkan/
Dvulkan_gfxstream.h54 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage, VkMemoryRequireme…
113 VkImage* pImage,
DVkDecoderGlobalState.h228 const VkAllocationCallbacks* pAllocator, VkImage* pImage);
582 VkImage* pImage,
DVkDecoderSnapshot.cpp493 const VkAllocationCallbacks* pAllocator, VkImage* pImage) { in vkCreateImage() argument
494 if (!pImage) return; in vkCreateImage()
497 mReconstruction.addHandles((const uint64_t*)pImage, 1); in vkCreateImage()
498 mReconstruction.addHandleDependency((const uint64_t*)pImage, 1, in vkCreateImage()
504 mReconstruction.forEachHandleAddApi((const uint64_t*)pImage, 1, apiHandle, in vkCreateImage()
506 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pImage, 1); in vkCreateImage()
3629 VkImage* pImage, in vkCreateImageWithRequirementsGOOGLE() argument
3631 if (!pImage) return; in vkCreateImageWithRequirementsGOOGLE()
3634 mReconstruction.addHandles((const uint64_t*)pImage, 1); in vkCreateImageWithRequirementsGOOGLE()
3635 mReconstruction.addHandleDependency((const uint64_t*)pImage, 1, in vkCreateImageWithRequirementsGOOGLE()
[all …]
DVkDecoderGlobalState.cpp2092 const VkAllocationCallbacks* pAllocator, VkImage* pImage) { in on_vkCreateImage() argument
2143 *pImage = anbInfo->image; in on_vkCreateImage()
2146 createRes = vk->vkCreateImage(device, pCreateInfo, pAllocator, pImage); in on_vkCreateImage()
2152 cmpInfo.setOutputImage(*pImage); in on_vkCreateImage()
2162 auto& imageInfo = mImageInfo[*pImage]; in on_vkCreateImage()
2169 *pImage = new_boxed_non_dispatchable_VkImage(*pImage); in on_vkCreateImage()
5593 VkImage* pImage, in on_vkCreateImageWithRequirementsGOOGLE() argument
5600 on_vkCreateImage(pool, boxed_device, pCreateInfo, pAllocator, pImage); in on_vkCreateImageWithRequirementsGOOGLE()
5606 on_vkGetImageMemoryRequirements(pool, boxed_device, unbox_VkImage(*pImage), in on_vkCreateImageWithRequirementsGOOGLE()
7996 VkImage* pImage) { in on_vkCreateImage() argument
[all …]
DVkDecoder.cpp3766 VkImage* pImage; in decode() local
3788 vkReadStream->alloc((void**)&pImage, sizeof(VkImage)); in decode()
3792 *(VkImage*)pImage = (VkImage)(VkImage)((VkImage)(*&cgen_var_2)); in decode()
3804 (unsigned long long)pAllocator, (unsigned long long)pImage); in decode()
3808 m_state->on_vkCreateImage(&m_pool, device, pCreateInfo, pAllocator, pImage); in decode()
3818 vkStream->handleMapping()->mapHandles_VkImage((VkImage*)pImage, 1); in decode()
3819 vkStream->write((VkImage*)pImage, 8 * 1); in decode()
3830 device, pCreateInfo, pAllocator, pImage); in decode()
20674 VkImage* pImage; in decode() local
20697 vkReadStream->alloc((void**)&pImage, sizeof(VkImage)); in decode()
[all …]
DVkDecoderSnapshot.h262 const VkAllocationCallbacks* pAllocator, VkImage* pImage);
1573 VkImage* pImage,
/hardware/google/gfxstream/guest/vulkan_enc/
Dvulkan_gfxstream.h54 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage, VkMemoryRequireme…
113 VkImage* pImage,
DVkEncoder.h184 const VkAllocationCallbacks* pAllocator, VkImage* pImage,
1086 VkImage* pImage,
DResourceTracker.h200 const VkAllocationCallbacks* pAllocator, VkImage* pImage);
DResourceTracker.cpp4080 VkImage* pImage) { in on_vkCreateImage() argument
4258 res = enc->vkCreateImageWithRequirementsGOOGLE(device, &localCreateInfo, pAllocator, pImage, in on_vkCreateImage()
4261 res = enc->vkCreateImage(device, &localCreateInfo, pAllocator, pImage, true /* do lock */); in on_vkCreateImage()
4268 auto it = info_VkImage.find(*pImage); in on_vkCreateImage()
4348 transformImageMemoryRequirementsForGuestLocked(*pImage, &memReqs); in on_vkCreateImage()
Dfunc_table.cpp706 const VkAllocationCallbacks* pAllocator, VkImage* pImage) { in gfxstream_vk_CreateImage() argument
714 vkEnc, VK_SUCCESS, gfxstream_device->internal_object, pCreateInfo, pAllocator, pImage); in gfxstream_vk_CreateImage()
4641 VkImage* pImage, in gfxstream_vk_CreateImageWithRequirementsGOOGLE() argument
4650 pCreateInfo, pAllocator, pImage, in gfxstream_vk_CreateImageWithRequirementsGOOGLE()
DVkEncoder.cpp6513 const VkAllocationCallbacks* pAllocator, VkImage* pImage, in vkCreateImage() argument
6626 *&cgen_var_2 = (uint64_t)((*pImage)); in vkCreateImage()
6639 stream->handleMapping()->mapHandles_u64_VkImage(&cgen_var_3, (VkImage*)pImage, 1); in vkCreateImage()
36514 VkImage* pImage, VkMemoryRequirements* pMemoryRequirements, uint32_t doLock) { in vkCreateImageWithRequirementsGOOGLE() argument
36630 *&cgen_var_2 = (uint64_t)((*pImage)); in vkCreateImageWithRequirementsGOOGLE()
36647 stream->handleMapping()->mapHandles_u64_VkImage(&cgen_var_3, (VkImage*)pImage, 1); in vkCreateImageWithRequirementsGOOGLE()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h142 const VkAllocationCallbacks* pAllocator, VkImage* pImage) { in vkCreateImage() argument
144 return mDgs->on_vkCreateImage(mBp, device, pCreateInfo, pAllocator, pImage); in vkCreateImage()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h339 VkImage *pImage);
Dwsi_common.c1539 VkImage *pImage) in wsi_common_create_swapchain_image() argument
1588 &chain->alloc, pImage); in wsi_common_create_swapchain_image()
/hardware/google/gfxstream/guest/mesa/include/EGL/
Deglext.h1216 …EGLSTREAMACQUIREIMAGENVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync);
1221 …NTRY eglStreamAcquireImageNV (EGLDisplay dpy, EGLStreamKHR stream, EGLImage *pImage, EGLSync sync);
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1770 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w,
1774 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h,
4502 void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, in tdefl_write_image_to_png_file_in_memory_ex() argument
4533 (mz_uint8 *)pImage + (flip ? (h - 1 - y) : y) * bpl, in tdefl_write_image_to_png_file_in_memory_ex()
4609 void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, in tdefl_write_image_to_png_file_in_memory() argument
4614 return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, in tdefl_write_image_to_png_file_in_memory()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py223 pImage = printer.write_int("pImage", 8, indent, optional=False, count=None, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1306 …eInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkImage * pImage ) const VULKAN_HPP… in vkCreateImage()
1308 return ::vkCreateImage( device, pCreateInfo, pAllocator, pImage ); in vkCreateImage()
Dvulkan.hpp1337 …eInfo * pCreateInfo, const VkAllocationCallbacks * pAllocator, VkImage * pImage ) const VULKAN_HPP… in vkCreateImage()
1339 return ::vkCreateImage( device, pCreateInfo, pAllocator, pImage ); in vkCreateImage()
Dvulkansc_funcs.hpp1618 …MESPACE::AllocationCallbacks * pAllocator, VULKAN_HPP_NAMESPACE::Image * pImage, Dispatch const & … in createImage() argument
1621 …rpret_cast<const VkAllocationCallbacks *>( pAllocator ), reinterpret_cast<VkImage *>( pImage ) ) ); in createImage()
Dvulkan_core.h4034 …e, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage);
4410 VkImage* pImage);
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4002 …e, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImage* pImage);
4378 VkImage* pImage);

12