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:MinZ
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
device9ex.c
285
float
MinZ
, MaxZ;
in NineDevice9Ex_ResetEx()
local
299
MinZ
= This->base.state.viewport.
MinZ
; /* These are preserved */
in NineDevice9Ex_ResetEx()
303
This->base.state.viewport.
MinZ
=
MinZ
;
in NineDevice9Ex_ResetEx()
319
float
MinZ
, MaxZ;
in NineDevice9Ex_Reset()
local
331
MinZ
= This->base.state.viewport.
MinZ
; /* These are preserved */
in NineDevice9Ex_Reset()
335
This->base.state.viewport.
MinZ
=
MinZ
;
in NineDevice9Ex_Reset()
[all...]
H
A
D
nine_state.c
794
pvport.scale[2] = vport->MaxZ - vport->
MinZ
;
in update_viewport()
797
pvport.translate[2] = vport->
MinZ
;
in update_viewport()
2916
state->viewport.
MinZ
= context->viewport.
MinZ
= 0.0f;
in nine_state_set_defaults()
3253
(float)vport->Height * -0.5f, vport->MaxZ - vport->
MinZ
, 0.f,
in update_vs_constants_sw()
3256
vport->
MinZ
, 0.f};
in update_vs_constants_sw()
H
A
D
nine_ff.c
2024
float diffZ = viewport->MaxZ - viewport->
MinZ
;
in nine_ff_load_viewport_info()
2035
dst[101].z = (float)(viewport->
MinZ
);
in nine_ff_load_viewport_info()
H
A
D
device9.c
1999
This->state.viewport.
MinZ
= 0.0f;
in NineDevice9_SetRenderTarget()
2208
DBG("X=%u Y=%u W=%u H=%u
MinZ
=%f MaxZ=%f\n",
in NineDevice9_SetViewport()
2210
pViewport->
MinZ
, pViewport->MaxZ);
in NineDevice9_SetViewport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H
A
D
Blit9.cpp
625
vp.
MinZ
= 0.0f;
in setViewportAndShaderConstants()
719
mockVp.
MinZ
= 0;
in saveState()
H
A
D
StateManager9.cpp
451
dxViewport.
MinZ
= actualZNear;
in setViewportState()
/third_party/skia/third_party/externals/imgui/backends/
H
A
D
imgui_impl_dx9.cpp
83
vp.
MinZ
= 0.0f;
in ImGui_ImplDX9_SetupRenderState()
/third_party/mesa3d/include/D3D9/
H
A
D
d3d9types.h
1764
float
MinZ
;
member
/third_party/rust/crates/libc/src/
H
A
D
psp.rs
398
MinZ
= 0xd6,
Completed in 32 milliseconds