Searched refs:GetStorageClassForPointerValue (Results 1 – 2 of 2) sorted by relevance
582 ast::StorageClass GetStorageClassForPointerValue(uint32_t id);
4734 info->storage_class = GetStorageClassForPointerValue( in RegisterLocallyDefinedValues()4759 ast::StorageClass FunctionEmitter::GetStorageClassForPointerValue(uint32_t id) { in GetStorageClassForPointerValue() function in tint::reader::spirv::FunctionEmitter4782 const auto sc = GetStorageClassForPointerValue(result_id); in RemapStorageClass()