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:force_coherent
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H
A
D
vmw_screen.c
154
vws->
force_coherent
= FALSE;
in vmw_winsys_create()
158
vws->base.have_gb_dma = !vws->
force_coherent
;
in vmw_winsys_create()
H
A
D
vmw_screen.h
124
boolean
force_coherent
;
member
H
A
D
vmw_context.c
836
vswc->base.
force_coherent
= vws->
force_coherent
;
in vmw_svga_winsys_context_create()
H
A
D
vmw_screen_ioctl.c
250
if ((usage & SVGA_SURFACE_USAGE_COHERENT) || vws->
force_coherent
)
in vmw_ioctl_gb_surface_create()
1168
vws->
force_coherent
= TRUE;
in vmw_ioctl_init()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_resource_buffer.c
98
!sbuf->key.coherent && !svga->swc->
force_coherent
);
in need_buf_readback()
348
if (!(svga->swc->
force_coherent
|| sbuf->key.coherent) || sbuf->swbuf) {
in svga_buffer_transfer_flush_region()
393
if (!(svga->swc->
force_coherent
|| sbuf->key.coherent) || sbuf->swbuf)
in svga_buffer_transfer_unmap()
H
A
D
svga_resource_buffer_upload.c
503
if (swc->
force_coherent
|| sbuf->key.coherent)
in svga_buffer_upload_gb_command()
666
if (!sbuf->dma.pending || svga->swc->
force_coherent
||
in svga_buffer_upload_flush()
890
if (svga->swc->
force_coherent
|| sbuf->key.coherent)
in svga_buffer_update_hw()
1097
if (svga->swc->
force_coherent
|| sbuf->key.coherent)
in svga_buffer_handle()
H
A
D
svga_resource_buffer.h
299
if (swc->
force_coherent
) {
in svga_buffer_hw_storage_map()
H
A
D
svga_winsys.h
414
boolean
force_coherent
;
member
H
A
D
svga_resource_texture.c
343
if (!svga->swc->
force_coherent
|| tex->imported) {
in svga_texture_transfer_map_direct()
392
if (swc->
force_coherent
) {
in svga_texture_transfer_map_direct()
752
if (!svga->swc->
force_coherent
|| tex->imported) {
in svga_texture_transfer_unmap_direct()
Completed in 10 milliseconds