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:DEBUG_TGSI
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_tess.c
52
if (LP_DEBUG &
DEBUG_TGSI
&& templ->type == PIPE_SHADER_IR_TGSI) {
in llvmpipe_create_tcs_state()
120
if (LP_DEBUG &
DEBUG_TGSI
) {
in llvmpipe_create_tes_state()
H
A
D
lp_debug.h
36
#define
DEBUG_TGSI
0x2
macro
H
A
D
lp_state_vs.c
53
if (LP_DEBUG &
DEBUG_TGSI
&& templ->type == PIPE_SHADER_IR_TGSI) {
in llvmpipe_create_vs_state()
H
A
D
lp_state_gs.c
54
if (LP_DEBUG &
DEBUG_TGSI
&& templ->type == PIPE_SHADER_IR_TGSI) {
in llvmpipe_create_gs_state()
H
A
D
lp_state_fs_linear_llvm.c
267
if (LP_DEBUG &
DEBUG_TGSI
) {
in llvmpipe_fs_variant_linear_llvm()
H
A
D
lp_screen.c
65
{ "tgsi",
DEBUG_TGSI
, NULL },
H
A
D
lp_state_fs.c
3959
if (LP_DEBUG &
DEBUG_TGSI
&& templ->type == PIPE_SHADER_IR_TGSI) {
in llvmpipe_create_fs_state()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_debug.h
33
#define
DEBUG_TGSI
0x4
macro
H
A
D
svga_link.c
127
if (SVGA_DEBUG &
DEBUG_TGSI
) {
in svga_link_shaders()
H
A
D
svga_tgsi.c
256
SVGA_DEBUG &
DEBUG_TGSI
) {
in svga_tgsi_vgpu9_translate()
260
if (SVGA_DEBUG &
DEBUG_TGSI
) {
in svga_tgsi_vgpu9_translate()
H
A
D
svga_screen.c
62
{ "tgsi",
DEBUG_TGSI
, NULL },
H
A
D
svga_tgsi_vgpu10.c
12993
if (SVGA_DEBUG &
DEBUG_TGSI
) {
in svga_tgsi_vgpu10_translate()
Completed in 27 milliseconds