Home
last modified time | relevance | path

Searched refs:format (Results 2501 - 2525 of 12981) sorted by relevance

1...<<101102103104105106107108109110>>...520

/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc968 // The immediate encoded in the instruction is not in the expected format. in Disassembler()
1766 // clang-format off in Disassembler()
1814 // clang-format on in Disassembler()
2701 // LD[2-4] and ST[2-4] cannot use .1d format. in Disassembler()
2800 // LD[2-4] and ST[2-4] cannot use .1d format. in Disassembler()
3224 if (nfd.GetVectorFormat(0) == kFormatS) { // Source format. in Disassembler()
3436 // clang-format off in Disassembler()
3442 // clang-format on in Disassembler()
3834 // The immediate encoded in the instruction is not in the expected format. in Disassembler()
6267 const char *format) { in Disassembler()
6392 SubstituteRegisterField(const Instruction *instr, const char *format) Disassembler() argument
6523 SubstitutePredicateRegisterField(const Instruction *instr, const char *format) Disassembler() argument
6549 SubstituteImmediateField(const Instruction *instr, const char *format) Disassembler() argument
6982 SubstituteBitfieldImmediateField(const Instruction *instr, const char *format) Disassembler() argument
7018 SubstituteLiteralField(const Instruction *instr, const char *format) Disassembler() argument
7057 SubstituteShiftField(const Instruction *instr, const char *format) Disassembler() argument
7091 SubstituteConditionField(const Instruction *instr, const char *format) Disassembler() argument
7127 SubstitutePCRelAddressField(const Instruction *instr, const char *format) Disassembler() argument
7153 SubstituteBranchTargetField(const Instruction *instr, const char *format) Disassembler() argument
7190 SubstituteExtendField(const Instruction *instr, const char *format) Disassembler() argument
7217 SubstituteLSRegOffsetField(const Instruction *instr, const char *format) Disassembler() argument
7252 SubstitutePrefetchField(const Instruction *instr, const char *format) Disassembler() argument
7309 SubstituteSysOpField(const Instruction *instr, const char *format) Disassembler() argument
7327 SubstituteCrField(const Instruction *instr, const char *format) Disassembler() argument
7345 SubstituteIntField(const Instruction *instr, const char *format) Disassembler() argument
7403 SubstituteSVESize(const Instruction *instr, const char *format) Disassembler() argument
7503 AppendToOutput(const char *format, ...) Disassembler() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A Dvdec.c606 struct v4l2_format format; in vdec_s_fmt() local
623 memset(&format, 0, sizeof(format)); in vdec_s_fmt()
625 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in vdec_s_fmt()
626 format.fmt.pix_mp.pixelformat = pixfmt_out; in vdec_s_fmt()
627 format.fmt.pix_mp.width = orig_pixmp.width; in vdec_s_fmt()
628 format.fmt.pix_mp.height = orig_pixmp.height; in vdec_s_fmt()
629 vdec_try_fmt_common(sess, num_formats, &format); in vdec_s_fmt()
632 sess->width = format.fmt.pix_mp.width; in vdec_s_fmt()
633 sess->height = format in vdec_s_fmt()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A Dvdec.c606 struct v4l2_format format; in vdec_s_fmt() local
623 memset(&format, 0, sizeof(format)); in vdec_s_fmt()
625 format.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in vdec_s_fmt()
626 format.fmt.pix_mp.pixelformat = pixfmt_out; in vdec_s_fmt()
627 format.fmt.pix_mp.width = orig_pixmp.width; in vdec_s_fmt()
628 format.fmt.pix_mp.height = orig_pixmp.height; in vdec_s_fmt()
629 vdec_try_fmt_common(sess, num_formats, &format); in vdec_s_fmt()
632 sess->width = format.fmt.pix_mp.width; in vdec_s_fmt()
633 sess->height = format in vdec_s_fmt()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/
H A Dmcde_display.c11 #include <linux/media-bus-format.h>
180 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0]) { in mcde_display_check()
186 * We can't change the FB format in a flicker-free in mcde_display_check()
189 if (old_fb && old_fb->format != fb->format) in mcde_display_check()
197 u32 format) in mcde_configure_extsrc()
255 switch (format) { in mcde_configure_extsrc()
324 dev_err(mcde->dev, "Unknown pixel format 0x%08x\n", in mcde_configure_extsrc()
325 format); in mcde_configure_extsrc()
342 u32 format, in in mcde_configure_overlay()
196 mcde_configure_extsrc(struct mcde *mcde, enum mcde_extsrc src, u32 format) mcde_configure_extsrc() argument
338 mcde_configure_overlay(struct mcde *mcde, enum mcde_overlay ovl, enum mcde_extsrc src, enum mcde_channel ch, const struct drm_display_mode *mode, u32 format, int cpp) mcde_configure_overlay() argument
1161 u32 format = fb->format->format; mcde_display_enable() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit.c35 enum glsl_sampler_dim tex_dim, VkFormat format,
268 VkFormat format = VK_FORMAT_UNDEFINED; in meta_emit_blit() local
272 fs_key = radv_format_meta_fs_key(device, dest_image->vk.format); in meta_emit_blit()
273 format = radv_fs_key_format_exemplars[fs_key]; in meta_emit_blit()
291 format = VK_FORMAT_D32_SFLOAT; in meta_emit_blit()
309 format = VK_FORMAT_S8_UINT; in meta_emit_blit()
333 format, pipeline); in meta_emit_blit()
579 .format = dst_image->vk.format, in blit_image()
592 .format in blit_image()
662 build_pipeline(struct radv_device *device, VkImageAspectFlagBits aspect, enum glsl_sampler_dim tex_dim, VkFormat format, VkPipeline *pipeline) build_pipeline() argument
835 VkFormat format = radv_fs_key_format_exemplars[i]; radv_device_init_meta_blit_color() local
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c26 #include "util/format/u_format.h"
401 "format %s unsupported\n", in v3d_vertex_state_create()
410 "format %s unsupported\n", in v3d_vertex_state_create()
502 util_format_description(cbuf->format); in v3d_set_framebuffer_state()
504 /* For BGRA8 formats (DRI window system default format), we in v3d_set_framebuffer_state()
505 * need to swap R and B, since the HW's format is RGBA8. On in v3d_set_framebuffer_state()
843 enum pipe_format format, in v3d_setup_texture_shader_state_from_buffer()
850 tex->image_width = size / util_format_get_blocksize(format); in v3d_setup_texture_shader_state_from_buffer()
967 cso->format, in create_texture_shader_state_bo()
972 tex.srgb = util_format_is_srgb(cso->format); in create_texture_shader_state_bo()
841 v3d_setup_texture_shader_state_from_buffer(struct V3DX(TEXTURE_SHADER_STATE) *tex, struct pipe_resource *prsc, enum pipe_format format, unsigned offset, unsigned size) v3d_setup_texture_shader_state_from_buffer() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c27 #include "util/format/u_format.h"
109 enum pipe_format format = prsc->format; in vc4_resource_transfer_map() local
189 u_box_pixels_to_blocks(&ptrans->box, &ptrans->box, format); in vc4_resource_transfer_map()
210 ptrans->box.y / util_format_get_blockheight(format) * ptrans->stride + in vc4_resource_transfer_map()
211 ptrans->box.x / util_format_get_blockwidth(format) * rsc->cpp + in vc4_resource_transfer_map()
359 if (prsc->format == PIPE_FORMAT_ETC1_RGB8) { in vc4_setup_slices()
420 "rsc %s %p (format %s: vc4 %d), %dx%d: " in vc4_setup_slices()
423 util_format_short_name(prsc->format), in vc4_setup_slices()
467 rsc->cpp = util_format_get_blocksize(tmpl->format); in vc4_resource_setup()
480 uint8_t format = vc4_get_tex_format(prsc->format); get_resource_texture_format() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c28 #include "util/format/u_format.h"
68 enum a3xx_color_fmt format = 0; in emit_mrt() local
86 pformat = psurf->format; in emit_mrt()
92 pformat = rsc->b.b.format; in emit_mrt()
96 format = fd3_pipe2color(pformat); in emit_mrt()
123 OUT_RING(ring, A3XX_RB_MRT_BUF_INFO_COLOR_FORMAT(format) | in emit_mrt()
339 enum pipe_format format = psurf->format; in emit_gmem2mem_surf() local
346 format = rsc->b.b.format; in emit_gmem2mem_surf()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp75 VkFormat format; member
96 , format(format_) in BufferViewCaseParams()
229 m_colorFormat, // VkFormat format; in BufferViewTestInstance()
305 m_colorFormat, // VkFormat format; in BufferViewTestInstance()
568 VkFormat format,
609 void BufferViewAllFormatsTestInstance::checkTexelBufferSupport (Context& context, VkFormat format, BufferViewCaseParams testCase) in checkTexelBufferSupport() argument
615 properties = getPhysicalDeviceFormatProperties(vki, physicalDevice, format); in checkTexelBufferSupport()
663 , m_bufferFormat (testCase.format) in BufferViewAllFormatsTestInstance()
726 m_bufferFormat, // VkFormat format; in BufferViewAllFormatsTestInstance()
1009 if ((m_bufferViewTestInfo.format in checkSupport()
1034 strLayoutFormat(VkFormat format) strLayoutFormat() argument
1096 isSupportedImageLoadStore(const tcu::TextureFormat& format) isSupportedImageLoadStore() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp21 * \brief Testing compute shader writing to separate planes of a multiplanar format
51 VkFormat format; member
58 : format (format_) in TestParameters()
65 : format (VK_FORMAT_UNDEFINED) in TestParameters()
119 params.format, // format;
141 // Check for plane compatible format support when the disjoint flag is being used
144 const PlanarFormatDescription formatDescription = getPlanarFormatDescription(params.format);
157 planeCompatibleFormat, // format;
167 TCU_THROW(NotSupportedError, "Plane compatibile format no
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_4_autogen.h128 void clearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, \
131 GLsizeiptr size, GLenum format, GLenum type, const void *data); \
155 void clearTexImage(TextureID texturePacked, GLint level, GLenum format, GLenum type, \
159 GLenum format, GLenum type, const void *data); \
165 void clearNamedBufferData(BufferID bufferPacked, GLenum internalformat, GLenum format, \
168 GLsizeiptr size, GLenum format, GLenum type, const void *data); \
178 GLsizei width, GLenum format, GLsizei imageSize, \
181 GLint yoffset, GLsizei width, GLsizei height, GLenum format, \
185 GLsizei depth, GLenum format, GLsizei imageSize, \
230 void getTextureImage(TextureID texturePacked, GLint level, GLenum format, GLenu
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCreatePipelineAsyncTests.cpp76 textureDescriptor.format = kRenderAttachmentFormat; in ValidateCreateRenderPipelineAsync()
251 renderPipelineDescriptor.cTargets[0].format = kRenderAttachmentFormat; in TEST_P()
275 renderPipelineDescriptor.cTargets[0].format = kRenderAttachmentFormat; in TEST_P()
290 textureDescriptor.format = kRenderAttachmentFormat; in TEST_P()
340 renderPipelineDescriptor.cTargets[0].format = kRenderAttachmentFormat; in TEST_P()
402 renderPipelineDescriptor.cTargets[0].format = wgpu::TextureFormat::RGBA8Unorm; in TEST_P()
460 renderPipelineDescriptor.cTargets[0].format = wgpu::TextureFormat::RGBA8Unorm; in TEST_P()
595 renderPipelineDescriptor.cTargets[0].format = kRenderAttachmentFormat; in TEST_P()
628 textureDescriptor.format = wgpu::TextureFormat::RGBA8Unorm; in TEST_P()
666 renderPipelineDescriptor.cTargets[0].format in TEST_P()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp867 * @param texture_format Texture format
902 * @param texture_format Texture format
929 * @param texture_format Texture format
955 * @param texture_format Texture format
980 * @param texture_format Texture format
1005 * @param texture_format Texture format
1219 * @param texture_format Texture format
1255 * @param texture_format Texture format
1290 * @param texture_format Texture format
1537 * @param texture_format Texture format
1879 draw(glw::GLuint program_id, glw::GLenum primitive_type, glw::GLuint n_vertices, glw::GLenum format) draw() argument
3357 prepareCompresedTexture(const textureDefinition& texture, const formatDefinition& format, const resolutionDefinition& resolution, bool mutability) prepareCompresedTexture() argument
3567 setupSharedStorageBuffers(const formatDefinition& format, const samplingFunction& sampling_function, const bufferCollection& buffers, glw::GLuint program_id) setupSharedStorageBuffers() argument
3662 testTexture(const formatDefinition& format, bool mutability, const resolutionDefinition& resolution, textureDefinition& texture, programCollectionForFormat& program_collection) global() argument
3897 verifyResult(const formatDefinition& format, const resolutionDefinition& resolution, const samplingFunction sampling_function, unsigned char* data) global() argument
3938 verifyResultHelper(const formatDefinition& format, const resolutionDefinition& resolution, const componentProvider& component_provider, unsigned char* data) global() argument
4007 init(const glw::Functions& gl, const formatDefinition& format, const resolutionDefinition& resolution) global() argument
4191 formatDefinition(glw::GLenum internal_format, glw::GLenum format, glw::GLenum type, bool is_compressed, samplerType sampler_type, const glw::GLchar* name) global() argument
4233 formatInfo(glw::GLenum internal_format, glw::GLenum format, glw::GLenum type, bool is_compressed) global() argument
4576 init( const glw::Functions& gl, const formatDefinition& format, const samplingFunction& sampling_function, TextureCubeMapArraySamplingTest& test) global() argument
4682 init( const glw::Functions& gl, const formatDefinition& format, const samplingFunctionsVectorType& sampling_routines, TextureCubeMapArraySamplingTest& test) global() argument
5041 init(const glw::Functions& gl, const formatDefinition& format, const samplingFunction& sampling_function, const bufferCollection& buffers, glw::GLuint program_id) global() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dadv7175.c303 struct v4l2_subdev_format *format) in adv7175_get_fmt()
305 struct v4l2_mbus_framefmt *mf = &format->format; in adv7175_get_fmt()
308 if (format->pad) in adv7175_get_fmt()
326 struct v4l2_subdev_format *format) in adv7175_set_fmt()
328 struct v4l2_mbus_framefmt *mf = &format->format; in adv7175_set_fmt()
332 if (format->pad) in adv7175_set_fmt()
350 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE) in adv7175_set_fmt()
301 adv7175_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) adv7175_get_fmt() argument
324 adv7175_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) adv7175_set_fmt() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/
H A Dpl111_display.c105 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0]) in pl111_display_check()
108 /* We can't change the FB format in a flicker-free in pl111_display_check()
111 if (old_fb && old_fb->format != fb->format) in pl111_display_check()
236 * Detect grayscale bus format. We do not support a grayscale mode in pl111_display_enable()
239 * format. in pl111_display_enable()
252 * Note that the the ARM hardware's format reader takes 'r' from in pl111_display_enable()
255 * the PL110 (LCDC) however uses the standard DRM format. in pl111_display_enable()
257 switch (fb->format->format) { in pl111_display_enable()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dak4671.c518 u8 format; in ak4671_set_dai_fmt() local
534 /* interface format */ in ak4671_set_dai_fmt()
535 format = snd_soc_component_read(component, AK4671_FORMAT_SELECT); in ak4671_set_dai_fmt()
536 format &= ~AK4671_DIF; in ak4671_set_dai_fmt()
540 format |= AK4671_DIF_I2S_MODE; in ak4671_set_dai_fmt()
543 format |= AK4671_DIF_MSB_MODE; in ak4671_set_dai_fmt()
546 format |= AK4671_DIF_DSP_MODE; in ak4671_set_dai_fmt()
547 format |= AK4671_BCKP; in ak4671_set_dai_fmt()
548 format |= AK4671_MSBS; in ak4671_set_dai_fmt()
554 /* set mode and format */ in ak4671_set_dai_fmt()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event-info.c165 char *format; in copy_event_system() local
181 if (asprintf(&format, "%s/%s/format", sys, dent->d_name) < 0) { in copy_event_system()
185 ret = stat(format, &st); in copy_event_system()
186 free(format); in copy_event_system()
203 if (asprintf(&format, "%s/%s/format", sys, dent->d_name) < 0) { in copy_event_system()
207 ret = stat(format, &st); in copy_event_system()
210 err = record_file(format, 8); in copy_event_system()
212 free(format); in copy_event_system()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_du_vsp.c73 .format = rcar_du_format_info(DRM_FORMAT_ARGB8888), in rcar_du_vsp_enable()
154 const struct rcar_du_format_info *format; in rcar_du_vsp_plane_setup() local
173 for (i = 0; i < state->format->planes; ++i) in rcar_du_vsp_plane_setup()
177 format = rcar_du_format_info(state->format->fourcc); in rcar_du_vsp_plane_setup()
178 cfg.pixelformat = format->v4l2; in rcar_du_vsp_plane_setup()
191 for (i = 0; i < fb->format->num_planes; ++i) { in rcar_du_vsp_map_fb()
246 for (i = 0; i < fb->format->num_planes; ++i) { in rcar_du_vsp_unmap_fb()
271 return __rcar_du_plane_atomic_check(plane, state, &rstate->format); in rcar_du_vsp_plane_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c43 uint32_t format; in virtio_gpu_translate_format() local
47 format = VIRTIO_GPU_FORMAT_B8G8R8X8_UNORM; in virtio_gpu_translate_format()
50 format = VIRTIO_GPU_FORMAT_B8G8R8A8_UNORM; in virtio_gpu_translate_format()
53 format = VIRTIO_GPU_FORMAT_X8R8G8B8_UNORM; in virtio_gpu_translate_format()
56 format = VIRTIO_GPU_FORMAT_A8R8G8B8_UNORM; in virtio_gpu_translate_format()
63 format = 0; in virtio_gpu_translate_format()
66 WARN_ON(format == 0); in virtio_gpu_translate_format()
67 return format; in virtio_gpu_translate_format()
117 uint32_t off = x * state->fb->format->cpp[0] + in virtio_gpu_update_dumb_bo()
/kernel/linux/linux-6.6/drivers/media/platform/
H A Dvideo-mux.c90 /* Propagate the active format to the source */ in video_mux_link_setup()
166 v4l_bound_align_image(&sdformat->format.width, 1, 65536, 0, in video_mux_set_format()
167 &sdformat->format.height, 1, 65536, 0, 0); in video_mux_set_format()
170 switch (sdformat->format.code) { in video_mux_set_format()
261 sdformat->format.code = MEDIA_BUS_FMT_Y8_1X8; in video_mux_set_format()
264 if (sdformat->format.field == V4L2_FIELD_ANY) in video_mux_set_format()
265 sdformat->format.field = V4L2_FIELD_NONE; in video_mux_set_format()
271 sdformat->format = *v4l2_subdev_get_pad_format(sd, sd_state, in video_mux_set_format()
274 *mbusformat = sdformat->format; in video_mux_set_format()
276 /* Propagate the format fro in video_mux_set_format()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dadv7175.c303 struct v4l2_subdev_format *format) in adv7175_get_fmt()
305 struct v4l2_mbus_framefmt *mf = &format->format; in adv7175_get_fmt()
308 if (format->pad) in adv7175_get_fmt()
326 struct v4l2_subdev_format *format) in adv7175_set_fmt()
328 struct v4l2_mbus_framefmt *mf = &format->format; in adv7175_set_fmt()
332 if (format->pad) in adv7175_set_fmt()
350 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE) in adv7175_set_fmt()
301 adv7175_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) adv7175_get_fmt() argument
324 adv7175_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) adv7175_set_fmt() argument
/kernel/linux/linux-6.6/drivers/staging/media/max96712/
H A Dmax96712.c247 struct v4l2_subdev_format *format) in max96712_get_pad_format()
249 format->format.width = 1920; in max96712_get_pad_format()
250 format->format.height = 1080; in max96712_get_pad_format()
251 format->format.code = MEDIA_BUS_FMT_RGB888_1X24; in max96712_get_pad_format()
252 format->format.field = V4L2_FIELD_NONE; in max96712_get_pad_format()
245 max96712_get_pad_format(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) max96712_get_pad_format() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
H A Dmgag200_g200se.c66 const struct drm_format_info *format) in mgag200_g200se_set_hiprilvl()
78 if (format->cpp[0] * 8 > 16) in mgag200_g200se_set_hiprilvl()
80 else if (format->cpp[0] * 8 > 8) in mgag200_g200se_set_hiprilvl()
324 const struct drm_format_info *format = mgag200_crtc_state->format; in mgag200_g200se_crtc_helper_atomic_enable() local
329 mgag200_set_format_regs(mdev, format); in mgag200_g200se_crtc_helper_atomic_enable()
335 mgag200_g200se_set_hiprilvl(mdev, adjusted_mode, format); in mgag200_g200se_crtc_helper_atomic_enable()
338 mgag200_crtc_set_gamma(mdev, format, crtc_state->gamma_lut->data); in mgag200_g200se_crtc_helper_atomic_enable()
340 mgag200_crtc_set_gamma_linear(mdev, format); in mgag200_g200se_crtc_helper_atomic_enable()
64 mgag200_g200se_set_hiprilvl(struct mga_device *mdev, const struct drm_display_mode *mode, const struct drm_format_info *format) mgag200_g200se_set_hiprilvl() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c77 .format = rcar_du_format_info(DRM_FORMAT_XRGB8888), in rcar_du_vsp_enable()
186 u32 fourcc = state->format->fourcc; in rcar_du_vsp_state_get_format()
225 const struct rcar_du_format_info *format; in rcar_du_vsp_plane_setup() local
245 for (i = 0; i < state->format->planes; ++i) in rcar_du_vsp_plane_setup()
249 format = rcar_du_format_info(fourcc); in rcar_du_vsp_plane_setup()
250 cfg.pixelformat = format->v4l2; in rcar_du_vsp_plane_setup()
265 for (i = 0; i < fb->format->num_planes; ++i) { in rcar_du_vsp_map_fb()
346 for (i = 0; i < fb->format->num_planes; ++i) { in rcar_du_vsp_unmap_fb()
374 &rstate->format); in rcar_du_vsp_plane_atomic_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c42 uint32_t format; in virtio_gpu_translate_format() local
46 format = VIRTIO_GPU_FORMAT_B8G8R8X8_UNORM; in virtio_gpu_translate_format()
49 format = VIRTIO_GPU_FORMAT_B8G8R8A8_UNORM; in virtio_gpu_translate_format()
52 format = VIRTIO_GPU_FORMAT_X8R8G8B8_UNORM; in virtio_gpu_translate_format()
55 format = VIRTIO_GPU_FORMAT_A8R8G8B8_UNORM; in virtio_gpu_translate_format()
62 format = 0; in virtio_gpu_translate_format()
65 WARN_ON(format == 0); in virtio_gpu_translate_format()
66 return format; in virtio_gpu_translate_format()
122 uint32_t off = x * state->fb->format->cpp[0] + in virtio_gpu_update_dumb_bo()

Completed in 37 milliseconds

1...<<101102103104105106107108109110>>...520