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:buffer_block
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/val/
H
A
D
val_memory_test.cpp
3462
CodeGenerator GetSizedVariableCodeGenerator(bool is_8bit, bool
buffer_block
) {
in GetSizedVariableCodeGenerator()
argument
3471
if (
buffer_block
)
in GetSizedVariableCodeGenerator()
3483
if (
buffer_block
) {
in GetSizedVariableCodeGenerator()
3522
const bool
buffer_block
= var_type.find("
buffer_block
") != std::string::npos;
in TEST_P()
local
3524
auto generator = GetSizedVariableCodeGenerator(type_8bit,
buffer_block
);
in TEST_P()
3563
(capability == "StorageBuffer8BitAccess" &&
buffer_block
);
in TEST_P()
3567
(capability == "StorageBuffer16BitAccess" &&
buffer_block
);
in TEST_P()
3589
} else if (
buffer_block
&& target > SPV_ENV_UNIVERSAL_1_3) {
in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H
A
D
val_memory_test.cpp
3462
CodeGenerator GetSizedVariableCodeGenerator(bool is_8bit, bool
buffer_block
) {
in GetSizedVariableCodeGenerator()
argument
3471
if (
buffer_block
)
in GetSizedVariableCodeGenerator()
3483
if (
buffer_block
) {
in GetSizedVariableCodeGenerator()
3522
const bool
buffer_block
= var_type.find("
buffer_block
") != std::string::npos;
in TEST_P()
local
3524
auto generator = GetSizedVariableCodeGenerator(type_8bit,
buffer_block
);
in TEST_P()
3563
(capability == "StorageBuffer8BitAccess" &&
buffer_block
);
in TEST_P()
3567
(capability == "StorageBuffer16BitAccess" &&
buffer_block
);
in TEST_P()
3589
} else if (
buffer_block
&& target > SPV_ENV_UNIVERSAL_1_3) {
in TEST_P()
/third_party/spirv-tools/test/val/
H
A
D
val_memory_test.cpp
3953
CodeGenerator GetSizedVariableCodeGenerator(bool is_8bit, bool
buffer_block
) {
in GetSizedVariableCodeGenerator()
argument
3963
if (
buffer_block
)
in GetSizedVariableCodeGenerator()
3975
if (
buffer_block
) {
in GetSizedVariableCodeGenerator()
4014
const bool
buffer_block
= var_type.find("
buffer_block
") != std::string::npos;
in TEST_P()
local
4016
auto generator = GetSizedVariableCodeGenerator(type_8bit,
buffer_block
);
in TEST_P()
4055
(capability == "StorageBuffer8BitAccess" &&
buffer_block
);
in TEST_P()
4059
(capability == "StorageBuffer16BitAccess" &&
buffer_block
);
in TEST_P()
4081
} else if (
buffer_block
&& target > SPV_ENV_UNIVERSAL_1_3) {
in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H
A
D
validate_decorations.cpp
1029
const bool
buffer_block
=
1031
if (storage_buffer &&
buffer_block
) {
1055
if (uniform && !block && !
buffer_block
) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H
A
D
validate_decorations.cpp
1029
const bool
buffer_block
=
1031
if (storage_buffer &&
buffer_block
) {
1055
if (uniform && !block && !
buffer_block
) {
/third_party/spirv-tools/source/val/
H
A
D
validate_decorations.cpp
1157
const bool
buffer_block
=
1159
if (storage_buffer &&
buffer_block
) {
1183
if (uniform && !block && !
buffer_block
) {
/third_party/mesa3d/src/compiler/spirv/
H
A
D
vtn_private.h
395
bool
buffer_block
:1;
member
H
A
D
spirv_to_nir.c
753
if (type->block || type->
buffer_block
)
in vtn_type_contains_block()
1252
type->
buffer_block
= true;
in struct_block_decoration_cb()
1280
vtn_assert(type->
buffer_block
);
in type_decoration_cb()
1574
if (val->type->block || val->type->
buffer_block
) {
in vtn_handle_type()
1859
(val->type->block || val->type->
buffer_block
)) {
in vtn_handle_type()
H
A
D
vtn_variables.c
1499
} else if (interface_type->
buffer_block
) {
in vtn_storage_class_to_mode()
Completed in 40 milliseconds