Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:d_props
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/
H
A
D
property.hpp
231
obj(const D *
d_props
) {
in obj()
argument
234
while (
d_props
&& *
d_props
) {
in obj()
235
auto key = *
d_props
++;
in obj()
236
auto value = *
d_props
++;
in obj()
254
std::vector<D>
d_props
;
in desc()
local
257
d_props
.push_back(prop.first);
in desc()
258
d_props
.push_back(prop.second.template as<D>());
in desc()
261
d_props
.push_back(0);
in desc()
263
return
d_props
;
in desc()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H
A
D
context.cpp
30
clCreateContext(const cl_context_properties *
d_props
, cl_uint num_devs,
in clCreateContext()
argument
35
auto props = obj<property_list_tag>(
d_props
);
in clCreateContext()
62
clCreateContextFromType(const cl_context_properties *
d_props
,
in clCreateContextFromType()
argument
85
return clCreateContext(
d_props
, num_devices, devs.data(), pfn_notify,
in clCreateContextFromType()
Completed in 2 milliseconds