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:is_dual_slot
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ir_set_program_inouts.cpp
120
var->type->without_array()->
is_dual_slot
())
in mark()
311
if (type->without_array()->
is_dual_slot
())
in try_mark_partial_variable()
H
A
D
gl_nir_link_uniforms.c
683
bool
is_dual_slot
= glsl_type_is_dual_slot(glsl_without_array(type));
in add_parameter()
local
684
if (
is_dual_slot
)
in add_parameter()
695
if (
is_dual_slot
) {
in add_parameter()
H
A
D
linker.cpp
3018
if (var->type->without_array()->
is_dual_slot
())
in assign_attribute_or_color_locations()
3094
if (to_assign[i].var->type->without_array()->
is_dual_slot
())
in assign_attribute_or_color_locations()
/third_party/mesa3d/src/compiler/
H
A
D
glsl_types.h
905
bool
is_dual_slot
() const
in is_dual_slot()
function
H
A
D
nir_types.cpp
418
return type->
is_dual_slot
();
in glsl_type_is_dual_slot()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_visitor.cpp
587
(as_vec4 && col_type->
is_dual_slot
()) ? 2 : 1;
in type_size_xvec4()
595
return (as_vec4 && type->
is_dual_slot
()) ? 2 : 1;
in type_size_xvec4()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_io.c
2854
static bool
is_dual_slot
(nir_intrinsic_instr *intrin)
in is_dual_slot()
function
2909
sem.num_slots =
is_dual_slot
(intrin) ? 2 : 1;
in add_const_offset_to_base_block()
Completed in 18 milliseconds