Lines Matching defs:format

589                                        VkFormat format)
592 vk_format_is_depth_or_stencil(format) ?
596 dzn_graphics_pipeline_patch_vi_format(format);
598 if (patched_format != format) {
607 if (vk_format_has_depth(format))
609 if (vk_format_has_stencil(format))
613 .Format = dzn_image_get_dxgi_format(format, usage, aspects),
625 /* Depth/stencil resources have different format when they're accessed
626 * as textures, query the capabilities for this format too.
630 .Format = dzn_image_get_dxgi_format(format, 0, aspect),
657 VkFormat format,
661 dzn_physical_device_get_format_support(pdev, format);
736 * format to R4G4B4A4 and adjust the SRV component-mapping to fake
740 if (format == VK_FORMAT_B4G4R4A4_UNORM_PACK16) {
752 /* depth/stencil format shouldn't advertise buffer features */
753 if (vk_format_is_depth_or_stencil(format))
805 vk_format_is_depth_or_stencil(info->format))
809 dzn_physical_device_get_format_support(pdev, info->format);
813 bool is_bgra4 = info->format == VK_FORMAT_B4G4R4A4_UNORM_PACK16;
928 VkFormat format,
933 dzn_physical_device_get_format_properties(pdev, format, pFormatProperties);
948 VkFormat format,
957 .format = format,
975 VkFormat format,
2512 dzn_buffer_get_dxgi_format(VkFormat format)
2514 enum pipe_format pfmt = vk_format_to_pipe_format(format);
2521 VkFormat format,
2529 VkFormat plane_format = dzn_image_get_plane_format(format, aspect);
2542 dzn_image_get_placed_footprint_format(format, aspect),
2562 dzn_buffer_get_line_copy_loc(const struct dzn_buffer *buf, VkFormat format,
2572 format = dzn_image_get_plane_format(format, region->imageSubresource.aspectMask);
2574 enum pipe_format pfmt = vk_format_to_pipe_format(format);