OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgon_offset_clamp
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h
33
float
pgon_offset_clamp
;
member in struct:lp_setup_variant_key
lp_state_setup.c
314
if (key->
pgon_offset_clamp
> 0) {
316
lp_build_const_float(gallivm, key->
pgon_offset_clamp
),
319
else if (key->
pgon_offset_clamp
< 0) {
321
lp_build_const_float(gallivm, key->
pgon_offset_clamp
),
870
key->
pgon_offset_clamp
= lp->rasterizer->offset_clamp;
[
all
...]
Completed in 327 milliseconds