Home
last modified time | relevance | path

Searched defs:image (Results 901 - 925 of 1513) sorted by relevance

1...<<31323334353637383940>>...61

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c58 LLVMValueRef ptr, image, fmask; in si_nir_emit_fbfetch() local
H A Dsi_compute_blit.c722 struct pipe_image_view image[2] = {0}; in si_compute_copy_image() local
896 struct pipe_image_view image = {0}; si_compute_expand_fmask() local
984 struct pipe_image_view image = {0}; si_compute_clear_render_target() local
[all...]
/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c62 dri_lookup_egl_image(__DRIscreen *screen, void *image, void *data) in dri_lookup_egl_image() argument
73 dri_validate_egl_image(void *image, void *data) in dri_validate_egl_image() argument
84 dri_lookup_egl_image_validated(void *image, void *data) in dri_lookup_egl_image_validated() argument
751 get_number_planes(struct gbm_dri_device *dri, __DRIimage *image) get_number_planes() argument
807 __DRIimage *image = dri->image->fromPlanar(bo->image, plane, NULL); gbm_dri_bo_get_handle_for_plane() local
846 __DRIimage *image = dri->image->fromPlanar(bo->image, plane, NULL); gbm_dri_bo_get_plane_fd() local
863 __DRIimage *image; gbm_dri_bo_get_stride() local
921 __DRIimage *image = dri->image->fromPlanar(bo->image, plane, NULL); gbm_dri_bo_get_offset() local
990 __DRIimage *image; gbm_dri_bo_import() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_cmd_buffer.c248 anv_cmd_buffer_mark_image_written(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, VkImageAspectFlagBits aspect, enum isl_aux_usage aux_usage, uint32_t level, uint32_t base_layer, uint32_t layer_count) anv_cmd_buffer_mark_image_written() argument
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c60 nir_variable *image = nir_variable_create(b->shader, var_mode, new_var_type, NULL); in lower_image_deref_impl() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexobj.c2146 struct gl_texture_image *image; _mesa_InvalidateTexSubImage() local
2329 struct gl_texture_image *image = tex_obj->Image[0][level]; texture_page_commitment() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c577 VkImage image = VK_NULL_HANDLE; in vn_android_image_from_anb() local
710 vn_AcquireImageANDROID(VkDevice device, UNUSED VkImage image, int nativeFenceFd, VkSemaphore semaphore, VkFence fence) vn_AcquireImageANDROID() argument
800 vn_QueueSignalReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore *pWaitSemaphores, VkImage image, int *pNativeFenceFd) vn_QueueSignalReleaseImageANDROID() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c1055 struct wsi_wl_image *image = &chain->images[image_index]; in wsi_wl_swapchain_queue_present() local
1100 struct wsi_wl_image *image = data; in buffer_handle_release() local
1114 struct wsi_wl_image *image in wsi_wl_alloc_image_shm() local
1135 wsi_wl_image_init(struct wsi_wl_swapchain *chain, struct wsi_wl_image *image, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks* pAllocator) wsi_wl_image_init() argument
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h192 unsigned image : 1; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c693 const struct pipe_image_view *image = &images[i]; in lp_setup_set_fs_images() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c807 dd_context_create_image_handle(struct pipe_context *_pipe, const struct pipe_image_view *image) dd_context_create_image_handle() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c832 draw_image(struct draw_context *draw, enum pipe_shader_type shader, struct tgsi_image *image) draw_image() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h284 const struct lp_build_image_soa *image; member
543 const struct lp_build_image_soa *image; member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c394 noop_create_image_handle(struct pipe_context *ctx, const struct pipe_image_view *image) noop_create_image_handle() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.h73 VkImage image; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c264 const struct pipe_image_view *image = &iviews[i]; in panfrost_set_shader_images() local
/third_party/openmax/api/1.1.2/
H A DOMX_Component.h81 OMX_IMAGE_PORTDEFINITIONTYPE image; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp315 std::vector<VkSparseImageMemoryRequirements> getImageSparseMemoryRequirements(const DeviceInterface& vk, VkDevice device, VkImage image) in getImageSparseMemoryRequirements() argument
377 VkMemoryRequirements getImageMemoryRequirements (const DeviceInterface& vk, VkDevice device, VkImage image) in getImageMemoryRequirements() argument
384 getImagePlaneMemoryRequirements(const DeviceInterface& vkd, VkDevice device, VkImage image, VkImageAspectFlagBits planeAspect) getImagePlaneMemoryRequirements() argument
[all...]
H A DvkWsiUtil.cpp884 createAttachmentView(const DeviceInterface& vkd, const VkDevice device, const VkImage image, const VkFormat format) createAttachmentView() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp412 Move<VkImage> image; member
538 ImageAlloc image; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp193 deUint32 computeImageSize (const ImageHandleAllocSp& image) in computeImageSize() argument
243 Move<VkImage> image = vk::createImage(dinterface, device, &createInfo); in createImageAndBind() local
253 recordCopyBufferToImage(VkCommandBuffer cmd, const DeviceInterface& interface, VkPipelineStageFlagBits srcStageMask, VkPipelineStageFlagBits dstStageMask, const VkDescriptorBufferInfo& bufferInfo, VkImage image, const VkExtent3D& imageExtent, VkFormat imageFormat, VkImageLayout oldImageLayout, VkImageLayout newImageLayout, deUint32 mipLevelCount) recordCopyBufferToImage() argument
370 recordCopyImageToBuffer(VkCommandBuffer cmd, const DeviceInterface& interface, VkPipelineStageFlagBits srcStageMask, VkPipelineStageFlagBits dstStageMask, VkImage image, const VkExtent3D& imageExtent, VkFormat imageFormat, VkImageLayout oldImageLayout, VkImageLayout newImageLayout, const VkDescriptorBufferInfo& bufferInfo) recordCopyImageToBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp85 ImageParams image; member
361 void copyLayeredImageToBuffer(const DeviceInterface& vk, VkCommandBuffer cmdBuffer, VkImage image, VkBuffer buffer, const ImageParams& imageParams) in copyLayeredImageToBuffer() argument
471 bool verifyImageSingleColoredRow (tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const float rowWidthRatio, const tcu::Vec4& barColor, bool topRightCleared = false, bool bottomRightCleared = false) in verifyImageSingleColoredRow() argument
544 verifyImageMultipleBars(tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const float* barWidthRatios, const tcu::Vec4* barValues, const int barsCount, const int numUsedChannels, const std::string& imageTypeName) verifyImageMultipleBars() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp48 namespace image namespace
[all...]
H A DvktImageQualifiersTests.cpp59 namespace image namespace
H A DvktImageSampleCompressedTextureTests.cpp64 namespace image namespace
[all...]

Completed in 35 milliseconds

1...<<31323334353637383940>>...61