Searched +refs:linear +refs:mod (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_resource.c | 552 fd_resource_uncompress(struct fd_context *ctx, struct fd_resource *rsc, bool linear) in fd_resource_uncompress() argument 556 uint64_t modifier = linear ? DRM_FORMAT_MOD_LINEAR : FD_FORMAT_MOD_QCOM_TILED; in fd_resource_uncompress() 796 * a situation where we have a linear bo, but are unable to mmap it in resource_transfer_map_unsync() 1158 /* First, find all the conditions which would force us to linear */ in get_best_layout() 1170 perf_debug("%" PRSC_FMT ": forcing linear: bind flags", in get_best_layout() 1178 /* Shared resources with implicit modifiers must always be linear */ in get_best_layout() 1181 ": forcing linear: shared resource + implicit modifiers", in get_best_layout() 1213 perf_debug("%" PRSC_FMT ": need linear but not in modifier set", in get_best_layout() 1371 const uint64_t mod = DRM_FORMAT_MOD_INVALID; in fd_resource_create() local 1372 return fd_resource_create_with_modifiers(pscreen, tmpl, &mod, in fd_resource_create() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 272 int linear) in pixfmt_is_supported() 289 flags = linear ? prop.formatProperties.linearTilingFeatures : in pixfmt_is_supported() 433 const char *mod; in check_extensions() local 442 mod = "instance"; in check_extensions() 459 mod = "device"; in check_extensions() 491 av_log(ctx, AV_LOG_VERBOSE, "Using %s extension %s\n", mod, tstr); in check_extensions() 506 av_log(ctx, AV_LOG_VERBOSE, "Using %s extension %s\n", mod, tstr); in check_extensions() 528 av_log(ctx, AV_LOG_VERBOSE, "Using %s extension \"%s\"\n", mod, token); in check_extensions() 532 mod, token); in check_extensions() 2507 "and linear!\ in vulkan_map_frame_to_mem() 271 pixfmt_is_supported(AVHWDeviceContext *dev_ctx, enum AVPixelFormat p, int linear) pixfmt_is_supported() argument [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 33 milliseconds