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:lod_index
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_nir_lower_int_samplers.c
340
int
lod_index
= nir_tex_instr_src_index(tex, nir_tex_src_lod);
in evalute_active_lod()
local
342
lod = tex->src[
lod_index
].src.ssa;
in evalute_active_lod()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
nir_to_vir.c
900
int
lod_index
= nir_tex_instr_src_index(instr, nir_tex_src_lod);
in ntq_emit_txs()
local
904
if (
lod_index
!= -1)
in ntq_emit_txs()
905
lod = ntq_get_src(c, instr->src[
lod_index
].src, 0);
in ntq_emit_txs()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_instruction_selection.cpp
6163
int
lod_index
= instr->intrinsic == nir_intrinsic_bindless_image_store ? 4 : 3;
6165
nir_src_is_const(instr->src[
lod_index
]) && nir_src_as_uint(instr->src[
lod_index
]) == 0;
6168
coords.emplace_back(get_ssa_temp(ctx, instr->src[
lod_index
].ssa));
Completed in 21 milliseconds