Home
last modified time | relevance | path

Searched refs:const_type (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c181 return vtn_const_ssa_value(b, val->constant, val->const_type); in vtn_ssa_value()
999 assert(val->const_type == glsl_vector_type(GLSL_TYPE_UINT, 3)); in handle_workgroup_size_decoration_cb()
1011 val->const_type = vtn_value(b, w[1], vtn_value_type_type)->type->type; in vtn_handle_constant()
1015 assert(val->const_type == glsl_bool_type()); in vtn_handle_constant()
1019 assert(val->const_type == glsl_bool_type()); in vtn_handle_constant()
1025 assert(val->const_type == glsl_bool_type()); in vtn_handle_constant()
1033 assert(glsl_type_is_scalar(val->const_type)); in vtn_handle_constant()
1034 int bit_size = glsl_get_bit_size(val->const_type); in vtn_handle_constant()
1045 assert(glsl_type_is_scalar(val->const_type)); in vtn_handle_constant()
1047 int bit_size = glsl_get_bit_size(val->const_type); in vtn_handle_constant()
[all …]
Dvtn_private.h312 const struct glsl_type *const_type; member
/external/llvm/include/llvm/Support/
DDwarf.def77 HANDLE_DW_TAG(0x0026, const_type)
/external/elfutils/libdw/
Dknown-dwarf.h568 DWARF_ONE_KNOWN_DW_TAG (const_type, DW_TAG_const_type) \