Home
last modified time | relevance | path

Searched defs:image (Results 576 - 600 of 1474) sorted by relevance

1...<<21222324252627282930>>...59

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c74 v3d_setup_slices(struct v3dv_image *image) in v3d_setup_slices() argument
235 v3dv_layer_offset(const struct v3dv_image *image, uint32_t level, uint32_t layer) v3dv_layer_offset() argument
251 struct v3dv_image *image = NULL; create_image() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c464 nir_ssa_def *image = NULL; in apply_layout_to_tex() local
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c567 const __DRIimageLookupExtension *image = sPriv->dri2.image; in drisw_init_screen() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h159 struct sp_tgsi_image *image[PIPE_SHADER_TYPES]; member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.h120 struct pipe_resource *image; member
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c226 upload_sampler_convert(struct pipe_context *pipe, struct pipe_sampler_view *dst, const struct pipe_box *dst_box, const XvImage *image, unsigned src_x, unsigned src_y) upload_sampler_convert() argument
409 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) XvMCCompositeSubpicture() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddebug.c555 _mesa_dump_image(const char *filename, const void *image, GLuint w, GLuint h, in _mesa_dump_image() argument
[all...]
H A Dtexturebindless.c367 struct pipe_image_view image; in get_image_handle() local
368 st_convert_image(st_context(ctx), &imgObj, &image, GL_READ_WRITE); in get_image_handle() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c205 st_texture_match_image(struct st_context *st, const struct pipe_resource *pt, const struct gl_texture_image *image) st_texture_match_image() argument
617 struct gl_bindless_image *image = &prog->sh.BindlessImages[i]; st_make_bound_images_resident() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c276 struct format_info image = get_format_info(image_fmt); in convert_color_for_load() local
457 struct format_info image = get_format_info(image_fmt); convert_color_for_store() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_android.c481 anv_image_init_from_gralloc(struct anv_device *device, struct anv_image *image, const VkImageCreateInfo *base_info, const VkNativeBufferANDROID *gralloc_info) anv_image_init_from_gralloc() argument
582 anv_image_bind_from_gralloc(struct anv_device *device, struct anv_image *image, const VkNativeBufferANDROID *gralloc_info) anv_image_bind_from_gralloc() argument
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.h51 } image; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c440 vk_common_GetImageMemoryRequirements(VkDevice _device, VkImage image, VkMemoryRequirements *pMemoryRequirements) vk_common_GetImageMemoryRequirements() argument
459 vk_common_BindImageMemory(VkDevice _device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset) vk_common_BindImageMemory() argument
477 vk_common_GetImageSparseMemoryRequirements(VkDevice _device, VkImage image, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements *pSparseMemoryRequirements) vk_common_GetImageSparseMemoryRequirements() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_drm.c109 prepare_signal_dma_buf_from_semaphore(struct wsi_swapchain *chain, const struct wsi_image *image) prepare_signal_dma_buf_from_semaphore() argument
147 wsi_prepare_signal_dma_buf_from_semaphore(struct wsi_swapchain *chain, const struct wsi_image *image) wsi_prepare_signal_dma_buf_from_semaphore() argument
165 wsi_signal_dma_buf_from_semaphore(const struct wsi_swapchain *chain, const struct wsi_image *image) wsi_signal_dma_buf_from_semaphore() argument
203 wsi_create_sync_for_dma_buf_wait(const struct wsi_swapchain *chain, const struct wsi_image *image, enum vk_sync_features req_features, struct vk_sync **sync_out) wsi_create_sync_for_dma_buf_wait() argument
462 wsi_create_native_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_native_image_mem() argument
565 wsi_create_prime_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_prime_image_mem() argument
[all...]
H A Dwsi_common_win32.c305 wsi_win32_image_init(VkDevice device_h, struct wsi_win32_swapchain *chain, const VkSwapchainCreateInfoKHR *create_info, const VkAllocationCallbacks *allocator, struct wsi_win32_image *image) wsi_win32_image_init() argument
348 wsi_win32_image_finish(struct wsi_win32_swapchain *chain, const VkAllocationCallbacks *allocator, struct wsi_win32_image *image) wsi_win32_image_finish() argument
408 struct wsi_win32_image *image = &chain->images[image_index]; wsi_win32_queue_present() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c384 CmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) CmdClearColorImage() argument
460 CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) CmdClearDepthStencilImage() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c201 VkImage image = vn_image_to_handle(img); in vn_image_init() local
342 vn_DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator) vn_DestroyImage() argument
515 vn_GetImageDrmFormatModifierPropertiesEXT( VkDevice device, VkImage image, VkImageDrmFormatModifierPropertiesEXT *pProperties) vn_GetImageDrmFormatModifierPropertiesEXT() argument
528 vn_GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout) vn_GetImageSubresourceLayout() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.h53 unsigned image : 1; /* buffer or image */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp157 Move<VkImage> image = createImage(vkd, device, &imageParams); in iterate() local
H A DvktApiGranularityTests.cpp198 Move<VkImage> image = createImage(vk, device, &imageInfo); in initImages() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp65 Move<VkImage> image; member
88 ImageHandleAllocSp image; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp224 tcu::PixelBufferAccess getSubregion (tcu::PixelBufferAccess image, const float x, const float y, const float size) in getSubregion() argument
245 void generateReferenceImage(tcu::PixelBufferAccess image, const Vec4& clearColor, const std::vector<Vec4>& perInstancePosition, const int numInvocations) in generateReferenceImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp47 namespace image namespace
[all...]
H A DvktImageAtomicSpirvShaders.cpp32 namespace image namespace
H A DvktImageMismatchedFormatsTests.cpp64 namespace image namespace

Completed in 25 milliseconds

1...<<21222324252627282930>>...59