Searched refs:describe_type (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_tytypes.h181 XArray* /*UChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset,
H A Dtytypes.c746 XArray* /*HChar*/ ML_(describe_type)( /*OUT*/PtrdiffT* residual_offset, function
914 VG_(printf)("ML_(describe_type): unhandled: ");
H A Ddebuginfo.c3659 XArray* described = ML_(describe_type)( &residual_offset,
3764 XArray* described = ML_(describe_type)( &residual_offset,
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp251 static std::string describe_type(shader_module const *src, unsigned type) { function
754 string_VkFormat(it_a->second->format), a_first, describe_type(vs, it_b->second.type_id).c_str());
819 string_VkFormat(it_b->second), describe_type(fs, it_a->second.type_id).c_str());
1349 use.first.first, use.first.second, describe_type(module, use.second.type_id).c_str());
1354 use.first.first, use.first.second, describe_type(module, use.second.type_id).c_str(),
1360 use.first.second, describe_type(module, use.second.type_id).c_str(),
1367 describe_type(module, use.second.type_id).c_str(), binding->descriptorCount);
1393 string_VkFormat(rpci->pAttachments[index].format), describe_type(module, use.second.type_id).c_str());
1443 a_first.first, a_first.second, describe_type(producer, a_it->second.type_id).c_str(),
1444 describe_type(consume
[all...]

Completed in 569 milliseconds