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:sampler_src_idx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_nir_lower_descriptors.c
471
int
sampler_src_idx
= nir_tex_instr_src_index(tex, nir_tex_src_sampler_deref);
in lower_tex()
local
472
if (
sampler_src_idx
>= 0) {
in lower_tex()
473
nir_deref_instr *deref = nir_src_as_deref(tex->src[
sampler_src_idx
].src);
in lower_tex()
474
nir_tex_instr_remove_src(tex,
sampler_src_idx
);
in lower_tex()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_shader.c
535
int
sampler_src_idx
= nir_tex_instr_src_index(tex, nir_tex_src_sampler_deref);
in lower_tex()
local
536
if (
sampler_src_idx
>= 0) {
in lower_tex()
537
nir_deref_instr *deref = nir_src_as_deref(tex->src[
sampler_src_idx
].src);
in lower_tex()
539
nir_instr_rewrite_src(&tex->instr, &tex->src[
sampler_src_idx
].src,
in lower_tex()
541
tex->src[
sampler_src_idx
].src_type = nir_tex_src_sampler_handle;
in lower_tex()
/third_party/mesa3d/src/microsoft/clc/
H
A
D
clc_compiler.c
343
int
sampler_src_idx
= nir_tex_instr_src_index(tex, nir_tex_src_sampler_deref);
in clc_lower_nonnormalized_samplers()
local
344
if (
sampler_src_idx
== -1)
in clc_lower_nonnormalized_samplers()
347
nir_src *sampler_src = &tex->src[
sampler_src_idx
].src;
in clc_lower_nonnormalized_samplers()
Completed in 8 milliseconds