Searched refs:fb_format (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_crtc.c731 uint32_t fb_format; local in function:evergreen_set_base_format
736 fb_format = (EVERGREEN_GRPH_DEPTH(EVERGREEN_GRPH_DEPTH_16BPP) |
740 fb_format = (EVERGREEN_GRPH_DEPTH(EVERGREEN_GRPH_DEPTH_16BPP) |
748 fb_format = (EVERGREEN_GRPH_DEPTH(EVERGREEN_GRPH_DEPTH_32BPP) |
798 OUTREG(EVERGREEN_GRPH_CONTROL + radeon_crtc->crtc_offset, fb_format);
834 uint32_t fb_format; local in function:avivo_set_base_format
841 fb_format = AVIVO_D1GRPH_CONTROL_DEPTH_16BPP | AVIVO_D1GRPH_CONTROL_16BPP_ARGB1555;
844 fb_format = AVIVO_D1GRPH_CONTROL_DEPTH_16BPP | AVIVO_D1GRPH_CONTROL_16BPP_RGB565;
851 fb_format = AVIVO_D1GRPH_CONTROL_DEPTH_32BPP | AVIVO_D1GRPH_CONTROL_32BPP_ARGB8888;
861 fb_format |
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c34 VkFormat fb_format,
48 if (fb_format == image_format) {
70 VkFormat fb_format; local in function:clear_image_tlb
71 if (!v3dv_meta_can_use_tlb(image, &origin, &fb_format))
76 (fb_format, range->aspectMask,
81 get_hw_clear_color(cmd_buffer->device, &clear_value->color, fb_format,
128 v3dv_X(job->device, meta_framebuffer_init)(&framebuffer, fb_format,
32 get_hw_clear_color(struct v3dv_device * device,const VkClearColorValue * color,VkFormat fb_format,VkFormat image_format,uint32_t internal_type,uint32_t internal_bpp,uint32_t * hw_color) argument
H A Dv3dv_meta_copy.c384 VkFormat fb_format; local in function:copy_image_to_buffer_tlb
385 if (!v3dv_meta_can_use_tlb(image, &region->imageOffset, &fb_format))
390 (fb_format, region->imageSubresource.aspectMask,
415 v3dv_X(job->device, meta_framebuffer_init)(&framebuffer, fb_format,
872 VkFormat fb_format; local in function:copy_image_tlb
873 if (!v3dv_meta_can_use_tlb(src, &region->srcOffset, &fb_format) ||
874 !v3dv_meta_can_use_tlb(dst, &region->dstOffset, &fb_format)) {
888 (fb_format, region->dstSubresource.aspectMask,
923 v3dv_X(job->device, meta_framebuffer_init)(&framebuffer, fb_format,
1396 VkFormat fb_format; local in function:copy_buffer_to_image_tlb
4231 const VkFormat fb_format = src->vk.format; local in function:resolve_image_tlb
[all...]
H A Dv3dv_pipeline.c1193 VkFormat fb_format = pass->attachments[att_idx].desc.format; local in function:pipeline_populate_v3d_fs_key
1194 enum pipe_format fb_pipe_format = vk_format_to_pipe_format(fb_format);
1202 v3dv_get_format_swizzle(p_stage->pipeline->device, fb_format);
1206 vk_format_description(fb_format);
2034 VkFormat fb_format = pass->attachments[att_idx].desc.format; local in function:pipeline_populate_graphics_key
2035 enum pipe_format fb_pipe_format = vk_format_to_pipe_format(fb_format);
2043 fb_format);
2047 vk_format_description(fb_format);

Completed in 12 milliseconds