Searched refs:headers (Results 1 - 25 of 797) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
H A Dinvocation.hpp34 const header_map &headers,
46 const header_map &headers,
H A Dinvocation.cpp43 // We need to include internal headers last, because the internal headers
44 // include CL headers which have #define's like:
288 const header_map &headers, const device &dev,
330 if (headers.size()) {
337 for (const auto &header : headers)
394 const header_map &headers,
404 auto mod = compile(*ctx, *c, "input.cl", source, headers, dev, opts, true,
502 const header_map &headers,
515 auto mod = compile(*ctx, *c, "input.cl", source, headers, de
286 compile(LLVMContext & ctx,clang::CompilerInstance & c,const std::string & name,const std::string & source,const header_map & headers,const device & dev,const std::string & opts,bool use_libclc,std::string & r_log) argument
393 compile_program(const std::string & source,const header_map & headers,const device & dev,const std::string & opts,std::string & r_log) argument
501 compile_to_spirv(const std::string & source,const header_map & headers,const device & dev,const std::string & opts,std::string & r_log) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.hpp34 const header_map &headers,
H A Dinvocation.cpp40 // We need to include internal headers last, because the internal headers
41 // include CL headers which have #define's like:
237 const header_map &headers, const device &dev,
262 if (headers.size()) {
269 for (const auto &header : headers)
296 const header_map &headers,
305 auto mod = compile(*ctx, *c, "input.cl", source, headers, dev, opts, r_log);
235 compile(LLVMContext & ctx,clang::CompilerInstance & c,const std::string & name,const std::string & source,const header_map & headers,const device & dev,const std::string & opts,std::string & r_log) argument
295 compile_program(const std::string & source,const header_map & headers,const device & dev,const std::string & opts,std::string & r_log) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dcompiler.hpp35 compile_program(const program &prog, const header_map &headers, argument
43 return llvm::compile_to_spirv(prog.source(), headers, dev, opts, log);
53 return llvm::compile_program(prog.source(), headers, dev, opts, log);
H A Dprogram.cpp47 const header_map &headers) {
56 compiler::compile_program(*this, headers, dev, opts, log);
46 compile(const ref_vector<device> & devs,const std::string & opts,const header_map & headers) argument
H A Dprogram.hpp55 const header_map &headers = {});
/xsrc/external/mit/xorg-server/dist/include/
H A Dservermd.h51 #error Drivers must include xorg-server.h before any other xserver headers
52 #error xserver code must include dix-config.h before any other headers
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/fedora/
H A Dx86_build.sh28 kernel-headers \
68 vulkan-headers \
/xsrc/external/mit/xorgproto/dist/
H A DREADME.md4 This package provides the headers and specification documents defining
7 also includes a number of headers that aren't purely protocol related,
12 content of the headers is bound by compatibility constraints with older
47 - ensure that libevdev has been updated to the new kernel headers. This may
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A DREADME.rst14 The shader assembly can be prefixed with headers to control state setup:
18 The order of the ``@buf`` headers determines the index, ie the first
/xsrc/external/mit/font-util/dist/
H A Ducs2any.c505 da_t *headers; local in function:main
532 headers = da_new("headers");
577 da_add_str(headers, default_char_index, NULL);
583 da_add_str(headers, startproperties_index, NULL);
603 da_add_str(headers, fontname_index, NULL);
613 da_add_str(headers, charset_registry_index, NULL);
623 da_add_str(headers, charset_encoding_index, NULL);
626 da_add_str(headers, fontboundingbox_index, NULL);
637 da_add_str(headers, slant_inde
[all...]
/xsrc/external/mit/freetype/dist/src/winfonts/
H A Drules.mk31 # Windows driver headers
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dprogram.cpp46 const header_map &headers) {
55 const module m = llvm::compile_program(_source, headers, dev, opts,
45 compile(const ref_vector<device> & devs,const std::string & opts,const header_map & headers) argument
H A Dprogram.hpp52 const header_map &headers = {});
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.2.rst43 - mesa and libglvnd install the same headers
89 - meson: split headers one per line
90 - meson: split Mesa headers as a separate installation
91 - meson: skip installation of GLVND-provided headers
H A D10.3.3.rst127 - freedreno: update generated headers
130 - freedreno: update generated headers
137 - freedreno: update generated headers
144 - freedreno: update generated headers
158 - freedreno: update generated headers
169 - freedreno: update generated headers
/xsrc/external/mit/fontconfig/dist/src/
H A Dmakealias.py25 parser.add_argument('headers', nargs='+')
43 for fname in args.headers:
/xsrc/external/mit/freetype/dist/docs/reference/stylesheets/
H A Dextra.css79 /* Hide table headers (but not display: none;
149 /* Hide table headers (but not display: none;
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc.h53 const struct clc_named_value *headers; member in struct:clc_compile_args
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp216 header_map headers; local in function:clCompileProgram
230 if (!any_of(key_equals(name), headers))
231 headers.push_back(std::pair<std::string, std::string>(
237 prog.compile(devs, opts, headers);
/xsrc/external/mit/freetype/dist/src/autofit/
H A Drules.mk45 # AUTOF driver headers
/xsrc/external/mit/freetype/dist/src/cache/
H A Drules.mk41 # Cache driver headers
/xsrc/external/mit/freetype/dist/src/cff/
H A Drules.mk37 # CFF driver headers
/xsrc/external/mit/freetype/dist/src/cid/
H A Drules.mk35 # CID driver headers

Completed in 17 milliseconds

1234567891011>>