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:image_dims
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir.c
854
if (layout->
image_dims
.mask & (1 << idx))
in ir3_nir_scan_driver_consts()
856
layout->
image_dims
.mask |= (1 << idx);
in ir3_nir_scan_driver_consts()
857
layout->
image_dims
.off[idx] = layout->
image_dims
.count;
in ir3_nir_scan_driver_consts()
858
layout->
image_dims
.count += 3; /* three const per */
in ir3_nir_scan_driver_consts()
962
if (const_state->
image_dims
.count > 0) {
in ir3_setup_const_state()
963
unsigned cnt = const_state->
image_dims
.count;
in ir3_setup_const_state()
964
const_state->offsets.
image_dims
= constoff;
in ir3_setup_const_state()
H
A
D
ir3_a4xx.c
235
assert(const_state->
image_dims
.mask & (1 << index));
in get_image_offset()
237
cb = regid(const_state->offsets.
image_dims
, 0) +
in get_image_offset()
238
const_state->
image_dims
.off[index];
in get_image_offset()
H
A
D
ir3_shader.h
173
unsigned
image_dims
;
member
191
}
image_dims
;
member
H
A
D
ir3_shader.c
748
if (cs->offsets.
image_dims
!= ~0)
in dump_const_state()
749
fprintf(out, ";
image_dims
: c%u.x\n", cs->offsets.
image_dims
);
in dump_const_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H
A
D
ir3_const.h
263
uint32_t offset = const_state->offsets.
image_dims
;
in ir3_emit_image_dims()
265
uint32_t dims[align(const_state->
image_dims
.count, 4)];
in ir3_emit_image_dims()
266
unsigned mask = const_state->
image_dims
.mask;
in ir3_emit_image_dims()
272
unsigned off = const_state->
image_dims
.off[index];
in ir3_emit_image_dims()
/third_party/mesa3d/src/microsoft/clc/
H
A
D
clc_compiler_test.cpp
1594
TEST_F(ComputeTest,
image_dims
)
in TEST_F()
Completed in 10 milliseconds