/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_aos_array.c | 53 lp_build_fetch_rgba_aos_array(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type dst_type, LLVMValueRef base_ptr, LLVMValueRef offset) lp_build_fetch_rgba_aos_array() argument
|
H A D | lp_bld_format_yuv.c | 483 lp_build_fetch_subsampled_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *format_desc, unsigned n, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j) lp_build_fetch_subsampled_rgba_aos() argument
|
H A D | lp_bld_type.h | 181 lp_type_from_format_desc(struct lp_type* type, const struct util_format_description *format_desc) in lp_type_from_format_desc() argument
|
H A D | lp_bld_format_aos.c | 471 lp_build_fetch_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache) lp_build_fetch_rgba_aos() argument [all...] |
H A 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() argument 303 lp_build_unpack_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef packed, LLVMValueRef rgba_out[4]) lp_build_unpack_rgba_soa() argument 415 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache, LLVMValueRef rgba_out[4]) lp_build_fetch_rgba_soa() argument 982 lp_build_pack_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, const LLVMValueRef rgba_in[4], LLVMValueRef *packed) lp_build_pack_rgba_soa() argument 1013 lp_build_store_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef exec_mask, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef out_of_bounds, const LLVMValueRef rgba_in[4]) lp_build_store_rgba_soa() argument [all...] |
H A D | lp_bld_sample.h | 368 const struct util_format_description *format_desc; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_format.c | 375 const struct util_format_description *format_desc; in test_all() local 346 test_one(unsigned verbose, FILE *fp, const struct util_format_description *format_desc, unsigned use_cache) test_one() argument
|
H A D | lp_screen.c | 670 const struct util_format_description *format_desc; in llvmpipe_is_format_supported() local [all...] |
H A D | lp_bld_depth.c | 304 lp_depth_type(const struct util_format_description *format_desc, in lp_depth_type() argument 353 get_z_shift_and_mask(const struct util_format_description *format_desc, unsigned *shift, unsigned *width, unsigned *mask) get_z_shift_and_mask() argument 391 get_s_shift_and_mask(const struct util_format_description *format_desc, unsigned *shift, unsigned *mask) get_s_shift_and_mask() argument 534 lp_build_depth_stencil_load_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef *z_fb, LLVMValueRef *s_fb, LLVMValueRef loop_counter) lp_build_depth_stencil_load_swizzled() argument 673 lp_build_depth_stencil_write_swizzled(struct gallivm_state *gallivm, struct lp_type z_src_type, const struct util_format_description *format_desc, boolean is_1d, LLVMValueRef mask_value, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef loop_counter, LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef z_value, LLVMValueRef s_value) lp_build_depth_stencil_write_swizzled() argument 825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_draw.c | 62 const struct util_format_description *format_desc; in util_draw_max_index() local
|
H A D | u_inlines.h | 838 const struct util_format_description *format_desc = util_format_description(info->dst.format); in util_blit_covers_whole_resource() local
|
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | fd6_view.c | 349 const struct util_format_description *format_desc = in fdl6_view_init() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_blend.c | 216 const struct util_format_description *format_desc = in nir_blend_logicop() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_screen.c | 401 const struct util_format_description *format_desc; in softpipe_is_format_supported() local
|
/third_party/mesa3d/src/util/tests/format/ |
H A D | u_format_test.c | 57 print_packed(const struct util_format_description *format_desc, in print_packed() argument 76 print_unpacked_rgba_doubl(const struct util_format_description *format_desc, in print_unpacked_rgba_doubl() argument 98 print_unpacked_rgba_float(const struct util_format_description *format_desc, in print_unpacked_rgba_float() argument 120 print_unpacked_rgba_8unorm(const struct util_format_description *format_desc, in print_unpacked_rgba_8unorm() argument 141 print_unpacked_z_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) print_unpacked_z_float() argument 163 print_unpacked_z_32unorm(const struct util_format_description *format_desc, const char *prefix, uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) print_unpacked_z_32unorm() argument 184 print_unpacked_s_8uint(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) print_unpacked_s_8uint() argument 205 test_format_fetch_rgba(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_fetch_rgba() argument 241 test_format_unpack_rgba(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_unpack_rgba() argument 278 test_format_pack_rgba_float(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_pack_rgba_float() argument 359 test_format_unpack_rgba_8unorm(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_unpack_rgba_8unorm() argument 401 test_format_pack_rgba_8unorm(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_pack_rgba_8unorm() argument 465 test_format_unpack_z_float(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_unpack_z_float() argument 497 test_format_pack_z_float(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_pack_z_float() argument 536 test_format_unpack_z_32unorm(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_unpack_z_32unorm() argument 575 test_format_pack_z_32unorm(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_pack_z_32unorm() argument 615 test_format_unpack_s_8uint(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_unpack_s_8uint() argument 654 test_format_pack_s_8uint(const struct util_format_description *format_desc, const struct util_format_test_case *test) test_format_pack_s_8uint() argument 695 test_format_norm_flags(const struct util_format_description *format_desc) test_format_norm_flags() argument 740 test_one_func(const struct util_format_description *format_desc, test_func_t func, const char *suffix) test_one_func() argument 765 test_format_metadata(const struct util_format_description *format_desc, boolean (*func)(const struct util_format_description *format_desc), const char *suffix) test_format_metadata() argument 788 const struct util_format_description *format_desc; test_all() local [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_format.c | 337 *format_desc = util_format_description(pformat); in d3d12_get_format_info() local
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_state.c | 1020 const struct anv_format *format_desc = in CreateSampler() local
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 534 const struct util_format_description *format_desc; in panfrost_is_format_supported() local
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_screen.c | 577 const struct util_format_description *format_desc; in virgl_is_vertex_format_supported() local 663 const struct util_format_description *format_desc; in virgl_is_format_supported() local [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 621 const struct util_format_description *format_desc = in pan_blend_create_shader() local
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format.c | 412 const struct util_format_description *format_desc; in util_format_read_4() local 432 const struct util_format_description *format_desc; in util_format_write_4() local 456 const struct util_format_description *format_desc; util_format_read_4ub() local 473 const struct util_format_description *format_desc; util_format_write_4ub() local 563 util_format_fits_8unorm(const struct util_format_description *format_desc) util_format_fits_8unorm() argument [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cs.c | 625 const struct util_format_description *format_desc = in emit_blend() local
|
H A D | panvk_vX_pipeline.c | 586 const struct util_format_description *format_desc = in panvk_pipeline_builder_parse_color_blend() local
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_generic.c | 798 const struct util_format_description *format_desc = in translate_generic_create() local
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vaapi.c | 1039 const VAAPIFormatDescriptor *format_desc; in vaapi_map_from_drm() local
|