Home
last modified time | relevance | path

Searched refs:TYPE_NONE (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenDisassemblerTables.inc11 { ENCODING_NONE, TYPE_NONE },
12 { ENCODING_NONE, TYPE_NONE },
13 { ENCODING_NONE, TYPE_NONE },
14 { ENCODING_NONE, TYPE_NONE },
15 { ENCODING_NONE, TYPE_NONE },
16 { ENCODING_NONE, TYPE_NONE },
20 { ENCODING_NONE, TYPE_NONE },
21 { ENCODING_NONE, TYPE_NONE },
22 { ENCODING_NONE, TYPE_NONE },
23 { ENCODING_NONE, TYPE_NONE },
[all …]
/third_party/python/Modules/
Doverlapped.c70 enum {TYPE_NONE, TYPE_NOT_STARTED, TYPE_READ, TYPE_READINTO, TYPE_WRITE, enumerator
637 self->type = TYPE_NONE; in _overlapped_Overlapped_impl()
845 if (self->type == TYPE_NONE) { in _overlapped_Overlapped_getresult_impl()
973 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_ReadFile_impl()
1007 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_ReadFileInto_impl()
1080 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSARecv_impl()
1116 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSARecvInto_impl()
1158 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WriteFile_impl()
1215 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSASend_impl()
1274 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_AcceptEx_impl()
[all …]
/third_party/gstreamer/gstreamer/gst/printf/
Dprintf-parse.c84 a->arg[a->count].type = TYPE_NONE; \ in printf_parse()
88 if (a->arg[n].type == TYPE_NONE) \ in printf_parse()
438 type = TYPE_NONE; in printf_parse()
446 if (type != TYPE_NONE) { in printf_parse()
Dprintf-args.h40 TYPE_NONE, enumerator
/third_party/cef/tests/cefclient/browser/
Dimage_cache.cc159 return TYPE_NONE; in GetImageType()
167 return TYPE_NONE; in GetImageType()
228 if (*type == TYPE_NONE) in LoadImageContents()
Dimage_cache.h93 TYPE_NONE,
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationFlags.js17 TYPE_NONE: 0, property
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h314 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;
Dnv50_ir_inlines.h118 return TYPE_NONE;
135 case TYPE_NONE: in isSignedType()
Dnv50_ir_from_nir.cpp299 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; in visit()
1850 mkOp(OP_DISCARD, TYPE_NONE, NULL); in visit()
1861 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, pred); in visit()
2365 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in visit()
2911 mkOp(OP_NOP, TYPE_NONE, newDefs[i]); in visit()
Dnv50_ir_lowering_nvc0.cpp589 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()
Dnv50_ir_target_nv50.cpp423 if (ty == TYPE_B96 || ty == TYPE_NONE) in isAccessSupported()
Dnv50_ir_lowering_gv100.cpp205 Instruction *sync = new_Instruction(func, OP_WARPSYNC, TYPE_NONE); in handleSHFL()
Dnv50_ir_target_nvc0.cpp457 if (ty == TYPE_NONE) in isAccessSupported()
/third_party/cups-filters/filter/foomatic-rip/
Doptions.h33 #define TYPE_NONE 0 macro
Doptions.c127 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()
/third_party/jsframework/runtime/main/extend/systemplugin/
Dcalendar.js322 TYPE_NONE: 0, property
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.hpp79 TYPE_NONE = 0, enumerator
DglsShaderRenderCase.cpp98 : 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/openglcts/modules/common/
DglcShaderRenderCase.hpp96 TYPE_NONE = 0, enumerator
DglcShaderRenderCase.cpp102 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h405 ENUM_ENTRY(TYPE_NONE, "") \
/third_party/python/Python/
Dmarshal.c42 #define TYPE_NONE 'N' macro
352 w_byte(TYPE_NONE, p); in w_object()
970 case TYPE_NONE: in r_object()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp132 TYPE_NONE = 0, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp74 TYPE_NONE = 0, enumerator

12