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:thread_submit
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
adapter9.h
41
BOOL
thread_submit
;
member
H
A
D
swapchain9.c
331
This->enable_threadpool = This->actx->
thread_submit
&& (pParams->SwapEffect != D3DSWAPEFFECT_COPY);
in NineSwapChain9_Resize()
896
/* Present now for
thread_submit
, because we have the fence.
in present()
1300
/*
thread_submit
's can have maximum count or This->actx->throttling_value + 1
in NineSwapChain9_GetBackBufferCountForParams()
1303
if (This->actx->
thread_submit
&& count < This->desired_fences)
in NineSwapChain9_GetBackBufferCountForParams()
1315
if (This->actx->
thread_submit
&& count < 4)
in NineSwapChain9_GetBackBufferCountForParams()
1317
/* When
thread_submit
is not used, 5 buffers are actually needed,
in NineSwapChain9_GetBackBufferCountForParams()
1320
else if (!This->actx->
thread_submit
&& count < 5)
in NineSwapChain9_GetBackBufferCountForParams()
1322
/* Somehow this cases needs 5 with
thread_submit
, or else you get a small performance hit */
in NineSwapChain9_GetBackBufferCountForParams()
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H
A
D
drm.c
50
/* On non-x86 archs, Box86 has issues with
thread_submit
. */
279
ctx->base.
thread_submit
= driQueryOptionb(&userInitOptions, "
thread_submit
"); /* TODO: default to TRUE if different_device */
in drm_create_adapter()
/third_party/mesa3d/src/util/
H
A
D
driconf.h
443
DRI_CONF_OPT_B(
thread_submit
, def, \
452
"Whether to allow the display server to release buffers with a delay when using d3d's presentation mode DISCARD. Default to true. Set to false if suffering from lag (
thread_submit
=true can also help in this situation).")
Completed in 4 milliseconds