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:rs_advertised
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
stateblock9.c
231
DBG("State %d %s = %d\n", i * 32 + r, nine_d3drs_to_string(i * 32 + r), (int)src->
rs_advertised
[i * 32 + r]);
in nine_state_copy_common()
232
dst->
rs_advertised
[i * 32 + r] = src->
rs_advertised
[i * 32 + r];
in nine_state_copy_common()
435
memcpy(dst->
rs_advertised
, src->
rs_advertised
, sizeof(dst->
rs_advertised
));
in nine_state_copy_common_all()
H
A
D
nine_state.h
214
DWORD
rs_advertised
[NINED3DRS_COUNT]; /* the ones apps get with GetRenderState */
member
H
A
D
device9.c
164
This->state.
rs_advertised
[D3DRS_ZENABLE] = TRUE;
in NineDevice9_SetDefaultState()
166
if (This->state.
rs_advertised
[D3DRS_ZENABLE])
in NineDevice9_SetDefaultState()
2419
state->
rs_advertised
[State] = Value;
in NineDevice9_SetRenderState()
2425
if (state->
rs_advertised
[State] == Value)
in NineDevice9_SetRenderState()
2428
state->
rs_advertised
[State] = Value;
in NineDevice9_SetRenderState()
2447
*pValue = This->state.
rs_advertised
[State];
in NineDevice9_GetRenderState()
2814
(state->
rs_advertised
[D3DRS_ZENABLE] || state->
rs_advertised
[D3DRS_STENCILENABLE])) {
in NineDevice9_ValidateDevice()
H
A
D
nine_state.c
2039
nine_context_set_render_state(device, i * 32 + r, src->
rs_advertised
[i * 32 + r]);
in nine_context_apply_stateblock()
2904
memcpy(state->
rs_advertised
, context->rs, sizeof(context->rs));
in nine_state_set_defaults()
Completed in 13 milliseconds