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:persample_interp
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_debug_recompile.c
178
found |= check("per-sample interpolation",
persample_interp
);
in debug_fs_recompile()
H
A
D
brw_compiler.h
518
bool
persample_interp
:1;
member
H
A
D
brw_nir.c
448
if (key->
persample_interp
)
in brw_nir_lower_fs_inputs()
H
A
D
brw_fs.cpp
7318
(key->
persample_interp
||
7354
assert(!key->coarse_pixel || !key->
persample_interp
);
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_context.h
280
bool
persample_interp
:1;
member
H
A
D
iris_program.c
164
.
persample_interp
= key->
persample_interp
,
in iris_to_brw_fs_key()
H
A
D
iris_state.c
4441
key->
persample_interp
= rast->force_persample_interp;
in iris_populate_fs_key()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_pipeline.c
479
key->
persample_interp
= ms->sample_shading_enable &&
in populate_wm_prog_key()
489
!key->
persample_interp
&&
in populate_wm_prog_key()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
4842
key->
persample_interp
= rast->cso.force_persample_interp;
in crocus_populate_fs_key()
Completed in 47 milliseconds