HomeSort by relevance Sort by last modified time
    Searched refs:const_type (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 181 return vtn_const_ssa_value(b, val->constant, val->const_type);
999 assert(val->const_type == glsl_vector_type(GLSL_TYPE_UINT, 3));
1011 val->const_type = vtn_value(b, w[1], vtn_value_type_type)->type->type;
    [all...]
vtn_private.h 312 const struct glsl_type *const_type; member in struct:vtn_value::__anon27498::__anon27499
  /system/tpm/trunks/generator/
generator.py 369 const_type: The type of the constant (e.g. 'int').
376 def __init__(self, const_type, name, value):
380 const_type: The type of the constant (e.g. 'int').
384 self.const_type = const_type
400 if self.const_type not in defined_types:
401 typemap[self.const_type].OutputForward(out_file, defined_types, typemap)
402 out_file.write(self._CONSTANT % {'type': self.const_type,
    [all...]
generator_test.py 175 FAKE_CONSTANT = ('_BEGIN_CONSTANTS\n_CONSTANTS (base_type) const_type\n'
216 self.assertEqual(types[1].new_type, 'const_type')
217 self.assertEqual(constants[0].const_type, 'const_type')
  /toolchain/binutils/binutils-2.25/binutils/
debug.h 265 bfd_boolean (*const_type) (void *); member in struct:debug_write_fns
debug.c     [all...]
  /external/elfutils/libdw/
known-dwarf.h 568 DWARF_ONE_KNOWN_DW_TAG (const_type, DW_TAG_const_type) \
    [all...]

Completed in 185 milliseconds