/third_party/mesa3d/src/util/format/ |
D | u_format.h | 149 struct util_format_description struct 414 const struct util_format_description * 415 util_format_description(enum pipe_format format) ATTRIBUTE_CONST; 450 const struct util_format_description *desc = util_format_description(format); in util_format_name() 463 const struct util_format_description *desc = util_format_description(format); in util_format_short_name() 479 const struct util_format_description *desc = util_format_description(format); in util_format_is_plain() 491 const struct util_format_description *desc = util_format_description(format); in util_format_is_compressed() 516 const struct util_format_description *desc = util_format_description(format); in util_format_is_s3tc() 529 const struct util_format_description *desc = util_format_description(format); in util_format_is_etc() 542 const struct util_format_description *desc = util_format_description(format); in util_format_is_srgb() [all …]
|
D | u_format.c | 100 const struct util_format_description *desc = util_format_description(format); in util_format_is_float() 116 const struct util_format_description *desc = in util_format_has_alpha() 117 util_format_description(format); in util_format_has_alpha() 128 const struct util_format_description *desc = in util_format_has_alpha1() 129 util_format_description(format); in util_format_has_alpha1() 140 const struct util_format_description *desc = in util_format_is_luminance() 141 util_format_description(format); in util_format_is_luminance() 157 const struct util_format_description *desc = in util_format_is_alpha() 158 util_format_description(format); in util_format_is_alpha() 174 const struct util_format_description *desc = util_format_description(format); in util_format_is_pure_integer() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format.h | 42 struct util_format_description; 96 lp_build_format_swizzle_aos(const struct util_format_description *desc, 102 const struct util_format_description *desc, 107 const struct util_format_description *format_desc, 118 const struct util_format_description *format_desc, 129 lp_build_format_swizzle_soa(const struct util_format_description *format_desc, 136 const struct util_format_description *format_desc, 149 const struct util_format_description *format_desc, 161 const struct util_format_description *format_desc, 175 const struct util_format_description *format_desc, [all …]
|
D | lp_bld_format_soa.c | 82 lp_build_format_swizzle_soa(const struct util_format_description *format_desc, in lp_build_format_swizzle_soa() 304 const struct util_format_description *format_desc, in lp_build_unpack_rgba_soa() 416 const struct util_format_description *format_desc, in lp_build_fetch_rgba_soa() 758 const struct util_format_description *flinear_desc; in lp_build_fetch_rgba_soa() 759 const struct util_format_description *frgba8_desc; in lp_build_fetch_rgba_soa() 772 flinear_desc = util_format_description(util_format_linear(format)); in lp_build_fetch_rgba_soa() 787 …frgba8_desc = util_format_description(is_signed ? PIPE_FORMAT_R8G8B8A8_SNORM : PIPE_FORMAT_R8G8B8A… in lp_build_fetch_rgba_soa() 790 frgba8_desc = util_format_description(PIPE_FORMAT_R8G8B8A8_SRGB); in lp_build_fetch_rgba_soa() 983 const struct util_format_description *format_desc, in lp_build_pack_rgba_soa() 1014 const struct util_format_description *format_desc, in lp_build_store_rgba_soa()
|
/third_party/mesa3d/src/util/tests/format/ |
D | u_format_test.c | 57 print_packed(const struct util_format_description *format_desc, in print_packed() 76 print_unpacked_rgba_doubl(const struct util_format_description *format_desc, in print_unpacked_rgba_doubl() 98 print_unpacked_rgba_float(const struct util_format_description *format_desc, in print_unpacked_rgba_float() 120 print_unpacked_rgba_8unorm(const struct util_format_description *format_desc, in print_unpacked_rgba_8unorm() 141 print_unpacked_z_float(const struct util_format_description *format_desc, in print_unpacked_z_float() 163 print_unpacked_z_32unorm(const struct util_format_description *format_desc, in print_unpacked_z_32unorm() 184 print_unpacked_s_8uint(const struct util_format_description *format_desc, in print_unpacked_s_8uint() 205 test_format_fetch_rgba(const struct util_format_description *format_desc, in test_format_fetch_rgba() 241 test_format_unpack_rgba(const struct util_format_description *format_desc, in test_format_unpack_rgba() 278 test_format_pack_rgba_float(const struct util_format_description *format_desc, in test_format_pack_rgba_float() [all …]
|
D | u_format_compatible_test.c | 42 const struct util_format_description *src_format_desc; in test_all() 43 src_format_desc = util_format_description(src_format); in test_all() 46 const struct util_format_description *dst_format_desc; in test_all() 47 dst_format_desc = util_format_description(dst_format); in test_all()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.h | 46 struct util_format_description; 52 lp_depth_type(const struct util_format_description *format_desc, 61 const struct util_format_description *format_desc, 77 const struct util_format_description *format_desc, 88 const struct util_format_description *format_desc,
|
D | lp_test_format.c | 62 const struct util_format_description *desc, in write_tsv_row() 80 const struct util_format_description *desc, in add_fetch_rgba_test() 139 const struct util_format_description *desc, in test_format_float() 243 const struct util_format_description *desc, in test_format_unorm8() 347 const struct util_format_description *format_desc, in test_one() 375 const struct util_format_description *format_desc; in test_all() 377 format_desc = util_format_description(format); in test_all()
|
D | lp_bld_alpha.h | 41 struct util_format_description; 51 const struct util_format_description *cbuf_format_desc,
|
D | lp_state_surface.c | 67 const struct util_format_description *depth_desc = in llvmpipe_set_framebuffer_state() 68 util_format_description(depth_format); in llvmpipe_set_framebuffer_state()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_util.c | 35 const struct util_format_description *desc = util_format_description(format); in pipe2surface() 214 const struct util_format_description *desc = util_format_description(format); in fd2_tex_swiz() 233 const struct util_format_description *desc = util_format_description(format); in fd2_vtx_swiz()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | vk_format.h | 44 const struct util_format_description *desc = in vk_format_is_alpha_on_msb() 59 const struct util_format_description *desc = in vk_format_get_channel_width() 67 const struct util_format_description *desc = in vk_format_has_32bit_component() 80 const struct util_format_description *desc = in vk_format_is_normalized()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 60 const struct util_format_description *desc = in get_canonical_format() 61 util_format_description(format); in get_canonical_format() 205 has_identity_swizzle(const struct util_format_description *desc) in has_identity_swizzle() 300 const struct util_format_description *src_desc, *dst_desc; in swizzled_copy() 316 src_desc = util_format_description(blit_src_format); in swizzled_copy() 317 dst_desc = util_format_description(blit_dst_format); in swizzled_copy() 350 same_size_and_swizzle(const struct util_format_description *d1, in same_size_and_swizzle() 351 const struct util_format_description *d2) in same_size_and_swizzle() 423 const struct util_format_description *src_desc, *dst_desc; in handle_complex_copy() 424 const struct util_format_description *canon_desc, *noncanon_desc; in handle_complex_copy() [all …]
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_lower_image_casts.c | 36 const struct util_format_description *from_desc, in convert_value() 37 const struct util_format_description *to_desc) in convert_value() 212 const struct util_format_description *from_desc, *to_desc; in lower_image_cast_instr() 216 from_desc = util_format_description(emulation_format); in lower_image_cast_instr() 217 to_desc = util_format_description(real_format); in lower_image_cast_instr() 221 from_desc = util_format_description(real_format); in lower_image_cast_instr() 222 to_desc = util_format_description(emulation_format); in lower_image_cast_instr()
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_lower_framebuffer.c | 60 pan_unpacked_type_for_format(const struct util_format_description *desc) in pan_unpacked_type_for_format() 90 pan_is_format_native(const struct util_format_description *desc, bool broken_ld_special, bool is_st… in pan_is_format_native() 161 const struct util_format_description *desc, in pan_pack_reorder() 176 const struct util_format_description *desc, in pan_unpack_reorder() 378 const struct util_format_description *desc, in pan_unpack() 419 const struct util_format_description *desc, in pan_pack() 488 const struct util_format_description *desc, in pan_lower_fb_store() 515 const struct util_format_description *desc, in pan_lower_fb_load() 590 const struct util_format_description *desc = in pan_lower_framebuffer() 591 util_format_description(rt_fmts[rt]); in pan_lower_framebuffer()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_image_load_store.c | 46 const struct util_format_description *desc = in v3d_gl_format_is_return_32() 47 util_format_description(format); in v3d_gl_format_is_return_32() 92 const struct util_format_description *desc = in v3d_nir_lower_image_store() 93 util_format_description(format); in v3d_nir_lower_image_store()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 42 radv_translate_buffer_dataformat(const struct util_format_description *desc, int first_non_void) in radv_translate_buffer_dataformat() 117 radv_translate_buffer_numformat(const struct util_format_description *desc, int first_non_void) in radv_translate_buffer_numformat() 152 const struct util_format_description *desc, unsigned *dfmt, in radv_translate_vertex_format() 203 radv_translate_tex_dataformat(VkFormat format, const struct util_format_description *desc, in radv_translate_tex_dataformat() 423 radv_translate_tex_numformat(VkFormat format, const struct util_format_description *desc, in radv_translate_tex_numformat() 486 radv_translate_color_numformat(VkFormat format, const struct util_format_description *desc, in radv_translate_color_numformat() 521 const struct util_format_description *desc = vk_format_description(format); in radv_is_sampler_format_supported() 554 const struct util_format_description *desc = vk_format_description(format); in radv_is_storage_image_format_supported() 609 const struct util_format_description *desc = vk_format_description(format); in radv_is_buffer_format_supported() 628 const struct util_format_description *desc = vk_format_description(format); in radv_is_colorbuffer_format_supported() [all …]
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_format.c | 154 const struct util_format_description *desc = util_format_description(format); in zink_decompose_vertex_format() 208 const struct util_format_description *desc = util_format_description(format); in zink_format_is_voidable_rgba_variant()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_inlines.h | 342 const struct util_format_description *desc; in r300_translate_vertex_data_type() 348 desc = util_format_description(format); in r300_translate_vertex_data_type() 415 const struct util_format_description *desc; in r300_translate_vertex_data_swizzle() 424 desc = util_format_description(format); in r300_translate_vertex_data_swizzle()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_afbc.c | 139 const struct util_format_description *desc = in panfrost_afbc_can_ytr() 140 util_format_description(format); in panfrost_afbc_can_ytr()
|
/third_party/mesa3d/src/mesa/state_tracker/tests/ |
D | st_format.c | 87 const struct util_format_description *desc = util_format_description(i); in main()
|
/third_party/mesa3d/src/gallium/tests/unit/ |
D | translate_test.c | 173 … const struct util_format_description* output_format_desc = util_format_description(output_format); in main() 197 … const struct util_format_description* input_format_desc = util_format_description(input_format); in main()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_sampler.c | 74 const struct util_format_description *desc = util_format_description(format); in default_template()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | magic.c | 88 const struct util_format_description *desc = util_format_description(format); in asahi_classify_attachment() 197 const struct util_format_description *desc = in demo_cmdbuf() 198 util_format_description(zsbuf->texture->format); in demo_cmdbuf()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 401 const struct util_format_description *format_desc; in softpipe_is_format_supported() 416 format_desc = util_format_description(format); in softpipe_is_format_supported() 456 const struct util_format_description *desc = in softpipe_is_format_supported() 457 util_format_description(format); in softpipe_is_format_supported()
|