Home
last modified time | relevance | path

Searched refs:get_type_def (Results 1 – 21 of 21) sorted by relevance

/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/confmgt/
H A Dstructvar.c105 get_type_def(const struct_member_t *member) in get_type_def() function
121 const var_type_def_t *def = get_type_def(member); in struct_var_free()
135 const var_type_def_t *def = get_type_def(member); in struct_var_copy()
149 const var_type_def_t *def = get_type_def(member); in struct_var_eq()
162 const var_type_def_t *def = get_type_def(member); in struct_var_ok()
177 const var_type_def_t *def = get_type_def(member); in struct_var_kvassign()
190 const var_type_def_t *def = get_type_def(member); in struct_var_kvencode()
204 const var_type_def_t *def = get_type_def(member); in struct_var_mark_fragile()
227 const var_type_def_t *def = get_type_def(member); in struct_var_get_typename()
236 const var_type_def_t *def = get_type_def(member); in struct_var_get_flags()
/dports/security/tor/tor-0.4.6.8/src/lib/confmgt/
H A Dstructvar.c105 get_type_def(const struct_member_t *member) in get_type_def() function
121 const var_type_def_t *def = get_type_def(member); in struct_var_free()
135 const var_type_def_t *def = get_type_def(member); in struct_var_copy()
149 const var_type_def_t *def = get_type_def(member); in struct_var_eq()
162 const var_type_def_t *def = get_type_def(member); in struct_var_ok()
177 const var_type_def_t *def = get_type_def(member); in struct_var_kvassign()
190 const var_type_def_t *def = get_type_def(member); in struct_var_kvencode()
204 const var_type_def_t *def = get_type_def(member); in struct_var_mark_fragile()
227 const var_type_def_t *def = get_type_def(member); in struct_var_get_typename()
236 const var_type_def_t *def = get_type_def(member); in struct_var_get_flags()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c787 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
851 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
857 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
864 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
871 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
878 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
891 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
898 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
906 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
915 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1162 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1226 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1232 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1239 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1252 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1263 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1278 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1285 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1293 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1302 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c1123 get_type_def(struct spirv_builder *b, SpvOp op, const uint32_t args[], in get_type_def() function
1187 return get_type_def(b, SpvOpTypeVoid, NULL, 0); in spirv_builder_type_void()
1193 return get_type_def(b, SpvOpTypeBool, NULL, 0); in spirv_builder_type_bool()
1200 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_int()
1207 return get_type_def(b, SpvOpTypeInt, args, ARRAY_SIZE(args)); in spirv_builder_type_uint()
1214 return get_type_def(b, SpvOpTypeFloat, args, ARRAY_SIZE(args)); in spirv_builder_type_float()
1229 return get_type_def(b, SpvOpTypeImage, args, ARRAY_SIZE(args)); in spirv_builder_type_image()
1236 return get_type_def(b, SpvOpTypeSampledImage, args, ARRAY_SIZE(args)); in spirv_builder_type_sampled_image()
1244 return get_type_def(b, SpvOpTypePointer, args, ARRAY_SIZE(args)); in spirv_builder_type_pointer()
1253 return get_type_def(b, SpvOpTypeVector, args, ARRAY_SIZE(args)); in spirv_builder_type_vector()
[all …]
/dports/security/py-pysaml26/pysaml2-6.5.2/tools/
H A Dparse_xsd2.py938 ctyp = get_type_def(klass, top.parts)
948 ctyp = get_type_def(self.type.replace("-","_"), top.parts)
1159 ctyp = get_type_def(name, top.parts)
1346 cti = get_type_def(tag, top.parts)
1405 cti = get_type_def(new_sup, top.parts)
1466 cti = get_type_def(tag, top.parts)
1510 cti = get_type_def(typ, top.parts)
1589 def get_type_def( typ, defs): function
/dports/security/py-pysaml2/pysaml2-7.1.0/tools/
H A Dparse_xsd2.py938 ctyp = get_type_def(klass, top.parts)
948 ctyp = get_type_def(self.type.replace("-","_"), top.parts)
1159 ctyp = get_type_def(name, top.parts)
1346 cti = get_type_def(tag, top.parts)
1405 cti = get_type_def(new_sup, top.parts)
1466 cti = get_type_def(tag, top.parts)
1510 cti = get_type_def(typ, top.parts)
1589 def get_type_def( typ, defs): function
/dports/security/py-pysaml24/pysaml2-4.9.0/tools/
H A Dparse_xsd2.py938 ctyp = get_type_def(klass, top.parts)
948 ctyp = get_type_def(self.type.replace("-","_"), top.parts)
1159 ctyp = get_type_def(name, top.parts)
1346 cti = get_type_def(tag, top.parts)
1405 cti = get_type_def(new_sup, top.parts)
1466 cti = get_type_def(tag, top.parts)
1510 cti = get_type_def(typ, top.parts)
1589 def get_type_def( typ, defs): function
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/src/
H A Dorber_ifr.erl403 get_type_def/1,
1621 get_type_def(Objref) -> function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/src/
H A Dorber_ifr.erl403 get_type_def/1,
1621 get_type_def(Objref) -> function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/src/
H A Dorber_ifr.erl403 get_type_def/1,
1621 get_type_def(Objref) -> function
/dports/lang/erlang/corba-5.0.2/lib/orber/src/
H A Dorber_ifr.erl403 get_type_def/1,
1621 get_type_def(Objref) -> function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/src/
H A Dorber_ifr.erl403 get_type_def/1,
1621 get_type_def(Objref) -> function