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:mrd
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_surface.c
95
lp->
mrd
= util_get_depth_format_mrd(depth_desc);
in llvmpipe_set_framebuffer_state()
H
A
D
lp_context.h
144
double
mrd
; /**< minimum resolvable depth value, for polygon offset */
member
H
A
D
lp_state_setup.c
294
/* Clamping to zero means
mrd
will be zero for very small numbers,
in lp_do_offset_tri()
296
*
mrd
to smallest normal number instead. */
in lp_do_offset_tri()
786
(float) (lp->rasterizer->offset_units * lp->
mrd
* 2);
in lp_make_setup_variant_key()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pipe_offset.c
104
/* Clamping to zero means
mrd
will be zero for very small numbers,
in do_offset_tri()
106
*
mrd
to smallest normal number instead. */
in do_offset_tri()
190
offset->units = (float) (rast->offset_units * stage->draw->
mrd
* 2);
in offset_first_tri()
H
A
D
draw_private.h
290
double
mrd
; /**< minimum resolvable depth value, for polygon offset */
member
H
A
D
draw_context.c
262
draw->
mrd
= util_get_depth_format_mrd(desc);
in draw_set_zs_format()
/third_party/mesa3d/src/util/format/
H
A
D
u_format.c
343
double
mrd
= 1.0 / ((1 << 24) - 1);
in util_get_depth_format_mrd()
local
358
mrd
= 1.0 / ((1ULL << depth_bits) - 1);
in util_get_depth_format_mrd()
361
return
mrd
;
in util_get_depth_format_mrd()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
2181
double
mrd
= 0.0;
in crocus_update_compiled_clip()
local
2183
mrd
= util_get_depth_format_mrd(util_format_description(ice->state.framebuffer.zsbuf->format));
in crocus_update_compiled_clip()
2184
key.offset_units = rs_state->offset_units *
mrd
* 2;
in crocus_update_compiled_clip()
2185
key.offset_factor = rs_state->offset_scale *
mrd
;
in crocus_update_compiled_clip()
2186
key.offset_clamp = rs_state->offset_clamp *
mrd
;
in crocus_update_compiled_clip()
Completed in 12 milliseconds