/third_party/python/Modules/ |
H A D | overlapped.c | 64 enum {TYPE_NONE, TYPE_NOT_STARTED, TYPE_READ, TYPE_READINTO, TYPE_WRITE, enumerator 651 self->type = TYPE_NONE; in _overlapped_Overlapped_impl() 866 if (self->type == TYPE_NONE) { in _overlapped_Overlapped_getresult_impl() 1023 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_ReadFile_impl() 1057 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_ReadFileInto_impl() 1128 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSARecv_impl() 1164 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSARecvInto_impl() 1203 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WriteFile_impl() 1257 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSASend_impl() 1313 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_AcceptEx_impl() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_inlines.h | 118 return TYPE_NONE; in typeOfSize() 135 case TYPE_NONE: in isSignedType()
|
H A D | nv50_ir.h | 314 TYPE_NONE, enumerator 731 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0; 780 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const; 802 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const; 805 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const; 855 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
|
H A D | nv50_ir_from_nir.cpp | 299 if (ty == TYPE_NONE) { in getDType() 318 res[i] = TYPE_NONE; in getSTypes() 336 if (ty == TYPE_NONE) { in getSType() 1412 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; 1850 mkOp(OP_DISCARD, TYPE_NONE, NULL); 1861 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, pred); 2365 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL); 2911 mkOp(OP_NOP, TYPE_NONE, newDefs[i]);
|
H A D | nv50_ir_lowering_nvc0.cpp | 589 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE); in insertTextureBarriers() 903 bld.mkOp1(OP_FINAL, TYPE_NONE, NULL, gpEmitAddress)->fixed = 1; in visit() 1228 bld.mkOp(OP_QUADON, TYPE_NONE, NULL); in handleManualTXD() 1278 bld.mkOp(OP_QUADPOP, TYPE_NONE, NULL); in handleManualTXD() 1717 Instruction *cctl = bld.mkOp1(OP_CCTL, TYPE_NONE, NULL, atom->getSrc(0)); in handleATOMCctl() 2217 return TYPE_NONE; in getSrcType() 2233 return TYPE_NONE; in getDestType()
|
H A D | nv50_ir_lowering_gv100.cpp | 205 Instruction *sync = new_Instruction(func, OP_WARPSYNC, TYPE_NONE); in handleSHFL()
|
H A D | nv50_ir_target_nv50.cpp | 423 if (ty == TYPE_B96 || ty == TYPE_NONE) in isAccessSupported()
|
H A D | nv50_ir_lowering_nv50.cpp | 1014 bld.mkOp(OP_QUADON, TYPE_NONE, NULL); in handleTXD() 1053 bld.mkOp(OP_QUADPOP, TYPE_NONE, NULL); in handleTXD() 1674 return TYPE_NONE; in getPackedType() 1691 return TYPE_NONE; in getShaderType()
|
H A D | nv50_ir_print.cpp | 551 if (ty == TYPE_NONE) in print()
|
H A D | nv50_ir_build_util.cpp | 342 Instruction *insn = mkOp(OP_NOP, TYPE_NONE, NULL); in mkClobber()
|
H A D | nv50_ir_target_nvc0.cpp | 457 if (ty == TYPE_NONE) in isAccessSupported()
|
H A D | nv50_ir_from_tgsi.cpp | 3500 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, val0); in handleInstruction() 3507 mkOp(OP_DISCARD, TYPE_NONE, NULL); in handleInstruction() 3779 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; in handleInstruction() 3801 geni = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in handleInstruction() 4240 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_NOT_P, pred); in exportOutputs()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.h | 33 #define TYPE_NONE 0 macro
|
H A D | options.c | 127 case TYPE_NONE: in type_name() 148 int type = TYPE_NONE; in type_from_string() 371 opt->type = TYPE_NONE; in assure_option() 1693 if (current_opt->type == TYPE_NONE) in read_ppd_file() 1900 (opt->type == TYPE_NONE)) in ppd_supports_pdf()
|
H A D | postscript.c | 714 (o->type != TYPE_NONE)) { in _print_ps()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderRenderCase.hpp | 96 TYPE_NONE = 0, enumerator
|
H A D | glcShaderRenderCase.cpp | 102 TextureBinding::TextureBinding(void) : m_type(TYPE_NONE) in TextureBinding() 331 if (binding.getType() == TextureBinding::TYPE_NONE) in ShaderEvalContext() 553 if (tex.getType() == TextureBinding::TYPE_NONE) in setupDefaultInputs()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.hpp | 79 TYPE_NONE = 0, enumerator
|
H A D | glsShaderRenderCase.cpp | 98 : m_type (TYPE_NONE) in TextureBinding() 276 if (binding.getType() == TextureBinding::TYPE_NONE) in ShaderEvalContext() 494 if (tex.getType() == TextureBinding::TYPE_NONE) in setupDefaultInputs()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 134 TYPE_NONE = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | X86DisassemblerDecoderCommon.h | 405 ENUM_ENTRY(TYPE_NONE, "") \
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 134 TYPE_NONE = 0, enumerator
|
/third_party/python/Python/ |
H A D | marshal.c | 44 #define TYPE_NONE 'N' macro 359 w_byte(TYPE_NONE, p); in w_object() 1021 case TYPE_NONE: in r_object()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 74 TYPE_NONE = 0, enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.hpp | 74 TYPE_NONE = 0, enumerator
|