/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-v4l2.c | 137 fmt->format = imgu_pipe->nodes[pad].pad_fmt; in imgu_subdev_get_fmt() 140 fmt->format = *mf; in imgu_subdev_get_fmt() 160 pipe, pad, fmt->format.width, fmt->format.height); in imgu_subdev_set_fmt() 168 fmt->format.code = mf->code; in imgu_subdev_set_fmt() 171 fmt->format.width = clamp(fmt->format.width, in imgu_subdev_set_fmt() 174 fmt->format.height = clamp(fmt->format.height, in imgu_subdev_set_fmt() 178 fmt->format in imgu_subdev_set_fmt() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 113 /* This is for current tv format name */ 154 /* This contains all current supported TV format */ 895 struct psb_intel_sdvo_tv_format format; in psb_intel_sdvo_set_tv_format() local 899 memset(&format, 0, sizeof(format)); in psb_intel_sdvo_set_tv_format() 900 memcpy(&format, &format_map, min(sizeof(format), sizeof(format_map))); in psb_intel_sdvo_set_tv_format() 902 BUILD_BUG_ON(sizeof(format) != 6); in psb_intel_sdvo_set_tv_format() 905 &format, sizeof(format)); in psb_intel_sdvo_set_tv_format() 2185 struct psb_intel_sdvo_tv_format format; psb_intel_sdvo_tv_create_property() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ingenic/ |
H A D | ingenic-drm-drv.c | 14 #include <linux/media-bus-format.h> 492 * Note that state->src_* are in 16.16 fixed-point format. in ingenic_drm_plane_atomic_check() 501 new_plane_state->fb->format->format == DRM_FORMAT_C8; in ingenic_drm_plane_atomic_check() 513 old_plane_state->fb->format->format != new_plane_state->fb->format->format)) in ingenic_drm_plane_atomic_check() 679 cpp = newstate->fb->format->cpp[0]; in ingenic_drm_plane_atomic_update() 697 switch (newstate->fb->format in ingenic_drm_plane_atomic_update() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dsi.c | 44 enum tegra_dsi_format format; member 70 enum mipi_dsi_pixel_format format; member 389 static int tegra_dsi_get_muldiv(enum mipi_dsi_pixel_format format, in tegra_dsi_get_muldiv() argument 392 switch (format) { in tegra_dsi_get_muldiv() 416 static int tegra_dsi_get_format(enum mipi_dsi_pixel_format format, in tegra_dsi_get_format() argument 419 switch (format) { in tegra_dsi_get_format() 507 DSI_CONTROL_FORMAT(state->format) | in tegra_dsi_configure() 974 err = tegra_dsi_get_muldiv(dsi->format, &state->mul, &state->div); in tegra_dsi_encoder_atomic_check() 980 err = tegra_dsi_get_format(dsi->format, &state->format); in tegra_dsi_encoder_atomic_check() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | avfiltergraph.c | 274 ret = av_image_check_size2(l->w, l->h, INT64_MAX, l->format, 0, f); in graph_check_links() 352 av_log(ctx, AV_LOG_ERROR, "Query format failed for '%s': %s\n", in filter_query_formats() 429 /* go through and merge as many format lists as possible */ in query_formats() 480 "The filters '%s' and '%s' do not have a common format " in query_formats() 486 /* couldn't merge format lists. auto-insert conversion filter */ in query_formats() 560 "Consider inserting the (a)format filter near their input or " in query_formats() 608 //FIXME: This should check for AV_PIX_FMT_FLAG_ALPHA after PAL8 pixel format without alpha is implemented in pick_format() 609 int has_alpha= av_pix_fmt_desc_get(ref->format)->nb_components % 2 == 0; in pick_format() 614 best= av_find_best_pix_fmt_of_2(best, p, ref->format, has_alpha, NULL); in pick_format() 618 av_get_pix_fmt_name(ref->format), has_alph in pick_format() 976 int format, bps; swap_sample_fmts_on_filter() local [all...] |
H A D | vf_datascope.c | 71 { "format", "set display number format", OFFSET(dformat), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGSR, "format" }, 72 { "hex", NULL, 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, FLAGSR, "format" }, 73 { "dec", NULL, 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, FLAGSR, "format" }, 192 const char *format[4] = {"%02X\n", "%04X\n", "%03d\n", "%05d\n"}; in filter_color2() local 213 snprintf(text, sizeof(text), format[D], value[p]); in filter_color2() 239 const char *format[4] = {"%02X\n", "%04X\n", "%03d\n", "%05d\n"}; in filter_color() local 256 snprintf(text, sizeof(text), format[D], value[p]); in filter_color() 282 const char *format[ in filter_mono() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | reldatefmttest.cpp | 1049 dataerrln("Failure creating format object - %s", u_errorName(status)); in TestFormatWithQuantityIllegalArgument() 1060 dataerrln("Failure creating format object - %s", u_errorName(status)); in TestFormatWithoutQuantityIllegalArgument() 1075 "Failure creating format object - %s", u_errorName(status)); in TestCustomNumberFormat() 1123 dataerrln("Failure creating format object - %s", u_errorName(status)); in TestCombineDateAndTime() 1156 dataerrln("Unable to create format object - %s", u_errorName(status)); in RunTest() 1170 dataerrln("Unable to create format object - %s", u_errorName(status)); in RunTest() 1186 dataerrln("Unable to create format object - %s", u_errorName(status)); in RunTest() 1199 dataerrln("Unable to create format object - %s", u_errorName(status)); in RunTest() 1214 dataerrln("Unable to create format object - %s", u_errorName(status)); in RunTest() 1257 fmt.format(expectedResul in CheckExpectedResult() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | IBMCalendarTest.java | 128 logln("Ok: " + fmt.format(cal.getTime()) + " isWeekend=" + isWeekend); in TestWeekend() 130 errln("FAIL: " + fmt.format(cal.getTime()) + " isWeekend=" + isWeekend + in TestWeekend() 157 * The int[] data array should have the format: 308 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestBuddhistCoverage() 309 logln(calLocName + "/" + locName + " --> " + format.format(time)); in TestBuddhistCoverage() 459 DateFormat format = DateFormat.getDateTimeInstance(cal, DateFormat.FULL, DateFormat.FULL, formatLocale); in TestTaiwanCoverage() 460 logln(calLocName + "/" + locName + " --> " + format.format(time)); in TestTaiwanCoverage() 662 dateFormat.format(yesterda in TestTimeZoneTransitionAdd() [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 120 load.input_image_format = iview->format->rt_type; in cmd_buffer_render_pass_emit_load() 122 /* If we create an image view with only the stencil format, we in cmd_buffer_render_pass_emit_load() 123 * re-interpret the format as RGBA8_UINT, as it is want we want in in cmd_buffer_render_pass_emit_load() 127 * buffer, we need to use the underlying DS format. in cmd_buffer_render_pass_emit_load() 130 iview->format->rt_type == V3D_OUTPUT_IMAGE_FORMAT_RGBA8UI) { in cmd_buffer_render_pass_emit_load() 131 assert(image->format->rt_type == V3D_OUTPUT_IMAGE_FORMAT_D24S8); in cmd_buffer_render_pass_emit_load() 132 load.input_image_format = image->format->rt_type; in cmd_buffer_render_pass_emit_load() 258 vk_format_aspects(ds_attachment->desc.format); in cmd_buffer_render_pass_emit_loads() 322 store.output_image_format = iview->format->rt_type; in cmd_buffer_render_pass_emit_store() 324 /* If we create an image view with only the stencil format, w in cmd_buffer_render_pass_emit_store() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd_vgpu10.c | 728 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineShaderResourceView() 740 SVGA3D_COPY_BASIC_3(shaderResourceViewId, format, resourceDimension); in SVGA3D_vgpu10_DefineShaderResourceView() 769 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineRenderTargetView() 781 SVGA3D_COPY_BASIC_3(renderTargetViewId, format, resourceDimension); in SVGA3D_vgpu10_DefineRenderTargetView() 809 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineDepthStencilView() 821 SVGA3D_COPY_BASIC_3(depthStencilViewId, format, resourceDimension); in SVGA3D_vgpu10_DefineDepthStencilView() 1257 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_SetIndexBuffer() 1269 SVGA3D_COPY_BASIC_2(format, offset); in SVGA3D_vgpu10_SetIndexBuffer() 1278 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_SetIndexBuffer_v2() 1291 SVGA3D_COPY_BASIC_3(format, offse in SVGA3D_vgpu10_SetIndexBuffer_v2() 725 SVGA3D_vgpu10_DefineShaderResourceView(struct svga_winsys_context *swc, SVGA3dShaderResourceViewId shaderResourceViewId, struct svga_winsys_surface *surface, SVGA3dSurfaceFormat format, SVGA3dResourceType resourceDimension, const SVGA3dShaderResourceViewDesc *desc) SVGA3D_vgpu10_DefineShaderResourceView() argument 766 SVGA3D_vgpu10_DefineRenderTargetView(struct svga_winsys_context *swc, SVGA3dRenderTargetViewId renderTargetViewId, struct svga_winsys_surface *surface, SVGA3dSurfaceFormat format, SVGA3dResourceType resourceDimension, const SVGA3dRenderTargetViewDesc *desc) SVGA3D_vgpu10_DefineRenderTargetView() argument 806 SVGA3D_vgpu10_DefineDepthStencilView(struct svga_winsys_context *swc, SVGA3dDepthStencilViewId depthStencilViewId, struct svga_winsys_surface *surface, SVGA3dSurfaceFormat format, SVGA3dResourceType resourceDimension, const SVGA3dRenderTargetViewDesc *desc) SVGA3D_vgpu10_DefineDepthStencilView() argument 1255 SVGA3D_vgpu10_SetIndexBuffer(struct svga_winsys_context *swc, struct svga_winsys_surface *indexes, SVGA3dSurfaceFormat format, uint32 offset) SVGA3D_vgpu10_SetIndexBuffer() argument 1276 SVGA3D_vgpu10_SetIndexBuffer_v2(struct svga_winsys_context *swc, struct svga_winsys_surface *indexes, SVGA3dSurfaceFormat format, uint32 offset, uint32 sizeInBytes) SVGA3D_vgpu10_SetIndexBuffer_v2() argument 1298 SVGA3D_vgpu10_SetIndexBufferOffsetAndSize(struct svga_winsys_context *swc, SVGA3dSurfaceFormat format, uint32 offset, uint32 sizeInBytes) SVGA3D_vgpu10_SetIndexBufferOffsetAndSize() argument 1593 SVGA3D_sm5_DefineUAView(struct svga_winsys_context *swc, SVGA3dUAViewId uaViewId, struct svga_winsys_surface *surface, SVGA3dSurfaceFormat format, SVGA3dResourceType resourceDimension, const SVGA3dUAViewDesc *desc) SVGA3D_sm5_DefineUAView() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 362 tmplt.format = d3d9_to_pipe_format_checked(This->screen, in NineSwapChain9_Resize() 367 if (tmplt.format == PIPE_FORMAT_NONE) in NineSwapChain9_Resize() 395 tmplt.format = PIPE_FORMAT_B8G8R8X8_UNORM; in NineSwapChain9_Resize() 416 tmplt.format = d3d9_to_pipe_format_checked(This->screen, in NineSwapChain9_Resize() 423 if (tmplt.format == PIPE_FORMAT_NONE) in NineSwapChain9_Resize() 606 tmplt.format = PIPE_FORMAT_B8G8R8X8_UNORM; in create_present_buffer() 632 blit.src.format = device->cursor.image->format; in handle_draw_cursor_and_hud() 642 blit.dst.format = resource->format; in handle_draw_cursor_and_hud() [all...] |
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 268 /* Line width is packed in a 4:4 fixed point format */ in agx_create_rs_state() 454 util_format_description(state->format); in agx_create_sampler_view() 456 /* We only have a single swizzle for the user swizzle and the format fixup, in agx_create_sampler_view() 477 cfg.format = agx_pixel_format[state->format].hw; in agx_create_sampler_view() 569 surface->format = surf_tmpl->format; in agx_create_surface() 755 util_format_description(surf->format); in agx_set_framebuffer_state() 763 cfg.format = agx_pixel_format[surf->format] in agx_set_framebuffer_state() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 72 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument 76 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat() 81 tcu::TestStatus testSupportsDepthStencilFormat (Context& context, VkFormat format) in testSupportsDepthStencilFormat() argument 83 DE_ASSERT(vk::isDepthStencilFormat(format)); in testSupportsDepthStencilFormat() 85 if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), format)) in testSupportsDepthStencilFormat() 88 return tcu::TestStatus::fail("Unsupported depth/stencil attachment format"); in testSupportsDepthStencilFormat() 100 const VkFormat format = formats[formatNdx]; in testSupportsAtLeastOneDepthStencilFormat() local 102 DE_ASSERT(vk::isDepthStencilFormat(format)); in testSupportsAtLeastOneDepthStencilFormat() 104 if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), format)) in testSupportsAtLeastOneDepthStencilFormat() 107 supportedFormatsMsg << vk::getFormatName(format); in testSupportsAtLeastOneDepthStencilFormat() 1156 getFormatCaseName(const VkFormat format) getFormatCaseName() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.cpp | 180 VkFormat format, in DoesSurfaceSupportFormatAndColorspace() 203 if (surfaceFormat2.surfaceFormat.format == format && in DoesSurfaceSupportFormatAndColorspace() 217 VkFormat format, in DoesSurfaceSupportFormat() 229 if (surfaceFormatCount == 1u && surfaceFormats[0].format == VK_FORMAT_UNDEFINED) in DoesSurfaceSupportFormat() 238 if (surfaceFormat.format == format) in DoesSurfaceSupportFormat() 834 const vk::Format &format = renderer->getFormat(mState.config->renderTargetFormat); in initializeImpl() local 835 VkFormat nativeFormat = format.getActualRenderableImageVkFormat(); in initializeImpl() 852 // not supported in combination with the vulkan surface format, trea in initializeImpl() 177 DoesSurfaceSupportFormatAndColorspace(DisplayVk *displayVk, VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkFormat format, VkColorSpaceKHR colorSpace, bool *surfaceFormatSupported) DoesSurfaceSupportFormatAndColorspace() argument 214 DoesSurfaceSupportFormat(DisplayVk *displayVk, VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkFormat format, bool *surfaceFormatSupported) DoesSurfaceSupportFormat() argument 1081 const vk::Format &format = renderer->getFormat(mState.config->renderTargetFormat); createSwapChain() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 70 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument 74 instanceInterface.getPhysicalDeviceFormatProperties(device, format, &formatProps); in isSupportedDepthStencilFormat() 79 tcu::TestStatus testSupportsDepthStencilFormat (Context& context, VkFormat format) in testSupportsDepthStencilFormat() argument 81 DE_ASSERT(vk::isDepthStencilFormat(format)); in testSupportsDepthStencilFormat() 83 if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), format)) in testSupportsDepthStencilFormat() 86 return tcu::TestStatus::fail("Unsupported depth/stencil attachment format"); in testSupportsDepthStencilFormat() 98 const VkFormat format = formats[formatNdx]; in testSupportsAtLeastOneDepthStencilFormat() local 100 DE_ASSERT(vk::isDepthStencilFormat(format)); in testSupportsAtLeastOneDepthStencilFormat() 102 if (isSupportedDepthStencilFormat(context.getInstanceInterface(), context.getPhysicalDevice(), format)) in testSupportsAtLeastOneDepthStencilFormat() 105 supportedFormatsMsg << vk::getFormatName(format); in testSupportsAtLeastOneDepthStencilFormat() 1114 getFormatCaseName(const VkFormat format) getFormatCaseName() argument [all...] |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 143 colorFormat, // VkFormat format; in makeRenderPass() 274 const VkFormat format, in makeImage() 286 format, // VkFormat format; in makeImage() 649 const tcu::TextureFormat format = mapVkFormat(COLOR_FORMAT); in test() local 651 tcu::TextureLevel textureLevel (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth); in test() 653 const tcu::ConstPixelBufferAccess resultImage (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth, colorBufferAlloc->getHostPtr()); in test() 940 const tcu::TextureFormat format = mapVkFormat(COLOR_FORMAT); in testNoAtt() local 941 tcu::TextureLevel textureLevel (format, imageWidth, imageHeight, imageDepth); in testNoAtt() 943 const tcu::ConstPixelBufferAccess resultImage (format, imageWidt in testNoAtt() 270 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateFlags flags, const VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numLayers, const VkImageUsageFlags usage, const bool multisample) makeImage() argument 1312 const tcu::TextureFormat format = mapVkFormat(COLOR_FORMAT); testMultiAttachments() local 1691 const tcu::TextureFormat format = mapVkFormat(COLOR_FORMAT); testInputResolveSameAttachment() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | res_func.S | 7 | is only used by the unsupported data type/format handler. 73 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format 214 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal format 264 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format 393 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format 536 | These routines write +/- zero in double format. The routines 568 | These routines write +/- zero in single format. The routines 789 | ;returns in external format 867 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format 893 sne WBTEMP_SGN(%a6) |use internal format fo [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | res_func.S | 7 | is only used by the unsupported data type/format handler. 73 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format 214 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal format 264 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format 393 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format 536 | These routines write +/- zero in double format. The routines 568 | These routines write +/- zero in single format. The routines 789 | ;returns in external format 867 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format 893 sne WBTEMP_SGN(%a6) |use internal format fo [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpe.c | 61 /* flags that indicate a format can be used for capture/output */ 227 u32 fourcc; /* standard format identifier */ 230 /* vpdma format info for each plane */ 322 /* current v4l2 format info */ 323 struct v4l2_format format; member 326 struct vpe_fmt *fmt; /* format info */ 348 /* find our format description corresponding to the passed v4l2_format */ 745 * format changes. 754 * format changes. 856 * source or destination format i [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpe.c | 61 /* flags that indicate a format can be used for capture/output */ 227 u32 fourcc; /* standard format identifier */ 230 /* vpdma format info for each plane */ 322 /* current v4l2 format info */ 323 struct v4l2_format format; member 326 struct vpe_fmt *fmt; /* format info */ 348 /* find our format description corresponding to the passed v4l2_format */ 745 * format changes. 754 * format changes. 856 * source or destination format i [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | evergreen_cs.c | 174 unsigned format; member 302 surf->bpe = r600_fmt_get_blocksize(surf->format); in evergreen_surface_check() 408 surf.format = G_028C70_FORMAT(track->cb_color_info[id]); in evergreen_cs_track_validate_cb() 416 if (!r600_fmt_is_valid_color(surf.format)) { in evergreen_cs_track_validate_cb() 417 dev_warn(p->dev, "%s:%d cb invalid format %d for %d (0x%08x)\n", in evergreen_cs_track_validate_cb() 418 __func__, __LINE__, surf.format, in evergreen_cs_track_validate_cb() 575 surf.format = G_028044_FORMAT(track->db_s_info); in evergreen_cs_track_validate_stencil() 583 if (surf.format != 1) { in evergreen_cs_track_validate_stencil() 584 dev_warn(p->dev, "%s:%d stencil invalid format %d\n", in evergreen_cs_track_validate_stencil() 585 __func__, __LINE__, surf.format); in evergreen_cs_track_validate_stencil() 975 u32 format = G_028C70_FORMAT(track->cb_color_info[i]); evergreen_cs_track_check() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | evergreen_cs.c | 173 unsigned format; member 301 surf->bpe = r600_fmt_get_blocksize(surf->format); in evergreen_surface_check() 407 surf.format = G_028C70_FORMAT(track->cb_color_info[id]); in evergreen_cs_track_validate_cb() 415 if (!r600_fmt_is_valid_color(surf.format)) { in evergreen_cs_track_validate_cb() 416 dev_warn(p->dev, "%s:%d cb invalid format %d for %d (0x%08x)\n", in evergreen_cs_track_validate_cb() 417 __func__, __LINE__, surf.format, in evergreen_cs_track_validate_cb() 574 surf.format = G_028044_FORMAT(track->db_s_info); in evergreen_cs_track_validate_stencil() 582 if (surf.format != 1) { in evergreen_cs_track_validate_stencil() 583 dev_warn(p->dev, "%s:%d stencil invalid format %d\n", in evergreen_cs_track_validate_stencil() 584 __func__, __LINE__, surf.format); in evergreen_cs_track_validate_stencil() 974 u32 format = G_028C70_FORMAT(track->cb_color_info[i]); evergreen_cs_track_check() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 2000 static inline void get_plane_wh(int *w, int *h, enum AVPixelFormat format, in get_plane_wh() argument 2003 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(format); in get_plane_wh() 2027 enum AVPixelFormat format = hwfc->sw_format; in create_frame() local 2028 const VkFormat *img_fmts = av_vkfmt_from_pixfmt(format); in create_frame() 2029 const int planes = av_pix_fmt_count_planes(format); in create_frame() 2070 .format = img_fmts[i], in create_frame() 2086 format, hwfc->width, hwfc->height, i); in create_frame() 2163 .format = av_vkfmt_from_pixfmt(hwfc->sw_format)[0], in try_export_flags() 2420 frame->format = AV_PIX_FMT_VULKAN; in vulkan_get_buffer() 2497 if (src->format ! in vulkan_map_frame_to_mem() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | bufferobj.c | 332 buffer.format = PIPE_FORMAT_R8_UNORM; /* want TYPELESS or similar */ in bufferobj_data() 918 * Test the format and type parameters and set the GL error code for 924 * \param format Format of the supplied data. 927 * \return If internalformat, format and type are legal the mesa_format 936 GLenum format, GLenum type, in validate_clear_buffer_format() 953 if (_mesa_is_enum_format_signed_int(format) != in validate_clear_buffer_format() 960 if (!_mesa_is_color_format(format)) { in validate_clear_buffer_format() 962 "%s(format is not a color format)", caller); in validate_clear_buffer_format() 966 errorFormatType = _mesa_error_check_format_and_type(ctx, format, typ in validate_clear_buffer_format() 934 validate_clear_buffer_format(struct gl_context *ctx, GLenum internalformat, GLenum format, GLenum type, const char *caller) validate_clear_buffer_format() argument 992 convert_clear_buffer_data(struct gl_context *ctx, mesa_format internalformat, GLubyte *clearValue, GLenum format, GLenum type, const GLvoid *data, const char *caller) convert_clear_buffer_data() argument 2809 clear_buffer_sub_data(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata, bool no_error) clear_buffer_sub_data() argument 2867 clear_buffer_sub_data_error(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata) clear_buffer_sub_data_error() argument 2879 clear_buffer_sub_data_no_error(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data, const char *func, bool subdata) clear_buffer_sub_data_no_error() argument 2892 _mesa_ClearBufferData_no_error(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferData_no_error() argument 2905 _mesa_ClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferData() argument 2921 _mesa_ClearNamedBufferData_no_error(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferData_no_error() argument 2935 _mesa_ClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferData() argument 2952 _mesa_ClearNamedBufferDataEXT(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferDataEXT() argument 2968 _mesa_ClearBufferSubData_no_error(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferSubData_no_error() argument 2983 _mesa_ClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferSubData() argument 3002 _mesa_ClearNamedBufferSubData_no_error(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferSubData_no_error() argument 3017 _mesa_ClearNamedBufferSubData(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferSubData() argument 3036 _mesa_ClearNamedBufferSubDataEXT(GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearNamedBufferSubDataEXT() argument [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_blur.cpp | 94 imageData_.format = imageDesc.format; in PreExecute() 429 tempTarget_.format = imageData_.format; in CreateTargets() 438 tempTarget_.format, in CreateTargets()
|