HomeSort by relevance Sort by last modified time
    Searched defs:undef (Results 26 - 44 of 44) sorted by null

12

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpContext.h 257 MacroSymbol() : emptyArgs(0), busy(0), undef(0) { }
262 unsigned undef : 1; member in struct:glslang::TPpContext::MacroSymbol
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 16 ::A::ax::undef ex3; // expected-error {{'ax' is not a class, namespace, or enumeration}}
57 A::C::undef = 0; // expected-error {{no member named 'undef'}} member in class:A::C
67 struct A::undef; // expected-error {{no struct named 'undef' in namespace 'A'}} member in class:A
99 void f4(undef::C); // expected-error {{use of undeclared identifier 'undef'}}
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_shader.h 272 value *undef; member in class:r600_sb::shader
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 325 static const struct ureg undef = { variable in typeref:struct:ureg
623 emit_op3fn(p, op, dst, mask, src0, src1, undef, __func__, __LINE__)
626 emit_op3fn(p, op, dst, mask, src0, undef, undef, __func__, __LINE__)
940 struct ureg att = undef;
1030 struct ureg _col0 = undef, _col1 = undef;
1031 struct ureg _bfc0 = undef, _bfc1 = undef;
1109 struct ureg half = undef;
    [all...]
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 482 src_reg undef = undef_src; local
484 undef.swizzle = SWIZZLE_XXXX;
486 emit_scalar(ir, op, dst, src0, undef);
    [all...]
  /toolchain/binutils/binutils-2.27/include/
bfdlink.h 144 } undef;
143 } undef; member in union:bfd_link_hash_entry::__anon4504
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 548 if(a == bld->undef || b == bld->undef)
549 return bld->undef;
756 * sumx0-x3,sumy0-y3,sumz0-z3,undef,sumx4-x7,sumy4-y7,sumz4z7,undef
847 if(a == bld->undef || b == bld->undef)
848 return bld->undef;
1997 LLVMValueRef undef; local
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir.h 500 struct qreg undef; member in struct:vc4_compile
634 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, \
635 c->undef, c->undef)); \
641 c->undef, c->undef)); \
648 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, \
649 a, c->undef)); \
656 c->undef)); \
663 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, a, b));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 162 #undef OP
163 #undef TK
523 void (*undef) (cpp_reader *, source_location, cpp_hashnode *); member in struct:cpp_callbacks
544 /* Called before #define and #undef or other macro definition
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 799 (** [undef ty] returns the undefined value of the type [ty].
801 val undef : lltype -> llvalue var
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 1065 st_src_reg undef = undef_src; local
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 6061 Value *undef = V(llvm::UndefValue::get(T(Float4::getType()))); local
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 655 (** [undef ty] returns the undefined value of the type [ty].
657 val undef : lltype -> llvalue var
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 790 /* The value of 1 means that ffs(x=0) = undef, so LLVM won't
3551 LLVMValueRef undef; local
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 465 var undef = 0; variable
    [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 1014 milliseconds

12