| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| H A D | invocation.hpp | 34 const header_map &headers, 46 const header_map &headers,
|
| H A D | invocation.cpp | 43 // 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 D | invocation.hpp | 34 const header_map &headers,
|
| H A D | invocation.cpp | 40 // 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 D | compiler.hpp | 35 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 D | program.cpp | 47 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 D | program.hpp | 55 const header_map &headers = {});
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | servermd.h | 51 #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 D | x86_build.sh | 28 kernel-headers \ 68 vulkan-headers \
|
| /xsrc/external/mit/xorgproto/dist/ |
| H A D | README.md | 4 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 D | README.rst | 14 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 D | ucs2any.c | 505 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 D | rules.mk | 31 # Windows driver headers
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | program.cpp | 46 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 D | program.hpp | 52 const header_map &headers = {});
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.2.2.rst | 43 - 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 D | 10.3.3.rst | 127 - 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 D | makealias.py | 25 parser.add_argument('headers', nargs='+') 43 for fname in args.headers:
|
| /xsrc/external/mit/freetype/dist/docs/reference/stylesheets/ |
| H A D | extra.css | 79 /* 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 D | clc.h | 53 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 D | program.cpp | 216 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 D | rules.mk | 45 # AUTOF driver headers
|
| /xsrc/external/mit/freetype/dist/src/cache/ |
| H A D | rules.mk | 41 # Cache driver headers
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | rules.mk | 37 # CFF driver headers
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| H A D | rules.mk | 35 # CID driver headers
|