Home
last modified time | relevance | path

Searched refs:kCompositeExtractInsertMaxNumIndices (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp44 const uint32_t kCompositeExtractInsertMaxNumIndices = 255; in GetExtractInsertValueType() local
51 } else if (num_indices > kCompositeExtractInsertMaxNumIndices) { in GetExtractInsertValueType()
54 << " may not exceed " << kCompositeExtractInsertMaxNumIndices in GetExtractInsertValueType()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_composites.cpp44 const uint32_t kCompositeExtractInsertMaxNumIndices = 255; in GetExtractInsertValueType() local
51 } else if (num_indices > kCompositeExtractInsertMaxNumIndices) { in GetExtractInsertValueType()
54 << " may not exceed " << kCompositeExtractInsertMaxNumIndices in GetExtractInsertValueType()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp44 const uint32_t kCompositeExtractInsertMaxNumIndices = 255; in GetExtractInsertValueType() local
51 } else if (num_indices > kCompositeExtractInsertMaxNumIndices) { in GetExtractInsertValueType()
54 << " may not exceed " << kCompositeExtractInsertMaxNumIndices in GetExtractInsertValueType()