Searched refs:v3dv_format (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_formats.c | 35 const struct v3dv_format *vf = v3dv_X(device, get_format)(f); in v3dv_get_format_swizzle() 81 v3dv_get_tex_return_size(const struct v3dv_format *vf, in v3dv_get_tex_return_size() 102 const struct v3dv_format * 120 const struct v3dv_format *format = v3dv_X(device, get_format)(vk_format); in v3dv_get_compatible_tfu_format() 129 const struct v3dv_format *v3dv_format, in image_format_features() 132 if (!v3dv_format || !v3dv_format->supported) in image_format_features() 148 if (v3dv_format->tex_type == TEXTURE_DATA_FORMAT_NO && in image_format_features() 149 v3dv_format in image_format_features() 127 image_format_features(struct v3dv_physical_device *pdevice, VkFormat vk_format, const struct v3dv_format *v3dv_format, VkImageTiling tiling) image_format_features() argument 212 buffer_format_features(VkFormat vk_format, const struct v3dv_format *v3dv_format) buffer_format_features() argument 263 const struct v3dv_format *v3dv_format = v3dv_X(device, get_format)(vk_format); v3dv_buffer_format_supports_features() local 284 const struct v3dv_format *v3dv_format = v3dv_X(pdevice, get_format)(format); v3dv_GetPhysicalDeviceFormatProperties2() local 370 const struct v3dv_format *v3dv_format = v3dv_X(physical_device, get_format)(info->format); get_image_format_properties() local [all...] |
H A D | v3dvx_formats.c | 66 static const struct v3dv_format format_table[] = { 218 static const struct v3dv_format format_table_4444[] = { 223 const struct v3dv_format * 372 v3dX(format_supports_tlb_resolve)(const struct v3dv_format *format) in format_supports_tlb_resolve() 380 v3dX(format_supports_blending)(const struct v3dv_format *format) in format_supports_blending() 487 const struct v3dv_format *format = v3dX(get_format)(vk_format); in get_internal_type_bpp_for_image_aspects()
|
H A D | v3dv_meta_common.h | 46 const struct v3dv_format *format;
|
H A D | v3dv_private.h | 549 struct v3dv_format { struct 592 const struct v3dv_format *format; 628 const struct v3dv_format *format; 677 const struct v3dv_format *format; 2117 uint8_t v3dv_get_tex_return_size(const struct v3dv_format *vf, bool compare_enable); 2118 const struct v3dv_format *
|
H A D | v3dv_pass.c | 39 const struct v3dv_format *format = v3dv_X(device, get_format)(att->desc.format); in set_try_tlb_resolve() 333 const struct v3dv_format *format = v3dv_X(device, get_format)(desc->format); in subpass_get_granularity()
|
H A D | v3dvx_device.c | 59 const struct v3dv_format *format = v3dX(get_format)(bc_info->format); in encode_border_color()
|
H A D | v3dvx_pipeline.c | 111 const struct v3dv_format *format = v3dX(get_format)(desc->format); in pack_blend()
|
H A D | v3dv_image.c | 320 const struct v3dv_format *format = in create_image()
|
H A D | v3dv_meta_copy.c | 850 const struct v3dv_format *format = in copy_image_tfu() 1101 const struct v3dv_format *f = v3dv_X(cmd_buffer->device, get_format)(format); in copy_image_blit() 1359 const struct v3dv_format *format = in copy_buffer_to_image_tfu() 2863 const struct v3dv_format *format = in blit_tfu()
|
H A D | v3dvx_meta_common.c | 845 const struct v3dv_format *format) in meta_emit_tfu_job()
|
H A D | v3dv_cmd_buffer.c | 1106 const struct v3dv_format *format = in cmd_buffer_state_set_attachment_clear_color()
|
Completed in 23 milliseconds