Searched defs:plane_id (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_format.c | 344 vk_format_get_plane_format(VkFormat format, unsigned plane_id) in vk_format_get_plane_format() argument
|
/third_party/ffmpeg/libavdevice/ |
H A D | kmsgrab.c | 58 uint32_t plane_id; member [all...] |
/third_party/libdrm/ |
H A D | xf86drmMode.h | 244 uint32_t plane_id; member
|
H A D | xf86drmMode.c | 1097 drm_public int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id, in drmModeSetPlane() argument 1123 drm_public drmModePlanePtr drmModeGetPlane(int fd, uint32_t plane_id) in drmModeGetPlane() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_image.c | 581 radv_get_surface_flags(struct radv_device *device, struct radv_image *image, unsigned plane_id, in radv_get_surface_flags() argument 767 si_set_mutable_tex_desc_fields(struct radv_device *device, struct radv_image *image, const struct legacy_surf_level *base_level_info, unsigned plane_id, unsigned base_level, unsigned first_level, unsigned block_width, bool is_stencil, bool is_storage_image, bool disable_compression, bool enable_write_compression, uint32_t *state) si_set_mutable_tex_desc_fields() argument 1934 radv_image_view_make_descriptor(struct radv_image_view *iview, struct radv_device *device, VkFormat vk_format, const VkComponentMapping *components, float min_lod, bool is_storage_image, bool disable_compression, bool enable_compression, unsigned plane_id, unsigned descriptor_plane_id, VkImageCreateFlags img_create_flags) radv_image_view_make_descriptor() argument 2406 unsigned plane_id = 0; radv_GetImageSubresourceLayout() local [all...] |
H A D | radv_device.c | 6259 uint32_t plane_id = iview->image->disjoint ? iview->plane_id : 0; in radv_initialise_color_surface() local
|
H A D | radv_cmd_buffer.c | 2777 uint32_t plane_id = iview->image->disjoint ? iview->plane_id : 0; in radv_emit_framebuffer_state() local
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 821 uint32_t plane_id; /* the id of plane to use */ member 1240 uint32_t plane_id; set_plane() local [all...] |
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 297 __u32 plane_id; member 334 __u32 plane_id; member
|
H A D | i915_drm.h | 1863 __u32 plane_id; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 297 __u32 plane_id; member 316 __u32 plane_id; member
|
H A D | i915_drm.h | 1431 __u32 plane_id; member
|
Completed in 47 milliseconds