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:indirect_files
(Results
1 - 16
of
16
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_tgsi_soa.c
466
if (bld->
indirect_files
& (1 << file)) {
in get_file_ptr()
520
if ((bld->
indirect_files
& (1 << TGSI_FILE_OUTPUT))) {
in gather_outputs()
686
assert(bld->
indirect_files
& (1 << reg_file));
in get_indirect_index()
1076
if (bld->
indirect_files
& (1 << TGSI_FILE_INPUT)) {
in emit_fetch_input()
2904
if (!(bld->
indirect_files
& (1 << TGSI_FILE_TEMPORARY))) {
in lp_emit_declaration_soa()
2914
if (!(bld->
indirect_files
& (1 << TGSI_FILE_OUTPUT))) {
in lp_emit_declaration_soa()
3033
assert(bld->
indirect_files
& (1 << TGSI_FILE_IMMEDIATE));
in lp_emit_immediate_soa()
3049
if (bld->
indirect_files
& (1 << TGSI_FILE_IMMEDIATE)) {
in lp_emit_immediate_soa()
4277
if (bld->
indirect_files
& (1 << TGSI_FILE_TEMPORARY)) {
in emit_prologue()
4284
if (bld->
indirect_files
in emit_prologue()
[all...]
H
A
D
lp_bld_tgsi.h
552
* set in the
indirect_files
field.
558
* set in the
indirect_files
field.
564
* set in the
indirect_files
field.
570
* set in the
indirect_files
field.
578
unsigned
indirect_files
;
member
645
* set in the
indirect_files
field.
651
unsigned
indirect_files
;
member
H
A
D
lp_bld_tgsi_aos.c
387
if (bld->
indirect_files
& (1 << TGSI_FILE_TEMPORARY)) {
in lp_emit_declaration_aos()
891
bld.
indirect_files
= info->
indirect_files
;
in lp_build_tgsi_aos()
H
A
D
lp_bld_nir_soa.c
2777
if (params->info->
indirect_files
& (1 << TGSI_FILE_INPUT))
in lp_build_nir_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_shader.h
107
unsigned
indirect_files
;
member
H
A
D
r600_dump.c
126
PRINT_UINT_MEMBER(
indirect_files
);
in print_shader_info()
H
A
D
r600_shader.c
270
use_sb &= !(shader->shader.
indirect_files
& (1 << TGSI_FILE_TEMPORARY));
in r600_pipe_shader_create()
271
use_sb &= !(shader->shader.
indirect_files
& (1 << TGSI_FILE_CONSTANT));
in r600_pipe_shader_create()
1016
ctx->info.
indirect_files
&= ~(1 << TGSI_FILE_TEMPORARY);
in choose_spill_arrays()
1174
if (ctx->info.
indirect_files
& (1 << TGSI_FILE_TEMPORARY)) {
in tgsi_declaration()
3461
shader->
indirect_files
= ctx.info.
indirect_files
;
in r600_shader_from_tgsi()
3478
indirect_gprs = ctx.info.
indirect_files
& ~((1 << TGSI_FILE_CONSTANT) | (1 << TGSI_FILE_SAMPLER));
in r600_shader_from_tgsi()
3646
shader->
indirect_files
= ctx.info.
indirect_files
;
in r600_shader_from_tgsi()
3683
if (ctx.info.
indirect_files
in r600_shader_from_tgsi()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_scan.h
170
unsigned
indirect_files
;
member
H
A
D
tgsi_scan.c
247
info->
indirect_files
|= (1 << src->Register.File);
in scan_src_operand()
549
info->
indirect_files
|= (1 << dst->Register.File);
in scan_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
nir_to_tgsi_info.c
340
info->
indirect_files
|= (1 << TGSI_FILE_INPUT);
in scan_instruction()
572
info->
indirect_files
|= 1 << TGSI_FILE_INPUT;
in nir_tgsi_scan_shader()
780
info->
indirect_files
|= 1 << TGSI_FILE_OUTPUT;
in nir_tgsi_scan_shader()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_shader.cpp
1382
sh_info->
indirect_files
|= 1 << TGSI_FILE_CONSTANT;
in get_shader_info()
1385
sh_info->
indirect_files
|= 1 << TGSI_FILE_HW_ATOMIC;
in get_shader_info()
1395
sh_info->
indirect_files
= m_indirect_files;
in get_shader_info()
H
A
D
sfn_valuefactory.cpp
954
sh_info->
indirect_files
|= 1 << TGSI_FILE_TEMPORARY;
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_state_tgsi_transform.c
415
(info->
indirect_files
& (1u << TGSI_FILE_SAMPLER));
in has_dynamic_indexing()
H
A
D
svga_tgsi.c
213
if (emit.info.
indirect_files
& (1 << TGSI_FILE_TEMPORARY)) {
in svga_tgsi_vgpu9_translate()
H
A
D
svga_tgsi_vgpu10.c
1532
if (!(emit->info.
indirect_files
& (1u << TGSI_FILE_TEMPORARY))
in need_temp_reg_initialization()
3272
if (emit->info.
indirect_files
&
in alloc_common_immediates()
3586
emit->info.
indirect_files
& (1 << TGSI_FILE_INPUT) ? TRUE : FALSE;
in emit_hull_shader_patch_constant_phase()
3594
emit->info.
indirect_files
& (1 << TGSI_FILE_OUTPUT) ? TRUE : FALSE;
in emit_hull_shader_patch_constant_phase()
5442
emit->info.
indirect_files
& (1 << TGSI_FILE_INPUT) ? TRUE : FALSE;
in emit_input_declarations()
5482
emit->info.
indirect_files
& (1 << TGSI_FILE_OUTPUT) ? TRUE : FALSE;
in emit_output_declarations()
5601
if ((emit->info.
indirect_files
& (1 << TGSI_FILE_TEMPORARY)) &&
in emit_temporaries_declaration()
5740
if (emit->info.
indirect_files
& (1 << TGSI_FILE_OUTPUT)) {
in emit_temporaries_declaration()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_bc_parser.cpp
128
if (pshader->
indirect_files
& ~((1 << TGSI_FILE_CONSTANT) | (1 << TGSI_FILE_SAMPLER))) {
in parse_decls()
Completed in 50 milliseconds