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:Index2D
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_shader_tokens.h
148
unsigned
Index2D
:16; /**< UINT */
member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_dynamic_indexing.c
81
dc->const_buf_range[decl->Dim.
Index2D
] = decl->Range.Last;
in dIndexing_decl()
H
A
D
tgsi_build.c
171
dim.
Index2D
= 0;
in tgsi_default_declaration_dimension()
206
dd.
Index2D
= index_2d;
in tgsi_build_declaration_dimension()
451
*dd = tgsi_build_declaration_dimension(full_decl->Dim.
Index2D
,
in tgsi_build_full_declaration()
H
A
D
tgsi_sanity.c
438
fill_scan_register2d(reg, file, i, decl->Dim.
Index2D
);
in iter_declaration()
H
A
D
tgsi_dump.c
332
SID(decl->Dim.
Index2D
);
in iter_declaration()
H
A
D
tgsi_ureg.c
1576
out[2].decl_dim.
Index2D
= index2D;
in emit_decl_atomic_2d()
1693
out[2].decl_dim.
Index2D
= index2D;
in emit_decl_range2D()
H
A
D
tgsi_scan.c
647
buffer = fulldecl->Dim.
Index2D
;
in scan_declaration()
H
A
D
tgsi_text.c
1315
decl.Dim.
Index2D
= brackets[0].first;
in parse_declaration()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
tgsi_to_nir.c
296
decl->Dim.
Index2D
!= 0) {
in ttn_emit_declaration()
298
MAX2(b->shader->info.num_ubos, decl->Dim.
Index2D
);
in ttn_emit_declaration()
299
c->ubo_sizes[decl->Dim.
Index2D
] =
in ttn_emit_declaration()
300
MAX2(c->ubo_sizes[decl->Dim.
Index2D
], decl->Range.Last * 16);
in ttn_emit_declaration()
/third_party/mesa3d/src/gallium/drivers/virgl/
H
A
D
virgl_tgsi.c
97
if (decl->Dim.
Index2D
== 0)
in virgl_tgsi_transform_declaration()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_tgsi_vgpu10.c
4896
constbuf = decl->Dim.
Index2D
;
in emit_vgpu10_declaration()
4972
if (!(emit->atomic_bufs_mask & (1 << decl->Dim.
Index2D
))) {
in emit_vgpu10_declaration()
4974
emit->atomic_bufs_mask |= (1 << decl->Dim.
Index2D
);
in emit_vgpu10_declaration()
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_from_tgsi.cpp
1293
Location(decl->Declaration.File, decl->Dim.
Index2D
, i, c));
in scanDeclaration()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_tgsi_soa.c
2958
unsigned idx2D = decl->Dim.
Index2D
;
in lp_emit_declaration_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_shader.c
1203
ctx->shader->atomics[i].buffer_id = d->Dim.
Index2D
;
in tgsi_declaration()
Completed in 58 milliseconds