| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_image.c | 156 pvr_DestroyImage(VkDevice _device, VkImage _image, const VkAllocationCallbacks *pAllocator) pvr_DestroyImage() argument 236 pvr_GetImageSubresourceLayout(VkDevice device, VkImage _image, const VkImageSubresource *subresource, VkSubresourceLayout *layout) pvr_GetImageSubresourceLayout() argument
|
| H A D | pvr_blit.c | 83 pvr_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage _image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) pvr_CmdClearColorImage() argument
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_image.c | 204 panvk_DestroyImage(VkDevice _device, VkImage _image, const VkAllocationCallbacks *pAllocator) panvk_DestroyImage() argument 233 panvk_GetImageSubresourceLayout(VkDevice _device, VkImage _image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) panvk_GetImageSubresourceLayout() argument 286 panvk_GetImageDrmFormatModifierPropertiesEXT(VkDevice device, VkImage _image, VkImageDrmFormatModifierPropertiesEXT *pProperties) panvk_GetImageDrmFormatModifierPropertiesEXT() argument
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_image.c | 159 lvp_DestroyImage(VkDevice _device, VkImage _image, in lvp_DestroyImage() argument 208 lvp_GetImageSubresourceLayout( VkDevice _device, VkImage _image, const VkImageSubresource* pSubresource, VkSubresourceLayout* pLayout) lvp_GetImageSubresourceLayout() argument
|
| H A D | lvp_device.c | 1850 VkImage _image; in lvp_GetDeviceImageMemoryRequirements() local 1903 lvp_GetImageMemoryRequirements( VkDevice device, VkImage _image, VkMemoryRequirements* pMemoryRequirements) lvp_GetImageMemoryRequirements() argument
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_image.c | 160 vk_common_GetImageDrmFormatModifierPropertiesEXT(UNUSED VkDevice device, VkImage _image, VkImageDrmFormatModifierPropertiesEXT *pProperties) vk_common_GetImageDrmFormatModifierPropertiesEXT() argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_image.c | 429 v3dv_GetImageSubresourceLayout(VkDevice device, VkImage _image, const VkImageSubresource *subresource, VkSubresourceLayout *layout) v3dv_GetImageSubresourceLayout() argument 465 v3dv_DestroyImage(VkDevice _device, VkImage _image, const VkAllocationCallbacks* pAllocator) v3dv_DestroyImage() argument
|
| H A D | v3dv_meta_clear.c | 149 v3dv_CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage _image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) v3dv_CmdClearColorImage() argument 175 v3dv_CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage _image, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) v3dv_CmdClearDepthStencilImage() argument
|
| H A D | v3dv_meta_copy.c | 1005 VkImage _image; in create_image_alias() local
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_image.c | 660 tu_DestroyImage(VkDevice _device, VkImage _image, const VkAllocationCallbacks *pAllocator) tu_DestroyImage() argument 751 tu_GetImageSubresourceLayout(VkDevice _device, VkImage _image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) tu_GetImageSubresourceLayout() argument
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_image.c | 785 dzn_GetImageSubresourceLayout(VkDevice _device, VkImage _image, const VkImageSubresource *subresource, VkSubresourceLayout *layout) dzn_GetImageSubresourceLayout() argument
|
| /test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
| H A D | nativewindow2.cpp | 85 auto _image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
in InitNativeWindow() local
|
| H A D | nativewindow1.cpp | 71 auto _image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
in InitNativeWindow() local 138 auto _image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
in testNativeWindowCreateNativeWindowFromSurfaceIdNullptr() local 162 auto _image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
in testNativeWindowCreateNativeWindowFromSurfaceIdNormal() local 200 auto _image in testNativeWindowCreateNativeWindowFromSurfaceIdSurfaceId() local 668 auto _image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); testNativeWindowWRParcelNormal() local 704 auto _image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D); testNativeWindowWriteToParcelAbNormal() local [all...] |
| /test/xts/acts/graphic/nativebuffer/entry/src/main/cpp/ |
| H A D | nativebuffer.cpp | 439 auto _image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
in OHNativeBufferFromNativeWindowBufferNullptr() local 471 auto _image = OH_NativeImage_Create(textureId, GL_TEXTURE_2D);
in OHNativeBufferFromNativeWindowBufferNormal() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_image.c | 2386 radv_DestroyImage(VkDevice _device, VkImage _image, const VkAllocationCallbacks *pAllocator) in radv_DestroyImage() argument 2398 radv_GetImageSubresourceLayout(VkDevice _device, VkImage _image, in radv_GetImageSubresourceLayout() argument 2466 radv_GetImageDrmFormatModifierPropertiesEXT(VkDevice _device, VkImage _image, in radv_GetImageDrmFormatModifierPropertiesEXT() argument
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_blorp.c | 995 anv_CmdClearColorImage( VkCommandBuffer commandBuffer, VkImage _image, VkImageLayout imageLayout, const VkClearColorValue* pColor, uint32_t rangeCount, const VkImageSubresourceRange* pRanges) anv_CmdClearColorImage() argument
|
| H A D | anv_image.c | 1632 anv_DestroyImage(VkDevice _device, VkImage _image, in anv_DestroyImage() argument 1995 anv_GetImageSubresourceLayout( VkDevice device, VkImage _image, const VkImageSubresource* subresource, VkSubresourceLayout* layout) anv_GetImageSubresourceLayout() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawCreateInfoUtil.cpp | 58 ImageViewCreateInfo::ImageViewCreateInfo (vk::VkImage _image, in ImageViewCreateInfo() argument 79 ImageViewCreateInfo::ImageViewCreateInfo (vk::VkImage _image, in ImageViewCreateInfo() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawCreateInfoUtil.cpp | 58 ImageViewCreateInfo::ImageViewCreateInfo (vk::VkImage _image, in ImageViewCreateInfo() argument 79 ImageViewCreateInfo::ImageViewCreateInfo (vk::VkImage _image, in ImageViewCreateInfo() argument
|
| /third_party/python/Lib/ |
| H A D | turtle.py | 475 def _image(self, filename): member in TurtleScreenBase
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 8265 builtin_builder::_image(image_prototype_ctr prototype, in _image() function in builtin_builder
|