HomeSort by: relevance | last modified time | path
    Searched refs:headers (Results 1 - 25 of 438) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
invocation.hpp 34 const header_map &headers,
46 const header_map &headers,
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, dev, opts, false
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/
invocation.hpp 34 const header_map &headers,
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);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
compiler.hpp 35 compile_program(const program &prog, const header_map &headers,
43 return llvm::compile_to_spirv(prog.source(), headers, dev, opts, log);
53 return llvm::compile_program(prog.source(), headers, dev, opts, log);
program.cpp 47 const header_map &headers) {
56 compiler::compile_program(*this, headers, dev, opts, log);
program.hpp 55 const header_map &headers = {});
  /xsrc/external/mit/xorg-server/dist/include/
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/
x86_build.sh 28 kernel-headers \
68 vulkan-headers \
  /xsrc/external/mit/font-util/dist/
ucs2any.c 505 da_t *headers; local
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_index, NULL)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
program.cpp 46 const header_map &headers) {
55 const module m = llvm::compile_program(_source, headers, dev, opts,
program.hpp 52 const header_map &headers = {});
  /xsrc/external/mit/fontconfig/dist/src/
makealias.py 25 parser.add_argument('headers', nargs='+')
43 for fname in args.headers:
  /xsrc/external/mit/MesaLib/dist/src/compiler/clc/
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/
program.cpp 216 header_map headers; local
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/MesaLib/dist/src/gallium/drivers/svga/svgadump/
svga_dump.py 316 headers = [
321 decls = parser.parse(headers, config, parser.COMPILATION_MODE.ALL_AT_ONCE)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
svga_dump.py 316 headers = [
321 decls = parser.parse(headers, config, parser.COMPILATION_MODE.ALL_AT_ONCE)
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
program.cpp 310 header_map headers; local
326 if (!any_of(key_equals(name), headers))
327 headers.push_back(std::pair<std::string, std::string>(
333 prog.compile(devs, opts, headers);
  /xsrc/external/mit/pixman/dist/test/
lowlevel_blt_bench_compare.py 51 headers="keys",
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
Android.mk 49 # We need to get NIR's generated headers.
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/
Android.genxml.mk 39 # This is the list of auto-generated files headers
  /xsrc/external/mit/xterm/dist/vttests/
modify-keys.pl 65 our @headers;
853 for my $h ( 0 .. $#headers ) {
855 &html_ref( $headers[$h] ), $headers[$h];
871 $headers[ $#headers + 1 ] = $header;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/
Android.genxml.mk 43 # This is the list of auto-generated files headers
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/
Android.gen.mk 32 # This is the list of auto-generated files: sources and headers
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_parser.y 325 /* @ headers (@const/@sampler/@uniform/@varying) */
644 shader: { new_shader(); } headers instrs
646 headers: label
647 | header headers

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>