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:outputs_read
(Results
1 - 18
of
18
) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_shader.c
253
info->fs.
outputs_read
= s->info.
outputs_read
>> FRAG_RESULT_DATA0;
in pan_shader_compile()
280
!info->fs.
outputs_read
;
in pan_shader_compile()
297
util_last_bit(s->info.
outputs_read
>> VARYING_SLOT_VAR0);
in pan_shader_compile()
H
A
D
pan_shader.h
96
info->fs.
outputs_read
;
in pan_shader_prepare_midgard_rsd()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ir_set_program_inouts.cpp
139
prog->info.
outputs_read
|= bitfield;
in mark()
432
prog->info.
outputs_read
= 0;
in do_set_program_inouts()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_gather_info.c
154
shader->info.
outputs_read
|= bitfield;
in set_io_mask()
177
shader->info.
outputs_read
|= bitfield;
in set_io_mask()
600
shader->info.
outputs_read
|= slot_mask;
in gather_intrinsic_info()
950
shader->info.
outputs_read
= 0;
in nir_shader_gather_info()
H
A
D
nir_linking_helpers.c
165
(shader->info.
outputs_read
& BITFIELD64_BIT(var->data.location)))
in nir_remove_unused_io_vars()
425
bool
outputs_read
= false;
in remap_slots_and_components()
local
441
outputs_read
= true;
in remap_slots_and_components()
457
if (
outputs_read
) {
in remap_slots_and_components()
466
if (
outputs_read
)
in remap_slots_and_components()
927
&producer->info.
outputs_read
,
in compact_components()
H
A
D
nir_lower_blend.c
391
b->shader->info.
outputs_read
|= BITFIELD64_BIT(var->data.location);
in nir_lower_blend_store()
/third_party/mesa3d/src/compiler/
H
A
D
shader_info.h
165
uint64_t
outputs_read
;
member
/third_party/mesa3d/src/panfrost/util/
H
A
D
pan_ir.h
295
BITSET_WORD
outputs_read
;
member
/third_party/mesa3d/src/amd/common/
H
A
D
ac_nir_lower_tess_io_to_mem.c
204
? shader->info.
outputs_read
in tcs_output_needs_lds()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_resolve.c
217
if (devinfo->ver == 8 && nir->info.
outputs_read
!= 0) {
in iris_predraw_resolve_framebuffer()
H
A
D
iris_program.c
908
if (devinfo->ver == 8 && info->
outputs_read
) {
in iris_setup_binding_table()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_resolve.c
256
if (nir->info.
outputs_read
!= 0) {
in crocus_predraw_resolve_framebuffer()
H
A
D
crocus_program.c
827
if (devinfo->ver >= 6 && info->
outputs_read
) {
in crocus_setup_binding_table()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_context.c
412
u_foreach_bit(i, (nir->info.
outputs_read
>> FRAG_RESULT_DATA0)) {
in panfrost_build_key()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_draw.cpp
680
if (tcs->info.base.
outputs_read
||
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_from_nir.cpp
1151
if (nir->info.
outputs_read
& 1ull << slot)
in assignSlots()
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_compile.c
3216
if (nir->info.
outputs_read
&& !inputs->is_blend) {
in midgard_compile_shader_nir()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs.cpp
6894
(nir->info.
outputs_read
> 0 && !wm_key->coherent_fb_fetch)) {
7341
prog_data->has_render_target_reads = shader->info.
outputs_read
!= 0ull;
Completed in 39 milliseconds