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:new_variable
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_lower_xfb_varying.c
167
nir_variable *
new_variable
= rzalloc(shader, nir_variable);
in gl_nir_lower_xfb_varying()
168
new_variable
->name = generate_new_name(
new_variable
, old_var_name);
in gl_nir_lower_xfb_varying()
169
new_variable
->type = type;
in gl_nir_lower_xfb_varying()
170
new_variable
->data.mode = nir_var_shader_out;
in gl_nir_lower_xfb_varying()
171
new_variable
->data.location = -1;
in gl_nir_lower_xfb_varying()
172
new_variable
->data.xfb.buffer = -1;
in gl_nir_lower_xfb_varying()
173
new_variable
->data.xfb.stride = -1;
in gl_nir_lower_xfb_varying()
174
new_variable
->data.assigned = true;
in gl_nir_lower_xfb_varying()
175
nir_shader_add_variable(shader,
new_variable
);
in gl_nir_lower_xfb_varying()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cGPUShaderFP64Tests.cpp
10159
_variable
new_variable
;
in iterate()
local
10163
new_variable
.array_size =
in iterate()
10165
new_variable
.type = double_variable_types[n_tested_variables / 2];
in iterate()
10169
Utils::getNumberOfLocationsUsedByDoublePrecisionVariableType(
new_variable
.type);
in iterate()
10170
n_used_components = n_type_components *
new_variable
.array_size * 2;
in iterate()
10186
variables_to_test.push_back(
new_variable
);
in iterate()
Completed in 18 milliseconds