HomeSort by relevance Sort by last modified time
    Searched full:is_undef (Results 1 - 6 of 6) 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.ml 441 external is_undef : llvalue -> bool = "llvm_is_undef"
    [all...]
llvm.mli 759 (** [is_undef v] returns [true] if the value [v] is an undefined value, [false]
761 val is_undef : llvalue -> bool var
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 215 insist (is_undef c);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
as.info     [all...]

Completed in 443 milliseconds