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:is_ssbo
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_shader_info.c
427
bool
is_ssbo
= strstr(intr_name, "ssbo");
in scan_instruction()
local
456
is_ssbo
||
in scan_instruction()
478
if (intr->intrinsic != nir_intrinsic_store_ssbo &&
is_ssbo
&&
in scan_instruction()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
instr-a3xx.h
731
is_ssbo
(opc_t opc)
in is_ssbo()
function
H
A
D
ir3_legalize.c
286
if (
is_ssbo
(n->opc) || is_global_a3xx_atomic(n->opc) ||
in legalize_block()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
nir_to_vir.c
3110
bool
is_ssbo
= instr->intrinsic == nir_intrinsic_load_ssbo;
in ntq_emit_load_unifa()
local
3127
if (
is_ssbo
&& !(nir_intrinsic_access(instr) & ACCESS_NON_WRITEABLE))
in ntq_emit_load_unifa()
3187
c->current_unifa_is_ubo == !
is_ssbo
&&
in ntq_emit_load_unifa()
3195
c->current_unifa_is_ubo = !
is_ssbo
;
in ntq_emit_load_unifa()
3201
struct qreg base_offset = !
is_ssbo
?
in ntq_emit_load_unifa()
3208
if (!
is_ssbo
) {
in ntq_emit_load_unifa()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs_nir.cpp
5756
const bool
is_ssbo
=
5758
fs_reg address = bld.emit_uniformize(get_nir_src(instr->src[
is_ssbo
? 1 : 0]));
5761
srcs[SURFACE_LOGICAL_SRC_SURFACE] =
is_ssbo
?
5796
const bool
is_ssbo
=
5799
fs_reg address = bld.emit_uniformize(get_nir_src(instr->src[
is_ssbo
? 2 : 1]));
5803
srcs[SURFACE_LOGICAL_SRC_SURFACE] =
is_ssbo
?
/third_party/mesa3d/src/compiler/glsl/
H
A
D
linker.cpp
1583
bool
is_ssbo
)
in resize_interface_members()
1594
if (
is_ssbo
&& i == (num_fields - 1))
in resize_interface_members()
1581
resize_interface_members(const glsl_type *type, const int *max_ifc_array_access, bool
is_ssbo
)
resize_interface_members()
argument
Completed in 23 milliseconds