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:lower_rect
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_nir_builtins.c
58
const struct nir_lower_tex_options opts = { .
lower_rect
= true, };
in st_nir_finish_builtin_shader()
H
A
D
st_glsl_to_nir.cpp
1037
opts.
lower_rect
= !!st->lower_rect_tex;
in st_finalize_nir()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_tex.c
220
lower_rect
(nir_builder *b, nir_tex_instr *tex)
in lower_rect()
function
1402
if ((tex->sampler_dim == GLSL_SAMPLER_DIM_RECT) && options->
lower_rect
&&
in nir_lower_tex_block()
1407
lower_rect
(b, tex);
in nir_lower_tex_block()
H
A
D
nir.h
4972
bool
lower_rect
;
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir.c
317
.
lower_rect
= 0,
in ir3_finalize_nir()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_nir.c
1337
tex_options.
lower_rect
= true;
in brw_nir_apply_sampler_key()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
ir2_nir.c
114
.
lower_rect
= 0,
in ir2_optimize_nir()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir.c
614
.
lower_rect
= false, /* XXX: Use this on V3D 3.x */
in v3d_lower_nir()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_compiler.cpp
1170
tex_options.
lower_rect
= true;
in select_shader_variant()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
tgsi_to_nir.c
2540
const struct nir_lower_tex_options opts = { .
lower_rect
= true, };
in ttn_finalize_nir()
Completed in 23 milliseconds