Home
last modified time | relevance | path

Searched defs:opts (Results 51 - 75 of 374) sorted by relevance

12345678910>>...15

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.hpp72 std::string opts; member
H A Dprogram.cpp46 program::compile(const ref_vector<device> &devs, const std::string &opts, in compile() argument
67 program::link(const ref_vector<device> &devs, const std::string &opts, in link() argument
/third_party/libfuse/example/
H A Dnull.c118 struct fuse_cmdline_opts opts; in main() local
/third_party/lz4/ossfuzz/
H A Ddecompress_frame_fuzzer.c46 LZ4F_decompressOptions_t opts; in LLVMFuzzerTestOneInput() local
18 decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const void* dict, size_t dictSize, const LZ4F_decompressOptions_t* opts) decompress() argument
[all...]
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dbash.rs164 let mut opts = vec![String::new()]; in option_details_for_path() variables
219 let mut opts = String::new(); all_options_for_path() variables
[all...]
/third_party/skia/bench/
H A DEncodeBench.cpp56 SkJpegEncoder::Options opts; in encode_jpeg() local
62 SkWebpEncoder::Options opts; in encode_webp_lossy() local
69 SkWebpEncoder::Options opts; in encode_webp_lossless() local
79 SkPngEncoder::Options opts; encode_png() local
[all...]
/third_party/ffmpeg/doc/examples/
H A Dextract_mvs.c83 AVDictionary *opts = NULL; in open_codec_context() local
/third_party/curl/tests/unit/
H A Dunit2601.c91 check_bufq(size_t pool_spares, size_t chunk_size, size_t max_chunks, size_t wsize, size_t rsize, int opts) check_bufq() argument
/third_party/ffmpeg/libavutil/tests/
H A Dhwdevice.c97 test_device(enum AVHWDeviceType type, const char *name, const char *device, AVDictionary *opts, int flags) test_device() argument
/third_party/ffmpeg/libavutil/
H A Dvulkan_shaderc.c45 shaderc_compile_options_t opts = shaderc_compile_options_initialize(); in shdc_shader_compile() local
/third_party/curl/lib/
H A Dbufq.h102 int opts; /* options for handling queue, see below */ member
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dnewfs_msdos.c74 static const char opts[] = "@:NAB:C:F:I:L:O:S:a:b:c:e:f:h:i:k:m:n:o:r:s:T:u:"; in main() local
268 } opts[] = { in usage() local
/third_party/FreeBSD/sys/sys/
H A Dmutex.h56 mtx_init(pthread_mutex_t *mtx, const char *name, const char *type, int opts) in mtx_init() argument
/third_party/libabigail/tests/
H A Dprint-diff-tree.cc55 parse_command_line(int argc, char* argv[], options& opts) in parse_command_line() argument
86 options opts; in main() local
[all...]
/third_party/mesa3d/src/imagination/rogue/tools/
H A Doffline_compiler.c101 static bool parse_cmdline(int argc, char *argv[], struct compiler_opts *opts) in parse_cmdline() argument
188 struct compiler_opts opts = { .stage = MESA_SHADER_NONE, 0 }; main() local
[all...]
/third_party/ntfs-3g/src/
H A Dntfs-3g.probe.c48 } opts; variable
[all...]
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c146 struct nir_to_dxil_options opts = { in spirv_to_dxil() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_builtins.c58 const struct nir_lower_tex_options opts = { .lower_rect = true, }; in st_nir_finish_builtin_shader() local
/third_party/libwebsockets/lib/roles/ws/
H A Dclient-ws.c245 const struct lws_ext_options *opts; in lws_client_ws_upgrade() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dgmemtool.c105 static const struct option opts[] = { variable
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dcpp_interface_test.cpp202 const ValidatorOptions opts; in TEST() local
211 ValidatorOptions opts; in TEST() local
/third_party/skia/src/core/
H A DSkPictureImageGenerator.cpp78 onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options& opts) onGetPixels() argument
/third_party/skia/src/codec/
H A DSkBmpMaskCodec.cpp27 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& opts, int* rowsDecoded) onGetPixels() argument
78 decodeRows(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& opts) decodeRows() argument
/third_party/skia/src/images/
H A DSkWebpEncoder.cpp44 bool SkWebpEncoder::Encode(SkWStream* stream, const SkPixmap& pixmap, const Options& opts) { in Encode() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dcpp_interface_test.cpp202 const ValidatorOptions opts; in TEST() local
211 ValidatorOptions opts; in TEST() local

Completed in 9 milliseconds

12345678910>>...15