OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_undef
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c
494
static GLboolean
is_undef
( struct ureg reg )
function
502
if (
is_undef
(p->identity))
730
if (
is_undef
(p->eye_position)) {
756
if (!
is_undef
(p->eye_position))
759
if (
is_undef
(p->eye_position_z)) {
777
if (
is_undef
(p->eye_position_normalized)) {
789
if (
is_undef
(p->transformed_normal) &&
796
else if (
is_undef
(p->transformed_normal))
977
if (p->state->unit[i].light_attenuated && !
is_undef
(dist)) {
978
if (
is_undef
(att)
[
all
...]
/external/mesa3d/src/mesa/main/
ffvertex_prog.c
494
static GLboolean
is_undef
( struct ureg reg )
function
502
if (
is_undef
(p->identity))
730
if (
is_undef
(p->eye_position)) {
756
if (!
is_undef
(p->eye_position))
759
if (
is_undef
(p->eye_position_z)) {
777
if (
is_undef
(p->eye_position_normalized)) {
789
if (
is_undef
(p->transformed_normal) &&
796
else if (
is_undef
(p->transformed_normal))
977
if (p->state->unit[i].light_attenuated && !
is_undef
(dist)) {
978
if (
is_undef
(att)
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
664
(** [
is_undef
v] returns [true] if the value [v] is an undefined value, [false]
666
val
is_undef
: llvalue -> bool
var
[
all
...]
llvm.ml
381
external
is_undef
: llvalue -> bool = "llvm_is_undef"
[
all
...]