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:shareable
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_renderer_vtest.c
677
const bool
shareable
= bo->blob_flags & VCMD_BLOB_FLAG_SHAREABLE;
in vtest_bo_map()
local
694
if (!
shareable
) {
in vtest_bo_map()
709
const bool
shareable
= bo->blob_flags & VCMD_BLOB_FLAG_SHAREABLE;
in vtest_bo_export_dma_buf()
local
710
return
shareable
? os_dupfd_cloexec(bo->res_fd) : -1;
in vtest_bo_export_dma_buf()
H
A
D
vn_renderer_virtgpu.c
1074
/* we will have a sync_id when
shareable
is true and virtio-gpu associates
in virtgpu_sync_create()
1125
const bool
shareable
= bo->blob_flags & VIRTGPU_BLOB_FLAG_USE_SHAREABLE;
in virtgpu_bo_export_dma_buf()
local
1127
return
shareable
in virtgpu_bo_export_dma_buf()
/third_party/libdrm/include/drm/
H
A
D
vmwgfx_drm.h
173
* @
shareable
: Boolean whether other clients (as identified by file descriptors)
187
__s32
shareable
;
member
898
* @drm_vmw_surface_flag_shareable: Whether the surface is
shareable
/third_party/python/Modules/
H
A
D
_xxsubinterpretersmodule.c
124
_get_shared_ns(PyObject *
shareable
)
in _get_shared_ns()
argument
126
if (
shareable
== NULL ||
shareable
== Py_None) {
in _get_shared_ns()
129
Py_ssize_t len = PyDict_Size(
shareable
);
in _get_shared_ns()
141
if (PyDict_Next(
shareable
, &pos, &key, &value) == 0) {
in _get_shared_ns()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H
A
D
vmwgfx_drm.h
197
* @
shareable
: Boolean whether other clients (as identified by file descriptors)
211
__s32
shareable
;
member
905
* @drm_vmw_surface_flag_shareable: Whether the surface is
shareable
H
A
D
vmw_screen_ioctl.c
162
req->
shareable
= !!(usage & SVGA_SURFACE_USAGE_SHARED);
in vmw_ioctl_surface_create()
/third_party/python/Lib/test/
H
A
D
test_interpreters.py
479
shareable
= interpreters.is_shareable(obj)
480
self.assertTrue(
shareable
)
490
"""A subclass of a
shareable
type."""
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_image.c
239
if (image->
shareable
&& image->vk.tiling != VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT)
in radv_use_dcc_for_image_early()
370
return (image->info.levels == 1 || use_htile_for_mips) && !image->
shareable
;
in radv_use_htile_for_image()
1875
image->
shareable
= external_info;
in radv_image_create()
1876
if (!vk_format_is_depth_or_stencil(format) && !image->
shareable
&&
in radv_image_create()
H
A
D
radv_private.h
2373
bool
shareable
;
H
A
D
radv_device.c
5796
image->
shareable
&& image->vk.tiling != VK_IMAGE_TILING_LINEAR;
in radv_GetImageMemoryRequirements2()
Completed in 33 milliseconds