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:new_access
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/tint/fuzzers/
H
A
D
transform_builder.h
124
ast::Access
new_access
;
in impl()
member
133
accesses[{config.old_binding, config.old_group}] = config.
new_access
;
in impl()
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_vulkan.c
1911
VkAccessFlags
new_access
;
in prepare_frame()
local
1941
new_access
= VK_ACCESS_TRANSFER_WRITE_BIT;
in prepare_frame()
1947
new_access
= VK_ACCESS_MEMORY_READ_BIT | VK_ACCESS_MEMORY_WRITE_BIT;
in prepare_frame()
1958
new_access
= VK_ACCESS_MEMORY_READ_BIT | VK_ACCESS_MEMORY_WRITE_BIT;
in prepare_frame()
1978
img_bar[i].dstAccessMask =
new_access
;
in prepare_frame()
3735
VkAccessFlags
new_access
= to_buf ? VK_ACCESS_TRANSFER_READ_BIT :
in transfer_image_buf()
local
3741
if ((frame->layout[i] == new_layout) && (frame->access[i] &
new_access
))
in transfer_image_buf()
3746
img_bar[bar_num].dstAccessMask =
new_access
;
in transfer_image_buf()
Completed in 7 milliseconds