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
defs:half_height
(Results
1 - 16
of
16
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
Rasterizer.cpp
72
float
half_height
= height / 2.0f;
in SetViewports()
local
/third_party/mesa3d/src/gallium/tests/trivial/
H
A
D
tri.c
177
float
half_height
= (float)HEIGHT / 2.0f;
in init_prog()
local
H
A
D
quad-tex.c
234
float
half_height
= (float)HEIGHT / 2.0f;
in init_prog()
local
/third_party/mesa3d/src/gallium/tests/graw/
H
A
D
tri-gs.c
58
float
half_height
= (float)height / 2.0f;
in set_viewport()
local
H
A
D
fs-test.c
139
float
half_height
= (float)height / 2.0f;
in set_viewport()
local
H
A
D
graw_util.h
192
float
half_height
= height / 2.0f;
in graw_util_viewport()
local
H
A
D
quad-sample.c
67
float
half_height
= (float)height / 2.0f;
in set_viewport()
local
H
A
D
tri-instanced.c
87
float
half_height
= (float)height / 2.0f;
in set_viewport()
local
H
A
D
shader-leak.c
57
float
half_height
= (float)height / 2.0f;
in set_viewport()
local
H
A
D
vs-test.c
119
float
half_height
= (float)height / 2.0f;
in set_viewport()
local
H
A
D
gs-test.c
197
float
half_height
= (float)height / 2.0f;
in set_viewport()
local
/third_party/mesa3d/src/mesa/main/
H
A
D
viewport.c
569
float
half_height
= 0.5f * ctx->ViewportArray[i].Height;
in _mesa_get_viewport_xform()
local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_setup.c
902
const float
half_height
= fabsf(viewports[0].scale[1]);
in lp_setup_set_viewports()
local
/third_party/mesa3d/src/amd/vulkan/
H
A
D
si_cmd_buffer.c
674
float
half_height
= 0.5f * viewport->height;
in radv_get_viewport_xform()
local
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_cmd_buffer.c
1901
float
half_height
= 0.5f * viewport->height;
in v3dv_viewport_compute_xform()
local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
601
float
half_height
= 0.5f * viewport->height;
in get_viewport_xform()
local
Completed in 24 milliseconds