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:swvp
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
vertexshader9.h
102
key |= (uint32_t) (context->
swvp
<< 9);
in NineVertexShader9_UpdateKey()
104
if ((vs->const_int_slots > 0 || vs->const_bool_slots > 0) && context->inline_constants && !context->
swvp
)
in NineVertexShader9_UpdateKey()
H
A
D
nine_state.h
319
boolean
swvp
;
member
508
boolean
swvp
);
H
A
D
vertexshader9.c
80
/* Retry with a
swvp
shader. It will require
swvp
to be on. */
in NineVertexShader9_ctor()
233
info.swvp_on = device->context.
swvp
;
in NineVertexShader9_GetVariant()
H
A
D
nine_state.c
469
if (context->
swvp
) {
in prepare_vs_constants_userbuf()
1135
if (context->
swvp
) {
in commit_vs_constants()
2012
ARG_VAL(boolean,
swvp
))
in CSMT_ITEM_NO_WAIT()
2016
context->
swvp
=
swvp
;
in CSMT_ITEM_NO_WAIT()
2188
*
swvp
is supposed to allow all 256, but we don't
in nine_context_apply_stateblock()
2384
if (context->vs && context->vs->swvp_only && !context->
swvp
)
in CSMT_ITEM_NO_WAIT()
2412
if (context->vs && context->vs->swvp_only && !context->
swvp
)
in CSMT_ITEM_NO_WAIT()
2445
if (context->vs && context->vs->swvp_only && !context->
swvp
)
in CSMT_ITEM_NO_WAIT()
H
A
D
device9.c
231
This->
swvp
= true;
in NineDevice9_ctor()
234
This->
swvp
= false;
in NineDevice9_ctor()
239
This->context.
swvp
= This->
swvp
;
in NineDevice9_ctor()
240
/* TODO: check if
swvp
is resetted by device Resets */
in NineDevice9_ctor()
249
*
swvp
, and just set more constants than allowed at init.
in NineDevice9_ctor()
2899
This->
swvp
= bSoftware;
in NineDevice9_SetSoftwareVertexProcessing()
2909
return This->
swvp
;
in NineDevice9_GetSoftwareVertexProcessing()
3274
/* TODO: Not hardcode the constant buffers for
swvp
*/
in NineDevice9_ProcessVertices()
H
A
D
device9.h
163
boolean
swvp
;
member
Completed in 14 milliseconds