Home
last modified time | relevance | path

Searched refs:layout_type (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2007-10-17-IllegalAsm.ll34 define void @layout_type(%struct.tree_node* %type) {
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3526 …teUpdateConsistency(layer_data *my_data, const VkDevice device, const VkDescriptorType layout_type, in validateUpdateConsistency() argument
3546 if (layout_type != actualType) { in validateUpdateConsistency()
3551 string_VkDescriptorType(actualType), string_VkDescriptorType(layout_type)); in validateUpdateConsistency()