Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.h582 ast::StorageClass GetStorageClassForPointerValue(uint32_t id);
Dfunction.cc4734 info->storage_class = GetStorageClassForPointerValue( in RegisterLocallyDefinedValues()
4759 ast::StorageClass FunctionEmitter::GetStorageClassForPointerValue(uint32_t id) { in GetStorageClassForPointerValue() function in tint::reader::spirv::FunctionEmitter
4782 const auto sc = GetStorageClassForPointerValue(result_id); in RemapStorageClass()