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:tex_index
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_nir_lower_tex_src_plane.c
124
int
tex_index
= nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
in lower_tex_src_plane_block()
local
125
if (
tex_index
>= 0) {
in lower_tex_src_plane_block()
126
nir_deref_instr *deref = nir_src_as_deref(tex->src[
tex_index
].src);
in lower_tex_src_plane_block()
141
if (
tex_index
>= 0 && samp_index >= 0) {
in lower_tex_src_plane_block()
151
&tex->src[
tex_index
].src,
in lower_tex_src_plane_block()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_nir_optim.c
43
int
tex_index
= nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
in get_tex_unit()
local
44
if (
tex_index
>= 0) {
in get_tex_unit()
45
nir_deref_instr *deref = nir_src_as_deref(tex->src[
tex_index
].src);
in get_tex_unit()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_tex.c
1416
int
tex_index
= nir_tex_instr_src_index(tex, nir_tex_src_texture_deref);
in nir_lower_tex_block()
local
1417
if (
tex_index
>= 0) {
in nir_lower_tex_block()
1418
nir_deref_instr *deref = nir_src_as_deref(tex->src[
tex_index
].src);
in nir_lower_tex_block()
/third_party/spirv-tools/test/opt/
H
A
D
inst_bindless_check_test.cpp
5171
// layout(std140, binding = 0) uniform foo { uint
tex_index
[1]; }
5178
// index = uniform_index_buffer.
tex_index
[0];
5198
OpMemberName %foo 0 "
tex_index
"
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
tgsi_to_nir.c
1599
int
tex_index
= tgsi_inst->Src[1].Register.Index;
in ttn_txq()
local
1602
get_sampler_var(c,
tex_index
, txs->sampler_dim,
in ttn_txq()
Completed in 11 milliseconds