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:quads_workaround
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_debug_recompile.c
129
found |= check("quads and equal_spacing workaround",
quads_workaround
);
in debug_tcs_recompile()
H
A
D
brw_vec4_tcs.cpp
386
if (key->
quads_workaround
)
in brw_compile_tcs()
H
A
D
brw_compiler.h
362
bool
quads_workaround
;
member
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_context.h
245
bool
quads_workaround
;
member
H
A
D
iris_program.c
126
.
quads_workaround
= key->
quads_workaround
,
in iris_to_brw_tcs_key()
1615
.
quads_workaround
= devinfo->ver < 9 &&
in iris_update_compiled_tcs()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_pipeline.c
897
tcs_stage->key.tcs.
quads_workaround
=
in anv_pipeline_link_tcs()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
1532
.
quads_workaround
= tes_info->tess._primitive_mode == TESS_PRIMITIVE_QUADS &&
in crocus_update_compiled_tcs()
Completed in 21 milliseconds