Home
last modified time | relevance | path

Searched defs:imageView (Results 1 - 25 of 161) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DImage.hpp41 vk::ImageView imageView; // Owning handle member in Image
/third_party/skia/src/gpu/vk/
H A DGrVkImageView.cpp47 VkImageView imageView; in Make() local
H A DGrVkImageView.h31 VkImageView imageView() const { return fImageView; } in imageView() function in GrVkImageView
41 GrVkImageView(const GrVkGpu* gpu, VkImageView imageView, in GrVkImageView() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp147 Move<vk::VkImageView> imageView; member in vk::ImageWithBuffer
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFramebuffer.cpp186 void Framebuffer::setAttachment(ImageView *imageView, uint32_t index) in setAttachment() argument
208 ImageView *imageView = attachments[subpass.pColorAttachments[i].attachment]; local
228 ImageView *imageView = attachments[depthStencilAttachment]; global() local
[all...]
H A DVkDescriptorSetLayout.cpp455 auto *imageView = vk::Cast(update->imageView); global() variable
[all...]
H A DVkDevice.hpp90 uint32_t imageView; member
H A DVkDevice.cpp424 void Device::registerImageView(ImageView *imageView) in registerImageView() argument
433 void Device::unregisterImageView(ImageView *imageView) in unregisterImageView() argument
446 void Device::prepareForSampling(ImageView *imageView) in prepareForSampling() argument
460 contentsChanged(ImageView *imageView, Image::ContentsChangedContext context) contentsChanged() argument
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_metal.h141 VkImageView imageView; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image_view.h317 static inline size_t vn_sizeof_vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyImageView() argument
332 static inline void vn_encode_vkDestroyImageView(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) in vn_encode_vkDestroyImageView() argument
345 static inline size_t vn_sizeof_vkDestroyImageView_reply(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyImageView_reply() argument
357 static inline void vn_decode_vkDestroyImageView_reply(struct vn_cs_decoder *dec, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyImageView_reply() argument
389 static inline void vn_submit_vkDestroyImageView(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) in vn_submit_vkDestroyImageView() argument
432 vn_call_vkDestroyImageView(struct vn_instance *vn_instance, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroyImageView() argument
445 vn_async_vkDestroyImageView(struct vn_instance *vn_instance, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroyImageView() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp94 inline void release (Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocator) in release() argument
H A DvktApiGranularityTests.cpp220 Move<VkImageView> imageView = createImageView(vk, device, &createInfo); in initImages() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoFrameBuffer.hpp141 VkImageResourceView(DeviceContext& vkDevCtx, VkSharedBaseObj<VkImageResource>& imageResource, VkImageView imageView, VkImageSubresourceRange& ) VkImageResourceView() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiNullHandleTests.cpp94 inline void release (Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocator) in release() argument
H A DvktApiGranularityTests.cpp231 Move<VkImageView> imageView = createImageView(vk, device, &createInfo); in initImages() local
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_metal.h143 VkImageView imageView; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c586 v3dv_DestroyImageView(VkDevice _device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) v3dv_DestroyImageView() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c615 vn_DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) vn_DestroyImageView() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp174 createDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool descPool, VkDescriptorSetLayout descLayout, VkImageView imageView) createDescriptorSet() argument
H A DvktYCbCrFilteringTests.cpp261 bindImage(VkDescriptorSet descriptorSet, VkImageView imageView, VkSampler sampler) bindImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp174 createDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool descPool, VkDescriptorSetLayout descLayout, VkImageView imageView) createDescriptorSet() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c1228 dzn_DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator) dzn_DestroyImageView() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp461 Move<VkImageView> imageView; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRobustnessCacheTests.cpp241 const auto imageView = makeImageView(vk, device, image->get(), vk::VK_IMAGE_VIEW_TYPE_2D, vk::VK_FORMAT_R32G32B32A32_SFLOAT, subresourceRange); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingNullASTests.cpp449 const Move<VkImageView> imageView = makeImageView(vkd, device, **image, VK_IMAGE_VIEW_TYPE_2D, format, imageSubresourceRange); in runTest() local

Completed in 20 milliseconds

1234567