Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h27 struct Config struct
32 Config &operator=(const Config &other); argument
49 EGLint configID; // Unique EGLConfig identifier argument
50 EGLint conformant; // Whether contexts created with this config are conformant
51 EGLint depthSize; // Bits of Z in the depth buffer
52 EGLint level; // Frame buffer level
53 EGLBoolean matchNativePixmap; // Match the native pixmap format
54 EGLint maxPBufferWidth; // Maximum width of pbuffer
55 EGLint maxPBufferHeight; // Maximum height of pbuffer
56 EGLint maxPBufferPixels; // Maximum size of pbuffer
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h38 struct Config { struct
41 std::string CPU;
42 TargetOptions Options;
43 std::vector<std::string> MAttrs;
44 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
45 Optional<CodeModel::Model> CodeModel = None;
46 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default;
47 CodeGenFileType CGFileType = CGFT_ObjectFile;
48 unsigned OptLevel = 2;
49 bool DisableVerify = false;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.h58 struct Config { struct
77 ResultOrError<Config> ChooseConfig(const VulkanSurfaceInfo& surfaceInfo) const; argument
/third_party/nghttp2/src/
DHttpServer.h54 struct Config { struct
55 std::map<std::string, std::vector<std::string>> push;
56 std::map<std::string, std::string> mime_types;
57 Headers trailer;
58 std::string trailer_names;
59 std::string htdocs;
60 std::string host;
61 std::string private_key_file;
62 std::string cert_file;
63 std::string dh_param_file;
[all …]
Dnghttp.h62 struct Config { struct
66 Headers headers;
67 Headers trailer;
68 std::vector<int32_t> weight;
69 std::string certfile;
70 std::string keyfile;
71 std::string datafile;
72 std::string harfile;
73 std::string scheme_override;
74 std::string host_override;
[all …]
Dh2load.h74 struct Config { struct
75 std::vector<std::vector<nghttp2_nv>> nva;
76 std::vector<std::string> h1reqs;
77 std::vector<std::chrono::steady_clock::duration> timings;
78 nghttp2::Headers custom_headers;
79 std::string scheme;
80 std::string host;
81 std::string connect_to_host;
82 std::string ifile;
83 std::string ciphers;
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go59 type Config struct { struct
60 ExeEgl string
61 ExeGles2 string
62 ExeGles3 string
63 ExeVulkan string
64 TempDir string // Directory for temporary log files, coverage output.
65 TestLists testlist.Lists
66 Env []string
67 LogReplacements map[string]string
68 NumParallelTests int
[all …]
/third_party/flatbuffers/src/
Dnamer.h36 struct Config { struct
64 // Configures, when formatting code, whether symbols are checked against argument
68 enum class Escape {
72 Escape escape_keywords;
77 Case namespaces;
79 std::string namespace_seperator;
84 std::string object_prefix;
108 Namer(Config config, std::set<std::string> keywords) in Namer() argument
/third_party/skia/bench/
Dnanobench.h21 struct Config { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp106 struct Config { struct
122 Config(int argc, char **argv) { in Config() argument
/third_party/vk-gl-cts/modules/egl/
DteglRenderCase.hpp44 struct Config struct in deqp::egl::RenderCase
46 eglw::EGLConfig config;
47 eglw::EGLint surfaceTypeBit;
48 eglw::EGLint apiBits;
50 Config (eglw::EGLConfig config_, eglw::EGLint surfaceTypeBit_, eglw::EGLint apiBits_) in Config() argument
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go237 type Config struct { struct
241 AssetsDir string `json:"assets_dir"`
247 BuilderNameSchemaFile string `json:"builder_name_schema"`
250 GoldHashesURL string `json:"gold_hashes_url"`
253 GsBucketGm string `json:"gs_bucket_gm"`
256 GsBucketNano string `json:"gs_bucket_nano"`
259 InternalHardwareLabel func(parts map[string]string) *int `json:"-"`
262 NoUpload []string `json:"no_upload"`
266 PathToSkia string `json:"path_to_skia"`
269 Pool string `json:"pool"`
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.h56 struct Config { struct
77 Config mConfig; argument
/third_party/skia/third_party/externals/tint/src/transform/
Darray_length_from_uniform.h62 struct Config : public Castable<Data, transform::Data> { struct
72 Config& operator=(const Config&); argument
78 sem::BindingPoint ubo_binding;
81 std::unordered_map<sem::BindingPoint, uint32_t> bindpoint_to_size_index;
Dcanonicalize_entry_point_io.h97 struct Config : public Castable<Config, Data> { struct
113 const ShaderStyle shader_style;
116 const uint32_t fixed_sample_mask;
120 const bool emit_vertex_point_size;
Dsingle_entry_point.h32 struct Config : public Castable<Config, Data> { struct
45 Config& operator=(const Config&); argument
48 std::string entry_point_name;
Dglsl.h35 struct Config : public Castable<Data, transform::Data> { struct
50 std::string entry_point;
53 bool disable_workgroup_init = false;
Drobustness.h46 struct Config : public Castable<Config, Data> { struct
58 Config& operator=(const Config&); argument
62 std::unordered_set<StorageClass> omitted_classes;
Dnum_workgroups_from_uniform.h52 struct Config : public Castable<Data, transform::Data> { struct
64 sem::BindingPoint ubo_binding;
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dxvmc_bench.c53 struct Config struct
64 void ParseArgs(int argc, char **argv, struct Config *config); argument
/third_party/skia/third_party/externals/tint/tools/src/gerrit/
Dgerrit.go36 type Config struct { struct
37 Username string
38 Password string
53 func New(cfg Config) (*G, error) {
/third_party/skia/third_party/externals/tint/tools/src/glob/
Dglob.go32 func Scan(root string, cfg Config) ([]string, error) {
64 type Config struct { struct
87 Paths searchRules
188 func (c Config) shouldExamine(root, absPath string) bool {
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigList.hpp64 struct Config struct
66Config(ConfigType type_, int id_, deUint32 surfaceTypes_) : type(type_), id(id_), surfaceTypes(sur… in Config() argument
70 Config(void) : type(CONFIGTYPE_LAST), id(0), surfaceTypes(0) in Config() argument
74 ConfigType type;
75 int id;
76 deUint32 surfaceTypes;
/third_party/rust/crates/aho-corasick/src/packed/
Dapi.rs94 pub struct Config { struct
112 impl Default for Config { argument
118 impl Config { implementation
139 pub fn match_kind(&mut self, kind: MatchKind) -> &mut Config { in match_kind()
150 pub fn force_teddy(&mut self, yes: bool) -> &mut Config { in force_teddy()
165 pub fn force_teddy_fat(&mut self, yes: Option<bool>) -> &mut Config { in force_teddy_fat()
177 pub fn force_avx(&mut self, yes: Option<bool>) -> &mut Config { in force_avx()
188 pub fn force_rabin_karp(&mut self, yes: bool) -> &mut Config { in force_rabin_karp()
/third_party/gn/src/gn/
Dconfig_unittest.cc11 TEST(Config, ResolvedNoSub) { in TEST() argument
30 TEST(Config, ResolvedSub) { in TEST() argument
61 TEST(Config, SubSub) { in TEST() argument

1234