/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_resources.c | 246 si_nir_load_sampler_desc(struct ac_shader_abi *abi, unsigned descriptor_set, unsigned base_index, unsigned constant_index, LLVMValueRef dynamic_index, enum ac_descriptor_type desc_type, bool image, bool write, bool bindless) si_nir_load_sampler_desc() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_usefont.c | 132 XImage *image; in fill_bitmap() local
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_image.c | 36 struct lvp_image *image; in lvp_image_create() local 114 VkImage image in lvp_swapchain_get_image() local [all...] |
/third_party/mesa3d/src/glx/ |
H A D | xfont.c | 136 XImage *image; in fill_bitmap() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 204 struct pipe_image_view image; in try_pbo_readpixels() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderimage.c | 744 struct gl_texture_image *image = texObj->Image[0][0]; in bind_image_textures() local [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_texture.h | 141 const struct pan_image *image; member
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_private.h | 78 VkImage image; member [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_tex_sample.c | 465 lp_llvm_image_soa_destroy(struct lp_build_image_soa *image) in lp_llvm_image_soa_destroy() argument 476 struct lp_llvm_image_soa *image = (struct lp_llvm_image_soa *)base; in lp_llvm_image_soa_emit_op() local 513 struct lp_llvm_image_soa *image = (struct lp_llvm_image_soa *)base; lp_llvm_image_soa_emit_size_query() local 528 struct lp_llvm_image_soa *image = CALLOC_STRUCT(lp_llvm_image_soa); lp_llvm_image_soa_create() local [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_image.c | 57 vk_image_init(struct vk_device *device, struct vk_image *image, const VkImageCreateInfo *pCreateInfo) vk_image_init() argument 133 struct vk_image *image = vk_image_create() local 145 vk_image_finish(struct vk_image *image) vk_image_finish() argument 151 vk_image_destroy(struct vk_device *device, const VkAllocationCallbacks *alloc, struct vk_image *image) vk_image_destroy() argument 177 vk_image_set_format(struct vk_image *image, VkFormat format) vk_image_set_format() argument 184 vk_image_usage(const struct vk_image *image, VkImageAspectFlags aspect_mask) vk_image_usage() argument 242 vk_image_expand_aspect_mask(const struct vk_image *image, VkImageAspectFlags aspect_mask) vk_image_expand_aspect_mask() argument 255 vk_image_extent_to_elements(const struct vk_image *image, VkExtent3D extent) vk_image_extent_to_elements() argument 269 vk_image_offset_to_elements(const struct vk_image *image, VkOffset3D offset) vk_image_offset_to_elements() argument 288 vk_image_buffer_copy_layout(const struct vk_image *image, const VkBufferImageCopy2* region) vk_image_buffer_copy_layout() argument [all...] |
H A D | vk_image.h | 102 vk_image_mip_level_extent(const struct vk_image *image, in vk_image_mip_level_extent() argument 121 vk_image_subresource_level_count(const struct vk_image *image, const VkImageSubresourceRange *range) vk_image_subresource_level_count() argument 129 vk_image_sanitize_extent(const struct vk_image *image, const VkExtent3D imageExtent) vk_image_sanitize_extent() argument 148 vk_image_sanitize_offset(const struct vk_image *image, const VkOffset3D imageOffset) vk_image_sanitize_offset() argument 202 struct vk_image *image; global() member [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm_sample.c | 421 struct draw_llvm_image_soa *image = (struct draw_llvm_image_soa *)base; in draw_llvm_image_soa_emit_op() local 453 struct draw_llvm_image_soa *image = (struct draw_llvm_image_soa *)base; in draw_llvm_image_soa_emit_size_query() local 463 draw_llvm_image_soa_destroy(struct lp_build_image_soa *image) draw_llvm_image_soa_destroy() argument 472 struct draw_llvm_image_soa *image; draw_llvm_image_soa_create() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor_cs.c | 595 struct pipe_image_view image = {0}; in cs_launch() local
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | image.c | 103 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image) in vlVaCreateImage() argument 197 vlVaDeriveImage(VADriverContextP ctx, VASurfaceID surface, VAImage *image) in vlVaDeriveImage() argument 433 vlVaDestroyImage(VADriverContextP ctx, VAImageID image) in vlVaDestroyImage() argument 458 vlVaSetImagePalette(VADriverContextP ctx, VAImageID image, unsigned char *palette) in vlVaSetImagePalette() argument 467 vlVaGetImage(VADriverContextP ctx, VASurfaceID surface, int x, int y, unsigned int width, unsigned int height, VAImageID image) vlVaGetImage() argument 610 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) vlVaPutImage() argument [all...] |
/third_party/mesa3d/src/gbm/backends/dri/ |
H A D | gbm_driint.h | 76 const __DRIimageExtension *image; member 131 __DRIimage *image; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiNullHandleTests.cpp | 89 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTransfer.cpp | 51 namespace image namespace [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 557 imageBarrier(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const VkImage image, const VkImageSubresourceRange subresourceRange, const VkImageLayout oldLayout, const VkImageLayout newLayout, const VkAccessFlags srcAccessMask, const VkAccessFlags dstAccessMask, const VkPipelineStageFlags srcStageMask, const VkPipelineStageFlags dstStageMask) imageBarrier() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemStackTests.cpp | 372 validateResult(vk::VkImage image, vk::VkImageLayout imageLayout, const tcu::Texture2D& texture2D, const tcu::Sampler& refSampler) validateResult() argument [all...] |
H A D | vktProtectedMemWorkgroupStorageTests.cpp | 341 validateResult(vk::VkImage image, vk::VkImageLayout imageLayout, const tcu::Texture2D& texture2D, const tcu::Sampler& refSampler) validateResult() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 77 bool verifyResult (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image) in verifyResult() argument [all...] |
H A D | vktTessellationGeometryPointSizeTests.cpp | 115 bool verifyImage (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const int expectedSize) in verifyImage() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 188 setImageLayout(const DeviceInterface &vkd, VkCommandBuffer cmdBuffer, VkImage image, VkImageLayout oldImageLayout, VkImageLayout newImageLayout, VkPipelineStageFlags2KHR srcStages, VkPipelineStageFlags2KHR dstStages, VkImageAspectFlags aspectMask = VK_IMAGE_ASPECT_COLOR_BIT) setImageLayout() argument [all...] |
H A D | vktVideoFrameBuffer.hpp | 256 VkImage image; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiNullHandleTests.cpp | 89 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release() argument
|