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:PIPE_NO_RESET
(Results
1 - 17
of
17
) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_cb_flush.c
114
case
PIPE_NO_RESET
:
in gl_reset_status_from_pipe_reset_status()
134
assert(status !=
PIPE_NO_RESET
);
in st_device_reset_callback()
152
if (st->reset_status !=
PIPE_NO_RESET
) {
in st_get_graphics_reset_status()
154
st->reset_status =
PIPE_NO_RESET
;
in st_get_graphics_reset_status()
157
if (status !=
PIPE_NO_RESET
)
in st_get_graphics_reset_status()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_context.c
97
enum pipe_reset_status worst_reset =
PIPE_NO_RESET
;
in iris_get_device_reset_status()
109
if (batch_reset ==
PIPE_NO_RESET
)
in iris_get_device_reset_status()
112
if (worst_reset ==
PIPE_NO_RESET
) {
in iris_get_device_reset_status()
120
if (worst_reset !=
PIPE_NO_RESET
&& ice->reset.reset)
in iris_get_device_reset_status()
H
A
D
iris_batch.c
770
enum pipe_reset_status status =
PIPE_NO_RESET
;
in iris_batch_check_for_reset()
789
if (status !=
PIPE_NO_RESET
) {
in iris_batch_check_for_reset()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_context.c
107
enum pipe_reset_status worst_reset =
PIPE_NO_RESET
;
in crocus_get_device_reset_status()
119
if (batch_reset ==
PIPE_NO_RESET
)
in crocus_get_device_reset_status()
122
if (worst_reset ==
PIPE_NO_RESET
) {
in crocus_get_device_reset_status()
130
if (worst_reset !=
PIPE_NO_RESET
&& ice->reset.reset)
in crocus_get_device_reset_status()
H
A
D
crocus_batch.c
795
enum pipe_reset_status status =
PIPE_NO_RESET
;
in crocus_batch_check_for_reset()
814
if (status !=
PIPE_NO_RESET
) {
in crocus_batch_check_for_reset()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_context.c
188
return
PIPE_NO_RESET
;
in llvmpipe_get_device_reset_status()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_pipe.c
366
return
PIPE_NO_RESET
;
in si_get_reset_status()
371
if (status !=
PIPE_NO_RESET
&& needs_reset && !(sctx->context_flags & SI_CONTEXT_FLAG_AUX)) {
in si_get_reset_status()
806
if (status !=
PIPE_NO_RESET
) {
in si_create_context()
822
if (status !=
PIPE_NO_RESET
&& sscreen->async_compute_context) {
in si_create_context()
H
A
D
si_gfx_cs.c
84
if (status !=
PIPE_NO_RESET
)
in si_flush_gfx_cs()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H
A
D
amdgpu_cs.c
369
return
PIPE_NO_RESET
;
in amdgpu_ctx_query_reset_status()
375
return
PIPE_NO_RESET
;
in amdgpu_ctx_query_reset_status()
392
return
PIPE_NO_RESET
;
in amdgpu_ctx_query_reset_status()
416
return
PIPE_NO_RESET
;
in amdgpu_ctx_query_reset_status()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_defines.h
687
PIPE_NO_RESET
,
enumerator
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H
A
D
noop_state.c
375
return
PIPE_NO_RESET
;
in noop_get_device_reset_status()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_context.c
187
return
PIPE_NO_RESET
;
in nvc0_get_device_reset_status()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_context.c
442
status =
PIPE_NO_RESET
;
in fd_get_device_reset_status()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_cs.c
101
return
PIPE_NO_RESET
;
in radeon_drm_ctx_query_reset_status()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.c
528
if (status ==
PIPE_NO_RESET
)
in r600_check_device_reset()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_context.cpp
2369
return SUCCEEDED(hr) ?
PIPE_NO_RESET
: PIPE_UNKNOWN_CONTEXT_RESET;
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_context.c
205
enum pipe_reset_status status =
PIPE_NO_RESET
;
in zink_get_device_reset_status()
Completed in 29 milliseconds